Commit Graph

51942 Commits (201a76183e2056c2217129e12d68c25ec9c559c8)
 

Author SHA1 Message Date
Andrew Dunstan 201a76183e
Unify PostgresNode's new() and get_new_node() methods 4 years ago
Andrew Dunstan dbfe6e4b17
Add adjust_conf method to PostgresNode 4 years ago
Andrew Dunstan b33259e261
Add -w back to the flags for pg_ctl (re)start in PostgresNode 4 years ago
Michael Paquier 15c6ede045 Fix typo in tab-complete.c 4 years ago
Michael Paquier 856de3b39c Add some missing exit() calls in error paths for various binaries 4 years ago
Michael Paquier 2ad98fdf53 Add missing exit() in pg_verifybackup when failing to find pg_waldump 4 years ago
David Rowley 245de48455 Adjust MSVC build scripts to parse Makefiles for defines 4 years ago
David Rowley 15f16ec651 Don't duplicate references and libraries in MSVC scripts 4 years ago
David Rowley 33d74c5d00 Make the includes field an array in MSVC build scripts 4 years ago
Fujii Masao a00c138b78 Update minimum recovery point on truncation during WAL replay of abort record. 4 years ago
John Naylor 3ba70d4e15 Disallow negative strides in date_bin() 4 years ago
David Rowley ed1884a2fe Use the AddFile function consistently in MSVC build scripts 4 years ago
David Rowley 8709228775 Doc: Clarify lock levels taken during ATTACH PARTITION 4 years ago
Michael Paquier 7b7fbe1e8b Clarify some comments making use of leetspeak term "up2date" 4 years ago
Michael Paquier b0483263dd Add support for SET ACCESS METHOD in ALTER TABLE 4 years ago
David Rowley 4b763ff642 Remove seemingly unneeded include directory in MSVC scripts 4 years ago
Alvaro Herrera 93a0bf2390
Set pg_setting.pending_restart when pertinent config lines are removed 4 years ago
Tom Lane 336ea6e6ff Fix bugs in polymorphic-argument resolution for multiranges. 4 years ago
Tom Lane 674f6fe8e6 Stabilize output of new regression test. 4 years ago
Fujii Masao 0e1275fb07 Avoid using ambiguous word "non-negative" in error messages. 4 years ago
Tom Lane 024515cac5 In event triggers, use "pg_temp" only for our own temp schema. 4 years ago
Tom Lane 48c5c90682 Use the "pg_temp" schema alias in EXPLAIN and related output. 4 years ago
Andrew Dunstan 91d76613b7
Disable command echo in pg_upgrade-created windows scripts 4 years ago
Bruce Momjian 6feebcb6b4 doc: for various substring funcs, document if only first match 4 years ago
Bruce Momjian 74cf7d46a9 pg_resetxlog: add option to set oldest xid & use by pg_upgrade 4 years ago
Michael Paquier 24ba1a87e4 Simplify matching pattern check in TAP tests of pg_receivewal 4 years ago
Michael Paquier f7a9a3d4b2 Skip trailing whitespaces when parsing integer options 4 years ago
Alvaro Herrera 21b3aa9c8f
Remove newly added useless assertion check 4 years ago
Tomas Vondra f68b609230 psql \dX: check schema when listing statistics objects 4 years ago
Dean Rasheed 085f931f52 Allow numeric scale to be negative or greater than precision. 4 years ago
Michael Paquier efe0802209 doc: Fix command example to run regression tests with PGOPTIONS 4 years ago
Tom Lane 0806d08d46 Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS. 4 years ago
David Rowley 2b58f894e5 Fix incorrect comment for get_agg_clause_costs 4 years ago
Michael Paquier 4ef64c425d Fix a couple of memory leaks in src/bin/pg_basebackup/ 4 years ago
Tom Lane 28d936031a Get rid of artificial restriction on hash table sizes on Windows. 4 years ago
Andres Freund d9d8aa9bb9 Deduplicate choice of horizon for a relation procarray.c. 4 years ago
Tom Lane 6310809c4a Fix check for conflicting session- vs transaction-level locks. 4 years ago
Tom Lane 3779ac62d7 Make printf("%s", NULL) print "(null)" instead of crashing. 4 years ago
Tom Lane 76fa3db336 Remove configure-time thread safety checking (thread_test.c). 4 years ago
Tom Lane 678f5448c2 Fix failure of some headers to compile "standalone". 4 years ago
Michael Paquier bc0cc68f8a Add missing header declarations for pg_basebackup and pg_{dump,restore} 4 years ago
Michael Paquier 6f164e6d17 Unify parsing logic for command-line integer options 4 years ago
Alvaro Herrera 6beb38cfc9
Make new test immune to collation 4 years ago
Alvaro Herrera 80ba4bb383
Make ALTER TRIGGER RENAME consistent for partitioned tables 4 years ago
Alvaro Herrera 73c5d2bfee
Rework installation instructions again 4 years ago
John Naylor a0db4294ae Fix division by zero error in date_bin 4 years ago
Peter Eisentraut 86a1aae764 Fix typo in comment 4 years ago
Michael Paquier 6a2c532c22 Disable TAP tests of pg_receivewal for ZLIB on Windows 4 years ago
Thomas Munro 0207d5fbeb jit: Don't inline functions that access thread-locals. 4 years ago
David Rowley 91e9e89dcc Make nodeSort.c use Datum sorts for single column sorts 4 years ago