Commit Graph

44125 Commits (bedda9fbb76897c987c720aed6551dff48d4cfb4)
 

Author SHA1 Message Date
Noah Misch bedda9fbb7 Process EXTRA_INSTALL serially, during the first temp-install. 7 years ago
Noah Misch e7ebc8c285 Send EXTRA_INSTALL errors to install.log, not stderr. 7 years ago
Noah Misch 7c97b0f55e pg_regress: Promptly detect failed postmaster startup. 7 years ago
Peter Eisentraut af99ad191a pg_rewind: Add missing newline to error message 7 years ago
Tom Lane f256995e33 Fix latent problem with pg_jrand48(). 7 years ago
Alvaro Herrera 3c4ca21093 Have DISCARD ALL/TEMP remove leftover temp tables 7 years ago
Alvaro Herrera a6ca47cd2f Make autovacuum more selective about temp tables to keep 7 years ago
Michael Paquier d4486700b5 Ignore inherited temp relations from other sessions when truncating 7 years ago
Tom Lane 9939ea16c2 Fix portability failure introduced in commits d2b0b60e7 et al. 7 years ago
Michael Paquier 0857575774 Prioritize history files when archiving 7 years ago
Michael Paquier 15f69279e0 Disable WAL-skipping optimization for COPY on views 7 years ago
Peter Eisentraut 669d9eae85 Fix ancient compiler warnings and typos in !HAVE_SYMLINK code 7 years ago
Alexander Korotkov e36e25275f Check for conflicting queries during replay of gistvacuumpage() 7 years ago
Alvaro Herrera 1c142612c8 Fix lock level used for partition when detaching it 7 years ago
Tom Lane 164d439550 Doc: fix ancient mistake in search_path documentation. 7 years ago
Greg Stark 9e6cd794c2 Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY 7 years ago
Tom Lane 4aad9813e8 Doc: fix incorrect example of collecting arguments with fmgr macros. 7 years ago
Tom Lane d16567093f Fix ancient thinko in mergejoin cost estimation. 7 years ago
Michael Paquier b63df2deae Update project link of pgBadger in documentation 7 years ago
Amit Kapila 0fe0b2f474 Remove extra semicolons. 7 years ago
Michael Paquier 91fc2a0883 Fix use-after-free bug when renaming constraints 7 years ago
Michael Paquier da13d90a5f Make constraint rename issue relcache invalidation on target relation 7 years ago
Tom Lane f4290113f5 Make error handling in parallel pg_upgrade less bogus. 7 years ago
Tom Lane 34010ac2fa Improve detection of child-process SIGPIPE failures. 7 years ago
Tom Lane 8b90174e3f Fix bogus logic for skipping unnecessary partcollation dependencies. 7 years ago
Alexander Korotkov a0696d2955 Prevent GIN deleted pages from being reclaimed too early 7 years ago
Alexander Korotkov 865870374a Prevent deadlock in ginRedoDeletePage() 7 years ago
Alexander Korotkov 2e3bd064e5 Fix deadlock in GIN vacuum introduced by 218f51584d 7 years ago
Tom Lane 8a7f24b22f Repair bogus EPQ plans generated for postgres_fdw foreign joins. 7 years ago
Tom Lane f9f63ed1f2 Repair bogus handling of multi-assignment Params in upper plan levels. 7 years ago
Tom Lane 0226cd72ec Fix test_rls_hooks to assign expression collations properly. 7 years ago
Tom Lane b10997b5b3 Doc: improve documentation about ALTER LARGE OBJECT requirements. 7 years ago
Noah Misch eff1242339 Raise some timeouts to 180s, in test code. 7 years ago
Tom Lane e60122b54d Add stack depth checks to key recursive functions in backend/nodes/*.c. 7 years ago
Tom Lane 9eaba23c41 Make TupleDescInitBuiltinEntry throw error for unsupported types. 7 years ago
Tom Lane 54f24ab76d Fix misapplication of pgstat_count_truncate to wrong relation. 7 years ago
Tom Lane aaf7b3bd6f Clean up sloppy coding in publicationcmds.c's OpenTableList(). 7 years ago
Tom Lane 6dc46f8ca8 Improve our response to invalid format strings, and detect more cases. 7 years ago
Stephen Frost 23f9e3e36b Improve planner stats documentation 7 years ago
Michael Paquier db35e959bb Fix invalid value of synchronous_commit in description of flush_lag 7 years ago
Tom Lane 764b0539b9 Document handling of invalid/ambiguous timestamp input near DST boundaries. 7 years ago
Tom Lane bac66c6e7c Ensure static libraries have correct mod time even if ranlib messes it up. 7 years ago
Thomas Munro 2e58a73a70 Fix minor typo in dsa.c. 7 years ago
Michael Paquier 04e381a199 Fix handling of synchronous replication for stopping WAL senders 7 years ago
Bruce Momjian 7c688d068f C comment: remove extra '*' 7 years ago
Thomas Munro 96ed0b8704 Don't set PAM_RHOST for Unix sockets. 7 years ago
Tomas Vondra 4e7395d83f Do not decode TOAST data for table rewrites 7 years ago
Andres Freund a0b4a63803 Fix ac218aa4f6 to work on versions before 9.5. 7 years ago
Andres Freund 181d35af7b Update pg_upgrade test for reg* to include regrole and regnamespace. 7 years ago
Bruce Momjian 41e0f89c00 doc: fix wording for plpgsql, add "and" 7 years ago