Commit Graph

51965 Commits (4fe8dcdff3af73f6ca16eb3edfa3339c7ee0d2c4)
 

Author SHA1 Message Date
Heikki Linnakangas 4fe8dcdff3 Extract code to describe recovery stop reason to a function. 4 years ago
Heikki Linnakangas 6b16532811 Remove unnecessary 'restoredFromArchive' global variable. 4 years ago
Heikki Linnakangas e9f5a0681c Don't use O_SYNC or similar when opening signal file to fsync it. 4 years ago
Michael Paquier 0b8ea70758 Enable TAP tests of pg_receivewal for ZLIB on Windows, take three 4 years ago
Jeff Davis 14d474e079 Improve documentation for START_REPLICATION ... LOGICAL. 4 years ago
John Naylor 5fcf3945bd Fix range check in ECPG numeric to int conversion 4 years ago
Tom Lane 3dddb2a821 Doc: add a glossary entry for "domain". 4 years ago
Tom Lane 5d44fff01e In postgres_fdw, allow CASE expressions to be pushed to the remote server. 4 years ago
Robert Haas 1d919de5eb Remove unnecessary call to ReadCheckpointRecord(). 4 years ago
Michael Paquier 3df93a6659 Use --no-loop for new calls of pg_receivewal --endpos in TAP tests 4 years ago
Heikki Linnakangas df9f0c716c Update obsolete comment that still referred to CheckpointLock 4 years ago
Etsuro Fujita 1ec7fca859 postgres_fdw: Fix handling of pending asynchronous requests. 4 years ago
Amit Kapila 16bd4becee Remove unused argument in apply_handle_commit_internal(). 4 years ago
Alvaro Herrera ce197e91d0
Close yet another race condition in replication slot test code 4 years ago
Daniel Gustafsson fcf4c0ae1d docs: Fix bit_count example output 4 years ago
Tom Lane 514b4c11d2 Improve libpq's handling of OOM during error message construction. 4 years ago
Andrew Dunstan b35a67bc04
Avoid calling TestLib::perl2host on a symlinked directory 4 years ago
Andrew Dunstan bad1067522
Make TestLib::perl2host more consistent and robust 4 years ago
Amit Kapila 91f9861242 Refactor to make common functions in proto.c and worker.c. 4 years ago
Daniel Gustafsson 454ae15d10 Remove unused directory from test/ssl .gitignore 4 years ago
Andrew Dunstan 87076c4083
Add a getter function for a PostgresNode install_path 4 years ago
Andrew Dunstan 1e8d89f880
Add PostgresVersion.pm method to emit the major version string 4 years ago
Andrew Dunstan 5dc932f9e7
Remove the last vestiges of Exporter from PostgresNode 4 years ago
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