git.postgresql.org Git - postgresql.git/shortlog

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2018年10月03日 Tom Lane Make assorted performance improvements in snprintf.c. commit | commitdiff | tree
2018年10月03日 Amit Kapila MAXALIGN the target address where we store flattened... commit | commitdiff | tree
2018年10月02日 Andrew Dunstan Don't build static libraries on Cygwin commit | commitdiff | tree
2018年10月02日 Tom Lane Change rewriter/planner/executor/plancache to depend... commit | commitdiff | tree
2018年10月02日 Andres Freund Use slots more widely in tuple mapping code and make... commit | commitdiff | tree
2018年10月02日 Tom Lane Set snprintf.c's maximum number of NL arguments to... commit | commitdiff | tree
2018年10月02日 Tom Lane Fix corner-case failures in has_foo_privilege() family... commit | commitdiff | tree
2018年10月02日 Michael Paquier Fix documentation of pgrowlocks using "lock_type" inste... commit | commitdiff | tree
2018年10月02日 Amit Kapila Test passing expanded-value representations to workers. commit | commitdiff | tree
2018年10月01日 Michael Paquier Refactor relation opening for VACUUM and ANALYZE commit | commitdiff | tree
2018年10月01日 Peter Eisentraut Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER... commit | commitdiff | tree
2018年10月01日 Tom Lane Add assertions that we hold some relevant lock during... commit | commitdiff | tree
2018年10月01日 Tom Lane Fix tuple_data_split() to not open a relation without... commit | commitdiff | tree
2018年10月01日 Tom Lane Fix ALTER COLUMN TYPE to not open a relation without... commit | commitdiff | tree
2018年10月01日 Peter Eisentraut doc: Clarify CREATE TABLESPACE documentation commit | commitdiff | tree
2018年09月30日 Tom Lane Create an RTE field to record the query's lock mode... commit | commitdiff | tree
2018年09月28日 Stephen Frost Add application_name to connection authorized msg commit | commitdiff | tree
2018年09月28日 Tom Lane Improve error reporting for unsupported effective_io_co... commit | commitdiff | tree
2018年09月28日 Tom Lane Tweak MSVC build system to match changes in 7143b3e82. commit | commitdiff | tree
2018年09月28日 Tom Lane Tweak MSVC build system to match changes in 7143b3e82. commit | commitdiff | tree
2018年09月28日 Tom Lane Build src/common files as a library with -fPIC. commit | commitdiff | tree
2018年09月28日 Tom Lane Remove pqsignal() from libpq's official exports list. commit | commitdiff | tree
2018年09月28日 Amit Kapila Fix assertion failure when updating full_page_writes... commit | commitdiff | tree
2018年09月28日 Andres Freund Correct overflow handling in pgbench. commit | commitdiff | tree
2018年09月28日 Michael Paquier Fix WAL recycling on standbys depending on archive_mode commit | commitdiff | tree
2018年09月27日 Tom Lane Fix assorted bugs in pg_get_partition_constraintdef(). commit | commitdiff | tree
2018年09月27日 Alexander Korotkov Minor formatting cleanup for 2a6368343f commit | commitdiff | tree
2018年09月27日 Alexander Korotkov Remove extra usage of BoxPGetDatum() macro commit | commitdiff | tree
2018年09月27日 Andres Freund Clean up in the wake of TupleDescGetSlot() removal... commit | commitdiff | tree
2018年09月27日 Tom Lane Build src/port files as a library with -fPIC, and use... commit | commitdiff | tree
2018年09月26日 Tom Lane Fix another portability issue from commit 758ce9b77. commit | commitdiff | tree
2018年09月26日 Michael Paquier Switch flags tracking pending interrupts to sig_atomic_t commit | commitdiff | tree
2018年09月26日 Tom Lane Try another way to detect the result type of strerror_r(). commit | commitdiff | tree
2018年09月26日 Tom Lane Clean up *printf macros to avoid conflict with format... commit | commitdiff | tree
2018年09月26日 Tom Lane Fix link failures due to snprintf/strerror changes. commit | commitdiff | tree
2018年09月26日 Peter Eisentraut Recurse to sequences on ownership change for all relkinds commit | commitdiff | tree
2018年09月26日 Tom Lane Implement %m in src/port/snprintf.c, and teach elog... commit | commitdiff | tree
2018年09月26日 Tom Lane Always use our own versions of *printf(). commit | commitdiff | tree
2018年09月26日 Tom Lane Incorporate strerror_r() into src/port/snprintf.c,... commit | commitdiff | tree
2018年09月26日 Tom Lane Convert elog.c's useful_strerror() into a globally... commit | commitdiff | tree
2018年09月26日 Peter Eisentraut Update dummy CREATE ASSERTION grammar commit | commitdiff | tree
2018年09月26日 Tomas Vondra Improve test coverage of geometric types commit | commitdiff | tree
2018年09月26日 Tomas Vondra Fix problems in handling the line data type commit | commitdiff | tree
2018年09月26日 Michael Paquier Add basic regression tests for default monitoring roles commit | commitdiff | tree
2018年09月26日 Michael Paquier Rework activation of commit timestamps during recovery commit | commitdiff | tree
2018年09月25日 Andres Freund Remove absolete function TupleDescGetSlot(). commit | commitdiff | tree
2018年09月25日 Andres Freund Split ExecStoreTuple into ExecStoreHeapTuple and ExecSt... commit | commitdiff | tree
2018年09月25日 Andres Freund Remove function list from prologue of execTuples.c. commit | commitdiff | tree
2018年09月25日 Andres Freund Change TupleTableSlot->tts_nvalid to type AttrNumber. commit | commitdiff | tree
2018年09月25日 Alvaro Herrera Remove obsolete comment commit | commitdiff | tree
2018年09月25日 Alvaro Herrera Remove fmgr.h inclusion from partition.h commit | commitdiff | tree
2018年09月25日 Andres Freund Collect JIT instrumentation from workers. commit | commitdiff | tree
2018年09月25日 Tom Lane Make some fixes to allow building Postgres on macOS... commit | commitdiff | tree
2018年09月25日 Tom Lane Avoid unnecessary precision loss for pgbench's --rate... commit | commitdiff | tree
2018年09月25日 Thomas Munro Constify dsa_size_class_map and use a better type. commit | commitdiff | tree
2018年09月25日 Michael Paquier Ignore publication tables when --no-publications is... commit | commitdiff | tree
2018年09月25日 Michael Paquier Revoke pg_stat_statements_reset() permissions commit | commitdiff | tree
2018年09月24日 Tom Lane Sync our Snowball stemmer dictionaries with current... commit | commitdiff | tree
2018年09月24日 Andres Freund auto_explain: Include JIT information if applicable. commit | commitdiff | tree
2018年09月24日 Andres Freund Make EXPLAIN output for JIT compilation more dense. commit | commitdiff | tree
2018年09月24日 Andrew Dunstan Fast default trigger and expand_tuple fixes commit | commitdiff | tree
2018年09月24日 Tom Lane Use ppoll(2), if available, to wait for input in pgbench. commit | commitdiff | tree
2018年09月24日 Tom Lane Fix over-allocation of space for array_out()'s result... commit | commitdiff | tree
2018年09月24日 Joe Conway Document aclitem functions and operators commit | commitdiff | tree
2018年09月24日 Noah Misch Initialize random() in bootstrap/stand-alone postgres... commit | commitdiff | tree
2018年09月23日 Tom Lane Doc: warn against using parallel restore with --load... commit | commitdiff | tree
2018年09月23日 Tom Lane Fix failure in WHERE CURRENT OF after rewinding the... commit | commitdiff | tree
2018年09月22日 Alexander Korotkov Replace CAS loop with single TAS in ProcArrayGroupClear... commit | commitdiff | tree
2018年09月22日 Michael Paquier Make GUC wal_sender_timeout user-settable commit | commitdiff | tree
2018年09月22日 Tom Lane Get rid of explicit argument-count markings in tab... commit | commitdiff | tree
2018年09月22日 Bruce Momjian doc: JIT is enabled by default in PG 12 commit | commitdiff | tree
2018年09月21日 Bruce Momjian docs: remove use of escape strings and use bytea hex... commit | commitdiff | tree
2018年09月21日 Tom Lane Fix bogus tab-completion rule for CREATE PUBLICATION. commit | commitdiff | tree
2018年09月21日 Tom Lane Improve tab completion for ANALYZE, EXPLAIN, and VACUUM. commit | commitdiff | tree
2018年09月21日 Tom Lane Rationalize Query_for_list_of_[relations] query names... commit | commitdiff | tree
2018年09月21日 Thomas Munro Use size_t consistently in dsa.{ch}. commit | commitdiff | tree
2018年09月21日 Michael Paquier Document lock taken on referenced table when adding... commit | commitdiff | tree
2018年09月21日 Andres Freund Error out for clang on x86-32 without SSE2 support... commit | commitdiff | tree
2018年09月20日 Michael Paquier Remove special handling for open() in initdb for Windows commit | commitdiff | tree
2018年09月20日 Tom Lane Fix psql's tab completion for TABLE. commit | commitdiff | tree
2018年09月20日 Tom Lane Fix psql's tab completion for ALTER DATABASE ... SET... commit | commitdiff | tree
2018年09月20日 Tom Lane Add a "return" statement to pacify perlcritic. commit | commitdiff | tree
2018年09月20日 Tom Lane Add missing pg_description strings for pg_type entries. commit | commitdiff | tree
2018年09月20日 Tom Lane Teach genbki.pl to auto-generate pg_type entries for... commit | commitdiff | tree
2018年09月20日 Alexander Korotkov Fix handling of format string text characters in to_tim... commit | commitdiff | tree
2018年09月20日 Thomas Munro Fix segment_bins corruption in dsa.c. commit | commitdiff | tree
2018年09月20日 Thomas Munro Defer restoration of libraries in parallel workers. commit | commitdiff | tree
2018年09月19日 Michael Paquier Enforce translation mode for Windows frontends to text... commit | commitdiff | tree
2018年09月19日 Tom Lane Fix minor error message style guide violation. commit | commitdiff | tree
2018年09月19日 Tom Lane Don't ignore locktable-full failures in StandbyAcquireA... commit | commitdiff | tree
2018年09月18日 Alexander Korotkov Add support for nearest-neighbor (KNN) searches to... commit | commitdiff | tree
2018年09月18日 Tom Lane Add a debugging option to stress-test outfuncs.c and... commit | commitdiff | tree
2018年09月18日 Tom Lane Fix some minor issues exposed by outfuncs/readfuncs... commit | commitdiff | tree
2018年09月18日 Tom Lane Fix some probably-minor oversights in readfuncs.c. commit | commitdiff | tree
2018年09月18日 Thomas Munro Allow DSM allocation to be interrupted. commit | commitdiff | tree
2018年09月18日 Michael Paquier Refactor routines for subscription and publication... commit | commitdiff | tree
2018年09月17日 Tom Lane Fix parsetree representation of XMLTABLE(XMLNAMESPACES... commit | commitdiff | tree
2018年09月17日 Tom Lane Remove dead code from pop_next_work_item(). commit | commitdiff | tree
2018年09月17日 Tom Lane Fix pgbench lexer's "continuation" rule to cope with... commit | commitdiff | tree
2018年09月16日 Peter Eisentraut Add list of acknowledgments to release notes commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /