Commit Graph

53062 Commits (cf12541f2bd5fd34425ecbb99f056a30ca5b7cae)
 

Author SHA1 Message Date
Andrew Dunstan cf12541f2b
Ensure the right perl is used for TAP tests on msys 4 years ago
Heikki Linnakangas 69639e2b5c Fix uninitialized variable. 4 years ago
John Naylor 4b35408f1e Use bitwise rotate functions in more places 4 years ago
Michael Paquier d7a978601d doc: Simplify description of --with-lz4 4 years ago
Michael Paquier 07daca53bf Fix inconsistencies in SRF checks of pg_config() and string_to_table() 4 years ago
Tom Lane 618c16707a Rearrange libpq's error reporting to avoid duplicated error text. 4 years ago
Robert Haas 6c417bbcc8 Add support for building with ZSTD. 4 years ago
Tom Lane 2e372869aa Don't let libpq PGEVT_CONNRESET callbacks break a PGconn. 4 years ago
Tom Lane ce1e7a2f71 Don't let libpq "event" procs break the state of PGresult objects. 4 years ago
Tom Lane de447bb8e6 Suppress warning about stack_base_ptr with late-model GCC. 4 years ago
Fujii Masao f927a6ec3e Fix comment in CheckIndexCompatible(). 4 years ago
Fujii Masao 94c49d5340 postgres_fdw: Make postgres_fdw.application_name support more escape sequences. 4 years ago
Amit Kapila c476f380e2 Fix a comment in worker.c. 4 years ago
Tom Lane 62cb7427d1 Avoid dangling-pointer usage in pg_basebackup progress reports. 4 years ago
Robert Haas 138c51b721 Add missing binary-upgrade guard. 4 years ago
Andrew Dunstan f1ac4a74de
Disable perl2host() processing in TAP tests 4 years ago
Andres Freund 19252e8ec9 plpython: Reject Python 2 during build configuration. 4 years ago
Peter Geoghegan 8f388f6f55 Increase hash_mem_multiplier default to 2.0. 4 years ago
Peter Geoghegan 74388a1ac3 Avoid VACUUM reltuples distortion. 4 years ago
Michael Paquier d61a361d1a Remove all traces of tuplestore_donestoring() in the C code 4 years ago
Heikki Linnakangas 4620892344 Fix bogus log message when starting from a cleanly shut down state. 4 years ago
John Naylor 01ad1c9530 Add missing TYPEALIGN macros 4 years ago
Heikki Linnakangas 9ed87a78e0 Fix read beyond buffer bug introduced by the split xlog.c patch. 4 years ago
Peter Eisentraut 2549f0661b Reject trailing junk after numeric literals 4 years ago
Heikki Linnakangas 70e81861fa Split xlog.c into xlog.c and xlogrecovery.c. 4 years ago
Heikki Linnakangas be1c00ab13 Move code around in StartupXLOG(). 4 years ago
Heikki Linnakangas b3a5d01c05 Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD. 4 years ago
Heikki Linnakangas d231be00cb Run pgindent on xlog.c. 4 years ago
Etsuro Fujita 27d195a578 Doc: Update documentation for modifying postgres_fdw foreign tables. 4 years ago
Michael Paquier 7265dbffad Add TAP test to automate the equivalent of check_guc, take two 4 years ago
Heikki Linnakangas 853c6400bf Fix race condition in 028_pitr_timelines.pl test, add note to docs. 4 years ago
Peter Geoghegan 988ffc3063 Update "don't truncate with failsafe" rationale. 4 years ago
Tom Lane 3b0ee7f583 Ensure that length argument of memcmp() isn't seen as negative. 4 years ago
Tom Lane 4c1a1a347a Ensure that the argument of shmdt(2) is declared "void *". 4 years ago
Andres Freund 1f6e0ce3be docs: Work around bug in the docbook xsl stylesheets. 4 years ago
Tom Lane 2523928b28 Reject change of output-column collation in CREATE OR REPLACE VIEW. 4 years ago
Daniel Gustafsson 4d373e0528 Ensure that STDERR is empty in connect_ok tests 4 years ago
Peter Eisentraut 6538be9e1e Fix XML namespace declarations 4 years ago
Heikki Linnakangas 3279cef072 Add more logging to new 028_pitr_timelines.pl test. 4 years ago
Peter Eisentraut 797129e591 Remove IS_AF_UNIX macro 4 years ago
John Naylor a59135a81a Spell "startup process" with lower case in the documentation 4 years ago
Peter Eisentraut 13d129333e Add test case for trailing junk after numeric literals 4 years ago
Peter Eisentraut 73508475d6 Remove pg_atoi() 4 years ago
Andres Freund 278cdea6b9 Add isolation test for errors during logical slot creation. 4 years ago
Michael Paquier a4e1deb42b Remove command checks in tests of pg_basebackup and pg_receivewal 4 years ago
Michael Paquier a008496300 Fix thinko with subdirectories generated by pg_upgrade for internal files 4 years ago
Andres Freund 2f6501fa3c Move replication slot release to before_shmem_exit(). 4 years ago
Peter Eisentraut b45fa79340 Remove one use of pg_atoi() 4 years ago
Peter Eisentraut cfc7191dfe Move scanint8() to numutils.c 4 years ago
Tom Lane 291ec6e45e Suppress integer-overflow compiler warning for inconsistent sun_len. 4 years ago