Commit Graph

53338 Commits (9c08aea6a3090a396be334cc58c511edab05776a)
 

Author SHA1 Message Date
Michael Paquier e77216fcb0 Simplify more checks related to set-returning functions 4 years ago
Michael Paquier fcc28178c6 Clean up and simplify code in a couple of set-returning functions 4 years ago
Etsuro Fujita 04e706d423 postgres_fdw: Add support for parallel commit. 4 years ago
Amit Kapila cfb4e209ec Fix one of the tests introduced in commit 52e4f0cd47. 4 years ago
Tom Lane bd74c4037c Re-allow underscore as first character of custom GUC names. 4 years ago
Daniel Gustafsson 0475a97f74 Quick exit on log stream child exit in pg_basebackup 4 years ago
Daniel Gustafsson c7d7e12039 Remove duplicated word in comment 4 years ago
Daniel Gustafsson 6da65a3f9a Add function to pump IPC process until string match 4 years ago
Daniel Gustafsson 91d3580535 Use test functions in pg_rewind test module 4 years ago
Daniel Gustafsson 2313a3ee22 Fix statenames in mergejoin comments 4 years ago
Andres Freund afdeff1052 Add temporary debug info to help debug 019_replslot_limit.pl failures. 4 years ago
Peter Eisentraut 9467321649 Put typtype letters back into consistent order 4 years ago
Amit Kapila 52e4f0cd47 Allow specifying row filters for logical replication of tables. 4 years ago
Michael Paquier ebf6c5249b Add compute_query_id = regress 4 years ago
Tom Lane 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. 4 years ago
Andres Freund 2776922201 Assert in init_toast_snapshot() that some snapshot registered or active. 4 years ago
Andres Freund 7c38ef2a5d Fix temporary object cleanup failing due to toast access without snapshot. 4 years ago
Andres Freund 27b02e070f pg_upgrade: Don't print progress status when output is not a tty. 4 years ago
Peter Eisentraut 3f649663a4 pgcrypto: Remove unused error code 4 years ago
Peter Eisentraut abe81ee084 pgcrypto: Remove unused error code 4 years ago
Peter Eisentraut 5c868c92ca Fix possible null pointer reference 4 years ago
Michael Paquier bf4ed12b58 doc: Mention environment variable ZSTD in the TAP tests for MSVC 4 years ago
Andres Freund fbabdf8f9a Fix meaning-changing typo introduced in fa0e03c15a. 4 years ago
Tom Lane 83a7637e2c Reset conn->errorReported when PQrequestCancel sets errorMessage. 4 years ago
Andrew Dunstan 1c6d462939
Remove most msys special processing in TAP tests 4 years ago
Andrew Dunstan 95d981338b
Remove PostgreSQL::Test::Utils::perl2host completely 4 years ago
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