Commit Graph

4372 Commits (REL_15_STABLE)

Author SHA1 Message Date
Alvaro Herrera 72abf03b64
Fix pg_stat_statements for MERGE 3 years ago
Etsuro Fujita 64387c5408 postgres_fdw: Avoid 'variable not found in subplan target list' error. 3 years ago
Peter Eisentraut c8a1bc01c6 Use float8 datatype for percentiles in pg_walinspect stat functions 3 years ago
Tom Lane 100a8ca2c2 Reject bogus output from uuid_create(3). 3 years ago
Jeff Davis 72af71aad9 Use correct LSN for error reporting in pg_walinspect 3 years ago
Amit Kapila 272248a0c1 Fix catalog lookup with the wrong snapshot during logical decoding. 3 years ago
Robert Haas f88798c098 Move basebackup code to new directory src/backend/backup 3 years ago
Etsuro Fujita 1d49db2598 postgres_fdw: Disable batch insertion when there are WCO constraints. 3 years ago
Tom Lane 82ebc70d1c Be more wary about 32-bit integer overflow in pg_stat_statements. 3 years ago
Tom Lane e65f94982e Make new auto_explain test safe for log_error_verbosity = verbose. 3 years ago
Tom Lane 1d01d19853 Fix new auto_explain test case for Windows. 3 years ago
Tom Lane e1bd4990b2 Add test for session_preload_libraries and parameter permissions checks. 3 years ago
Fujii Masao 63a8c689b0 postgres_fdw: Fix bug in checking of return value of PQsendQuery(). 3 years ago
Michael Paquier 535f1fc9da Tweak detail and hint messages to be consistent with project policy 3 years ago
Andres Freund 1ab0719836 Deal with paths containing \ and spaces in basebackup_to_shell tests 3 years ago
Tom Lane b8032f4816 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. 3 years ago
Etsuro Fujita 54bc816810 postgres_fdw: Fix grammar. 3 years ago
Noah Misch 00377b9a02 CREATE INDEX: use the original userid for more ACL checks. 3 years ago
Robert Haas e243de03fb amcheck: Fix incorrect use of VARATT_IS_COMPRESSED. 3 years ago
Tom Lane dd1c8dd101 Silence compiler warnings from some older compilers. 3 years ago
Robert Haas 4f2400cb3f Add a new shmem_request_hook hook. 3 years ago
Peter Eisentraut 30ed71e423 Indent C code in flex and bison files 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Andres Freund b5f44225b8 Mark a few 'bbsink' related functions / variables static. 3 years ago
Etsuro Fujita 4036bcbbb9 postgres_fdw: Update comments in make_new_connection(). 3 years ago
Robert Haas ab02d702ef Remove non-functional code for unloading loadable modules. 3 years ago
Michael Paquier 45edde037e Fix typos and grammar in code and test comments 3 years ago
Peter Eisentraut 9700b250c5 Formatting and punctuation improvements in sample configuration files 3 years ago
Noah Misch a117cebd63 Make relation-enumerating operations be security-restricted operations. 3 years ago
Noah Misch ad76c9708b Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl. 3 years ago
Daniel Gustafsson ee97d46cdb pgcrypto: remove questionmark from error message 3 years ago
Daniel Gustafsson 0250a167a0 pgcrypto: report init errors as PXE_CIPHER_INIT 3 years ago
Michael Paquier 7307988abd basebackup_to_shell: Add missing MarkGUCPrefixReserved() 3 years ago
Jeff Davis ed57cac84d pg_walinspect: fix case where flush LSN is in the middle of a record. 3 years ago
Etsuro Fujita 5c854e7a2c Disable asynchronous execution if using gating Result nodes. 3 years ago
Michael Paquier 55b5686511 Revert recent changes with durable_rename_excl() 3 years ago
Michael Paquier ccfbd9287d Replace existing durable_rename_excl() calls with durable_rename() 3 years ago
Michael Paquier 06cafd6f57 Fix typo in pg_walinspect.c 3 years ago
Etsuro Fujita 4eea2202be postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. 3 years ago
Amit Kapila 74547b9c23 Stabilize streaming tests in test_decoding. 3 years ago
Michael Paquier cd4868a570 pageinspect: Fix handling of all-zero pages 3 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 3 years ago
David Rowley b0e5f02ddc Fix various typos and spelling mistakes in code comments 3 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 3 years ago
Magnus Hagander 57d6aea00f Add JIT counters to pg_stat_statements 3 years ago
Jeff Davis dad9ba1c82 Fix buildfarm failures in pg_walinspect tests. 3 years ago
Jeff Davis 2258e76f90 Add contrib/pg_walinspect. 3 years ago
Michael Paquier 76cbf7edb6 pg_stat_statements: Track I/O timing for temporary file blocks 3 years ago
Andres Freund 5264add784 pgstat: add/extend tests for resetting various kinds of stats. 3 years ago
Tomas Vondra 2c7ea57e56 Revert "Logical decoding of sequences" 3 years ago