Commit Graph

48271 Commits (cce64a51cabc1e59d202d95bb0b92ed22bac73cf)
 

Author SHA1 Message Date
Michael Paquier cce64a51ca Replace use of strerror() with %s by %m in pg_waldump 6 years ago
Thomas Munro e69d644547 Rotate instead of shifting hash join batch number. 6 years ago
Joe Conway d5b9c2baff Disallow null category in crosstab_hash 6 years ago
Tom Lane 39ebb943de Disallow partition key expressions that return pseudo-types. 6 years ago
Tom Lane fc7695891d Prevent a rowtype from being included in itself via a range. 6 years ago
Alvaro Herrera 0fd8cfb20d GetPublicationByName: Don't repeat ourselves 6 years ago
Peter Geoghegan 696cc3a0ca Normalize _bt_finish_split() argument names. 6 years ago
Peter Geoghegan fe97c61c87 Update nbtree LP_DEAD item deletion comments. 6 years ago
Tom Lane b265aa1f39 Avoid low-probability regression test failures in timestamp[tz] tests. 6 years ago
Peter Eisentraut 127ccb3725 Fix compiler warning for ppoll() on Cygwin 6 years ago
Tom Lane 5406513e99 In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat. 6 years ago
Bruce Momjian 4376fdbae1 C comment: clarify why psql's help/exit/quit must alone 6 years ago
Bruce Momjian 4cab43ec80 docs: clarify handling of column lists in COPY TO/FROM 6 years ago
Tom Lane 0af0504da9 Adjust test case added by commit 6136e94dc. 6 years ago
Tom Lane e60b480d39 libpq should expose GSS-related parameters even when not implemented. 6 years ago
Peter Eisentraut 77f416af6e Clean up inconsistent backslash use in paths 6 years ago
Peter Eisentraut 8f4fb4c648 Generate pg_config.h from pg_config.h.in on Windows 6 years ago
Peter Eisentraut df7fe9e2d7 Disallow dropping rules on system tables by default 6 years ago
Peter Eisentraut 8c6d30f211 Fix compiler warnings on MSYS2 6 years ago
Andrew Dunstan 6136e94dcb Superuser can permit passwordless connections on postgres_fdw 6 years ago
Robert Haas 16a4e4aecd Extend the ProcSignal mechanism to support barriers. 6 years ago
Peter Geoghegan 9f83468b35 Remove unneeded "pin scan" nbtree VACUUM code. 6 years ago
Bruce Momjian b93e9a5c94 revert: Remove meaningless assignments in nbtree code 6 years ago
Bruce Momjian 05684c8255 Remove meaningless assignments in nbtree code 6 years ago
Alvaro Herrera 2b93e3d96b makeArrayTypeName: Remove pointless relation open/close 6 years ago
Tom Lane 54fbd155cc Doc: add a short summary of available authentication methods. 6 years ago
Robert Haas 7cdcc747a9 Update neglected comment. 6 years ago
Robert Haas 303640199d Fix minor problems with non-exclusive backup cleanup. 6 years ago
Peter Eisentraut e975c1a602 Add support for MSYS2 6 years ago
Robert Haas 9aafc4529f Re-#include <time.h> in checkpointer.c. 6 years ago
Robert Haas e9fd0415e6 Move heap-specific detoasting logic into a separate function. 6 years ago
Tom Lane bf7427bdd3 Minimal portability fix for commit e1551f96e. 6 years ago
Peter Eisentraut ecb09cd5de Add .editorconfig 6 years ago
Michael Paquier 2032645b19 Fix compiler warning in non-assert builds 6 years ago
Michael Paquier e1551f96e6 Refactor attribute mappings used in logical tuple conversion 6 years ago
Amit Kapila 04c8a69c0c Fix subscriber invalid memory access on DDL. 6 years ago
Michael Paquier 52dcfda487 Doc: Improve readability of options for REINDEX 6 years ago
Michael Paquier aa3ef7ff50 Fix some OBJS lists in two Makefiles to be ordered alphabetically 6 years ago
Bruce Momjian 181932a032 Remove redundant not-null test 6 years ago
Michael Paquier 70116493a8 Remove shadow variables linked to RedoRecPtr in xlog.c 6 years ago
Tom Lane 2acab054b3 Fix error reporting for index expressions of prohibited types. 6 years ago
Robert Haas 5184f110aa Fix bad formula in previous commit. 6 years ago
Robert Haas d5406dea25 Code cleanup for toast_fetch_datum and toast_fetch_datum_slice. 6 years ago
Robert Haas da41d71070 simplehash: Allow for use in frontend code. 6 years ago
Robert Haas 48995040d5 simplehash: Allow use of simplehash without MemoryContext. 6 years ago
Robert Haas b1cc572f12 Add missing "void" to prototypes. 6 years ago
Robert Haas 7dbfea3c45 Partially deduplicate interrupt handling for background processes. 6 years ago
Robert Haas 1e53fe0e70 Use PostgresSigHupHandler in more places. 6 years ago
Robert Haas 5910d6c7e3 Move interrupt-handling code into subroutines. 6 years ago
Amit Kapila af3290f5e7 Change overly strict Assert in TransactionGroupUpdateXidStatus. 6 years ago