Commit Graph

4291 Commits (24c3ce8f1c707f9eeb1f68cebd44c2516ff799c2)

Author SHA1 Message Date
Etsuro Fujita 82593b9a3d postgres_fdw: Disable batch insertion when there are WCO constraints. 3 years ago
Thomas Munro cf112c1220 Remove dead pread and pwrite replacement code. 3 years ago
Tom Lane c67c2e2a29 Be more wary about 32-bit integer overflow in pg_stat_statements. 3 years ago
David Rowley 1349d2790b Improve performance of ORDER BY / DISTINCT aggregates 3 years ago
Tom Lane 418ec32072 Add a regression test for contrib/tcn. 3 years ago
Tom Lane 2865b4060a Add a regression test for contrib/pg_prewarm. 3 years ago
Tom Lane bfac42ea02 Make new auto_explain test safe for log_error_verbosity = verbose. 3 years ago
Tom Lane be39d88934 Add regression test coverage for contrib/pg_buffercache. 3 years ago
Tom Lane 5253519b27 Fix new auto_explain test case for Windows. 3 years ago
Tom Lane 03361a368e Add missing PGDLLEXPORT markings in contrib/pg_prewarm. 3 years ago
Tom Lane 7c34555f8c Add test for session_preload_libraries and parameter permissions checks. 3 years ago
Fujii Masao 44ccdce514 postgres_fdw: Fix bug in checking of return value of PQsendQuery(). 3 years ago
Amit Kapila 366283961a Allow users to skip logical replication of data having origin. 3 years ago
Michael Paquier 12c254c99f Tweak detail and hint messages to be consistent with project policy 3 years ago
Fujii Masao ecc84b916f Add regression test for TRUNCATE on foreign table not supporting TRUNCATE. 3 years ago
Andres Freund a91242b1bc Deal with paths containing \ and spaces in basebackup_to_shell tests 3 years ago
Andres Freund 8cf64d35ea Mark all symbols exported from extension libraries PGDLLEXPORT. 3 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 3 years ago
Tom Lane 31e5b50292 postgres_fdw: be more wary about shippability of reg* constants. 3 years ago
Tom Lane 0a7ccee8fe postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. 3 years ago
Peter Eisentraut 506428d091 Attempt to fix compiler warning on old compiler 3 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 3 years ago
Fujii Masao 3b00a944a9 Support TRUNCATE triggers on foreign tables. 3 years ago
Peter Eisentraut 2cd2569c72 Convert macros to static inline functions (bufpage.h) 3 years ago
Thomas Munro 92d70b77eb Tidy up claimed supported CPUs and OSes. 3 years ago
Etsuro Fujita 82699edbfe postgres_fdw: Fix grammar. 3 years ago
Robert Haas 2d7ead8526 pg_stat_statements: Fix test that assumes wal_records = rows. 3 years ago
Robert Haas b0a55e4329 Change internal RelFileNode references to RelFileNumber or RelFileLocator. 3 years ago
Michael Paquier d4bfe41281 autho_explain: Add GUC to log query parameters 3 years ago
Michael Paquier e3dd7c06e6 Simplify a bit the special rules generating unaccent.rules 3 years ago
Michael Paquier dac1ff3090 Replace durable_rename_excl() by durable_rename(), take two 3 years ago
Peter Eisentraut 5faef9d582 Remove redundant null pointer checks before PQclear and PQconninfoFree 3 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 3 years ago
Peter Eisentraut d746021de1 Add construct_array_builtin, deconstruct_array_builtin 3 years ago
Michael Paquier 550bc0a6c0 Refactor the TAP test of auto_explain 3 years ago
Peter Eisentraut 258f48f858 Change some unnecessary MemSet calls 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