summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-02-10psql: Fix %w length in PROMPT2 when PROMPT1 contains a newline.Thomas Munro
2020-02-09Revert "docs: change "default role" wording to "predefined role""Tom Lane
2020-02-09Store the deletion horizon XID for a deleted GIN page on the right page.Tom Lane
2020-02-07Fix failure to create FKs correctly in partitionsAlvaro Herrera
2020-02-07Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera
2020-02-07Fix bug in Tid scan.Fujii Masao
2020-02-07jit: Reference expression step functions via llvmjit_types.Andres Freund
2020-02-07Bump catalog version for the addition of leader_pid in pg_stat_activityMichael Paquier
2020-02-07Introduce TupleHashTableHash() and LookupTupleHashEntryHash().Jeff Davis
2020-02-07jit: Remove redundancies in expression evaluation code generation.Andres Freund
2020-02-07jit: Reference functions by name in IOCOERCE steps.Andres Freund
2020-02-07expression eval: Don't redundantly keep track of AggState.Andres Freund
2020-02-07expression eval, jit: Minor code cleanups.Andres Freund
2020-02-07Fix typo in proc.cMichael Paquier
2020-02-07Revert "Prevent running pg_basebackup as root"Michael Paquier
2020-02-06Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier
2020-02-06Ensure relcache consistency around generated columnsPeter Eisentraut
2020-02-06Refactor hash_agg_entry_size().Jeff Davis
2020-02-06Logical Tape Set: use min heap for freelist.Jeff Davis
2020-02-06Fix typo.Amit Kapila