summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-20Cleanup more code related to ws2_32.dll loading in src/port/getaddrinfo.cMichael Paquier
2020-02-19Doc: discourage use of partial indexes for poor-man's-partitioning.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-19Fix typoPeter Eisentraut
2020-02-19Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane
2020-02-19Set gen_random_uuid() to volatilePeter Eisentraut
2020-02-19Minor refactor of nodeAgg.c.Jeff Davis
2020-02-19logtape.c: allocate read buffer even for an empty tape.Jeff Davis
2020-02-19Fix mesurement of elapsed time during truncating heap in VACUUM.Fujii Masao
2020-02-19Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier
2020-02-19Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila
2020-02-19Remove obsolete _bt_compare() comment.Peter Geoghegan
2020-02-18Make inherited LOCK TABLE perform access permission checks on parent table only.Fujii Masao
2020-02-18Remove duplicated words in commentsMichael Paquier
2020-02-18Fix grammar in monitoring.sgmlMichael Paquier
2020-02-17Teach pg_dump to dump comments on RLS policy objects.Tom Lane
2020-02-17Optimize update of tables with generated columnsPeter Eisentraut
2020-02-17Fill in extraUpdatedCols in logical replicationPeter Eisentraut
2020-02-17Add description about GSSOpenServer wait event into document.Fujii Masao
2020-02-17Add description about LogicalRewriteTruncate wait event into document.Fujii Masao
2020-02-16Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl.Tom Lane
2020-02-15Update obsolete comment.Tom Lane
2020-02-15Clarify coding in Catalog::AddDefaultValues.Tom Lane
2020-02-15Run "make reformat-dat-files".Tom Lane
2020-02-15Don't require pg_class.dat to contain correct relnatts values.Tom Lane
2020-02-15Recreate website's formatting for "website" doc builds.Peter Geoghegan
2020-02-14Remove pg_regress' --load-language option.Tom Lane
2020-02-14Remove some dead code in contrib/adminpack/Michael Paquier
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-02-13Logical Tape Set: lazily allocate read buffer.Jeff Davis
2020-02-13Avoid a performance regression in float overflow/underflow detection.Tom Lane
2020-02-12Doc: Restructure B-Tree support routine docs.Peter Geoghegan
2020-02-12Remove long-dead comments.Tom Lane
2020-02-12Doc: fix old oversights in GRANT/REVOKE documentation.Tom Lane
2020-02-12Try to harden insert-conflict-specconflict against autovacuum.Andres Freund
2020-02-12Add %x to default PROMPT1 and PROMPT2 in psqlMichael Paquier
2020-02-12Test additional speculative conflict scenarios.Andres Freund
2020-02-12Fix bug in pg_basebackup -F plain -R.Fujii Masao
2020-02-11Document the pg_upgrade -j/--jobs option as taking an argumentPeter Eisentraut
2020-02-11Use pg_pwrite() in more places.Thomas Munro
2020-02-10Canonicalize some URLsPeter Eisentraut
2020-02-10psql: Remove one use of HAVE_UNIX_SOCKETSPeter Eisentraut
2020-02-10Simplify passing of configure arguments to pg_configPeter Eisentraut
2020-02-10Change signature of TupleHashTableHash().Jeff Davis
2020-02-10createuser: fix parsing of --connection-limit argumentAlvaro Herrera
2020-02-10Fix priv checks for ALTER <object> DEPENDS ON EXTENSIONAlvaro Herrera
2020-02-10Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command"Michael Paquier
2020-02-10Fix typos.Amit Kapila
2020-02-10doc: Spell checkingAmit Kapila
2020-02-10pg_upgrade: Fix quoting of some arguments in pg_ctl commandMichael Paquier