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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2019年08月13日 Michael Paquier Fix inconsistencies and typos in the tree, take 10 commit | commitdiff | tree
2019年08月13日 Michael Paquier Fix random regression failure in test case "temp" commit | commitdiff | tree
2019年08月12日 Peter Geoghegan amcheck: Skip unlogged relations during recovery. commit | commitdiff | tree
2019年08月12日 Tom Lane Fix planner's test for case-foldable characters in... commit | commitdiff | tree
2019年08月12日 Tom Lane Remove EState.es_range_table_array. commit | commitdiff | tree
2019年08月12日 Tom Lane Rationalize use of list_concat + list_copy combinations. commit | commitdiff | tree
2019年08月12日 Alexander Korotkov Fix string comparison in jsonpath commit | commitdiff | tree
2019年08月11日 Tom Lane Partially revert "Insert temporary debugging output... commit | commitdiff | tree
2019年08月11日 Alexander Korotkov Adjust string comparison in jsonpath commit | commitdiff | tree
2019年08月10日 Tom Lane Fix "ANALYZE t, t" inside a transaction block. commit | commitdiff | tree
2019年08月10日 Peter Geoghegan Rename tuplesort.c's SortTuple.tupindex field. commit | commitdiff | tree
2019年08月09日 Tom Lane Fix SIGSEGV in pruning for ScalarArrayOp with constant... commit | commitdiff | tree
2019年08月09日 Tom Lane Cosmetic improvements in setup of planner's per-RTE... commit | commitdiff | tree
2019年08月09日 Michael Paquier Refactor logic to remove trailing CR/LF characters... commit | commitdiff | tree
2019年08月08日 Peter Geoghegan Update obsolete tuplesort READTUP() comment. commit | commitdiff | tree
2019年08月08日 Alvaro Herrera Clarify the default partition's role commit | commitdiff | tree
2019年08月08日 Andrew Dunstan Fix certificate subjects in ldap test commit | commitdiff | tree
2019年08月08日 Peter Eisentraut initdb: Use varargs macro for PG_CMD_PRINTF commit | commitdiff | tree
2019年08月07日 Tom Lane Doc: document permissions required for ANALYZE. commit | commitdiff | tree
2019年08月07日 Alvaro Herrera Remove unnecessary #include <limits.h> commit | commitdiff | tree
2019年08月07日 Alvaro Herrera Add comment on no default partition with hash partitioning commit | commitdiff | tree
2019年08月07日 Alvaro Herrera Apply constraint exclusion more generally in partitioning commit | commitdiff | tree
2019年08月07日 Alexander Korotkov Fix some typos in jsonpath documentation commit | commitdiff | tree
2019年08月07日 Etsuro Fujita Fix typos in comments. commit | commitdiff | tree
2019年08月07日 Heikki Linnakangas Fix predicate-locking of HOT updated rows. commit | commitdiff | tree
2019年08月07日 Michael Paquier Fix some incorrect parsing of time with time zone strings commit | commitdiff | tree
2019年08月07日 Michael Paquier Adjust tuple data lookup logic in multi-insert logical... commit | commitdiff | tree
2019年08月06日 Tom Lane Fix intarray's GiST opclasses to not fail for empty... commit | commitdiff | tree
2019年08月06日 Tom Lane Save Kerberos and LDAP daemon logs where the buildfarm... commit | commitdiff | tree
2019年08月06日 Michael Paquier Fix typo in pathnode.c commit | commitdiff | tree
2019年08月05日 Peter Geoghegan Show specific OID suggestion in unused_oids output. commit | commitdiff | tree
2019年08月05日 Tom Lane Fix choice of comparison operators for cross-type hashe... commit | commitdiff | tree
2019年08月05日 Noah Misch Require the schema qualification in pg_temp.type_name... commit | commitdiff | tree
2019年08月05日 Michael Paquier Add safeguards in LSN, numeric and float calculation... commit | commitdiff | tree
2019年08月05日 Michael Paquier Fix tab completion for ALTER LANGUAGE in psql commit | commitdiff | tree
2019年08月05日 Michael Paquier Fix inconsistencies and typos in the tree, take 9 commit | commitdiff | tree
2019年08月04日 Tomas Vondra Revert "Add log_statement_sample_rate parameter" commit | commitdiff | tree
2019年08月04日 Tomas Vondra Revert "Silence compiler warning" commit | commitdiff | tree
2019年08月04日 Tom Lane Fix handling of "undef" in contrib/jsonb_plperl. commit | commitdiff | tree
2019年08月04日 Tom Lane Avoid picking already-bound TCP ports in kerberos and... commit | commitdiff | tree
2019年08月04日 Alvaro Herrera Improve pruning of a default partition commit | commitdiff | tree
2019年08月04日 Michael Paquier Refactor BuildIndexInfo() with the new makeIndexInfo() commit | commitdiff | tree
2019年08月02日 Andres Freund Fix representation of hash keys in Hash/HashJoin nodes. commit | commitdiff | tree
2019年08月02日 Michael Paquier Fix format truncation issue from ECPG test commit | commitdiff | tree
2019年08月01日 Jeff Davis Allow simplehash to use already-calculated hash values. commit | commitdiff | tree
2019年08月01日 Tom Lane Allow functions-in-FROM to be pulled up if they reduce... commit | commitdiff | tree
2019年08月01日 Peter Geoghegan Bump catversion. commit | commitdiff | tree
2019年08月01日 Peter Geoghegan Add sort support routine for the inet data type. commit | commitdiff | tree
2019年08月01日 Tom Lane Add an isolation test to exercise parallel-worker deadl... commit | commitdiff | tree
2019年08月01日 Tom Lane Mark advisory-lock functions as parallel restricted... commit | commitdiff | tree
2019年08月01日 Peter Eisentraut Add error codes to some corruption log messages commit | commitdiff | tree
2019年08月01日 Michael Paquier Fix handling of previous password hooks in passwordcheck commit | commitdiff | tree
2019年07月31日 Tom Lane Fix pg_dump's handling of dependencies for custom opcla... commit | commitdiff | tree
2019年07月31日 Peter Eisentraut Run UTF8-requiring collation tests by default commit | commitdiff | tree
2019年07月31日 Andres Freund Remove superfluous newlines in function prototypes. commit | commitdiff | tree
2019年07月31日 Andres Freund Remove superfluous semicolon. commit | commitdiff | tree
2019年07月31日 Michael Paquier Remove orphaned structure member in pgcrypto commit | commitdiff | tree
2019年07月30日 Heikki Linnakangas Allow table AM's to use rd_amcache, too. commit | commitdiff | tree
2019年07月30日 Heikki Linnakangas Print WAL position correctly in pg_rewind error message. commit | commitdiff | tree
2019年07月30日 Tomas Vondra Don't build extended statistics on inheritance trees commit | commitdiff | tree
2019年07月30日 Michael Paquier Fix memory leak coming from simple lists built in reindexdb commit | commitdiff | tree
2019年07月29日 Tom Lane Fix busted logic for parallel lock grouping in TopoSort(). commit | commitdiff | tree
2019年07月29日 Peter Eisentraut Handle fsync failures in pg_receivewal and pg_recvlogical commit | commitdiff | tree
2019年07月29日 Michael Paquier Fix inconsistencies and typos in the tree commit | commitdiff | tree
2019年07月29日 Michael Paquier Fix handling of expressions and predicates in REINDEX... commit | commitdiff | tree
2019年07月28日 Thomas Munro Avoid macro clash with LLVM 9. commit | commitdiff | tree
2019年07月28日 Tom Lane Improve test coverage for LISTEN/NOTIFY. commit | commitdiff | tree
2019年07月28日 Michael Paquier Doc: Fix event trigger firing table commit | commitdiff | tree
2019年07月28日 Michael Paquier Fix typo in fd.c commit | commitdiff | tree
2019年07月28日 Tom Lane Fix isolationtester race condition for notices sent... commit | commitdiff | tree
2019年07月27日 Tom Lane Don't drop NOTICE messages in isolation tests. commit | commitdiff | tree
2019年07月27日 Michael Paquier Add support for --jobs in reindexdb commit | commitdiff | tree
2019年07月27日 Peter Eisentraut pg_upgrade: Update obsolescent documentation note commit | commitdiff | tree
2019年07月27日 Peter Eisentraut pg_upgrade: Default new bindir to pg_upgrade location commit | commitdiff | tree
2019年07月27日 Peter Eisentraut pg_upgrade: Check all used executables commit | commitdiff | tree
2019年07月27日 Peter Eisentraut Fix typo in pg_upgrade file header commit | commitdiff | tree
2019年07月26日 Alvaro Herrera Don't uselessly escape a string that doesn't need escaping commit | commitdiff | tree
2019年07月26日 Tom Lane Tweak our special-case logic for the IANA "Factory... commit | commitdiff | tree
2019年07月26日 Tom Lane Avoid choosing "localtime" or "posixrules" as TimeZone... commit | commitdiff | tree
2019年07月26日 Tom Lane Fix loss of fractional digits for large values in cash_... commit | commitdiff | tree
2019年07月26日 Peter Eisentraut doc: Make libpq documentation navigable between functions commit | commitdiff | tree
2019年07月26日 Peter Eisentraut doc: Fix some markup whitespace issues commit | commitdiff | tree
2019年07月26日 Peter Eisentraut doc: Add support for xref to command and function elements commit | commitdiff | tree
2019年07月26日 Peter Eisentraut doc: Change libpq function ids to mixed case commit | commitdiff | tree
2019年07月25日 Thomas Munro Fix LDAP test instability. commit | commitdiff | tree
2019年07月25日 Andres Freund Add missing (COSTS OFF) to EXPLAIN added in previous... commit | commitdiff | tree
2019年07月25日 Andres Freund Fix slot type handling for Agg nodes performing interna... commit | commitdiff | tree
2019年07月25日 Tom Lane Fix syntax error in commit 20e99cddd. commit | commitdiff | tree
2019年07月25日 Tom Lane Fix failures to ignore \r when reading Windows-style... commit | commitdiff | tree
2019年07月25日 Andrew Dunstan Honor MSVC WindowsSDKVersion if set commit | commitdiff | tree
2019年07月25日 Tom Lane Fix contrib/sepgsql test policy to work with latest... commit | commitdiff | tree
2019年07月25日 Peter Eisentraut doc: Fix typo commit | commitdiff | tree
2019年07月25日 Andres Freund Fix system column accesses in ON CONFLICT ... RETURNING. commit | commitdiff | tree
2019年07月24日 Michael Paquier Fix failure with pgperlcritic from the TAP test of... commit | commitdiff | tree
2019年07月24日 Tom Lane Fix infelicities in describeOneTableDetails' partitione... commit | commitdiff | tree
2019年07月24日 Heikki Linnakangas Use full 64-bit XID for checking if a deleted GiST... commit | commitdiff | tree
2019年07月24日 Heikki Linnakangas Refactor checks for deleted GiST pages. commit | commitdiff | tree
2019年07月24日 Andrew Dunstan Don't assume expr is available in pgbench tests commit | commitdiff | tree
2019年07月24日 Michael Paquier Doc: Clarify interactions of pg_receivewal with remote_... commit | commitdiff | tree
2019年07月24日 Michael Paquier Improve stability of TAP test for synchronous replication commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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