Commit Graph

50540 Commits (9dc718bdf2b1a574481a45624d42b674332e2903)
 

Author SHA1 Message Date
Peter Geoghegan 9dc718bdf2 Pass down "logically unchanged index" hint. 5 years ago
Fujii Masao 39b03690b5 Log long wait time on recovery conflict when it's resolved. 5 years ago
Heikki Linnakangas 6ecaaf810b Fix portability issues in the new gist pageinspect test. 5 years ago
Magnus Hagander e6eeb8d799 Remove incorrect markup 5 years ago
Heikki Linnakangas 756ab29124 Add functions to 'pageinspect' to inspect GiST indexes. 5 years ago
Thomas Munro df10ac625c Don't use elog() in src/port/pwrite.c. 5 years ago
Amit Kapila ee1b38f659 Fix memory leak in SnapBuildSerialize. 5 years ago
Amit Kapila bea449c635 Optimize DropRelFileNodesAllBuffers() for recovery. 5 years ago
Michael Paquier fce7d0e6ef Fix routine name in comment of catcache.c 5 years ago
Alvaro Herrera c6c4b37395
Invent struct ReindexIndexInfo 5 years ago
Tom Lane 9eabfe300a pg_dump: label INDEX ATTACH ArchiveEntries with an owner. 5 years ago
Tom Lane cc865c0f31 Doc: fix description of privileges needed for ALTER PUBLICATION. 5 years ago
Alvaro Herrera a3e51a36b7
Fix thinko in comment 5 years ago
Amit Kapila 044aa9e70e Fix relation descriptor leak. 5 years ago
Amit Kapila d6ad34f341 Optimize DropRelFileNodeBuffers() for recovery. 5 years ago
Tom Lane 9a4c0e36fb Dump ALTER TABLE ... ATTACH PARTITION as a separate ArchiveEntry. 5 years ago
Tom Lane d5ab79d815 Make pg_dump's table of object-type priorities more maintainable. 5 years ago
Thomas Munro f315205f3f Fix function prototypes in dependency.h. 5 years ago
Tom Lane 4edf96846a Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT. 5 years ago
Tom Lane c1d589571c Try next host after a "cannot connect now" failure. 5 years ago
Tom Lane 52a10224e3 Uniformly identify the target host in libpq connection failure reports. 5 years ago
Tom Lane 800d93f314 Allow pg_regress.c wrappers to postprocess test result files. 5 years ago
Tom Lane ffa2e46701 In libpq, always append new error messages to conn->errorMessage. 5 years ago
Thomas Munro ce6a71fa53 Use vectored I/O to fill new WAL segments. 5 years ago
Thomas Munro 13a021f3e8 Provide pg_preadv() and pg_pwritev(). 5 years ago
Bruce Momjian 01334c92fa doc: expand description of how non-SELECT queries are processed 5 years ago
Amit Kapila e33d004900 Fix the test for decoding of two-phase transactions. 5 years ago
Tom Lane 39d4a15310 Fix plpgsql tests for debug_invalidate_system_caches_always. 5 years ago
Tom Lane afcc8772ed Fix ancient bug in parsing of BRE-mode regular expressions. 5 years ago
Michael Paquier 15b824da97 Fix and simplify some code related to cryptohashes 5 years ago
Tom Lane 9ffe227837 Adjust createdb TAP tests to work on recent OpenBSD. 5 years ago
Tom Lane b8d0cda533 Further second thoughts about idle_session_timeout patch. 5 years ago
Tomas Vondra ebb5457cfa Minor fixes in COPY progress docs 5 years ago
Fujii Masao 0650ff2303 Add GUC to log long wait times on recovery conflicts. 5 years ago
Tom Lane f7a1a805cb Fix bogus link in test comments. 5 years ago
Tom Lane 9486e7b666 Improve commentary in timeout.c. 5 years ago
Michael Paquier 55fe26a4b5 Fix allocation logic of cryptohash context data with OpenSSL 5 years ago
Tom Lane 9877374bef Add idle_session_timeout. 5 years ago
Tom Lane 09cf1d5226 Improve timeout.c's handling of repeated timeout set/cancel. 5 years ago
Tomas Vondra 8a4f618e7a Report progress of COPY commands 5 years ago
Tom Lane ca8217c101 Add a test module for the regular expression package. 5 years ago
Peter Eisentraut 4656e3d668 Replace CLOBBER_CACHE_ALWAYS with run-time GUC 5 years ago
Fujii Masao 8900b5a9d5 Detect the deadlocks between backends and the startup process. 5 years ago
Amit Kapila e02e840ff7 Fix typos in decode.c and logical.c. 5 years ago
Fujii Masao 25dde58357 doc: Fix description about default behavior of recovery_target_timeline. 5 years ago
Michael Paquier bc08f7971c Promote --data-checksums to the common set of options in initdb --help 5 years ago
Tom Lane 14d49f483d Revert unstable test cases from commit 7d80441d2. 5 years ago
Tom Lane 7d80441d2c Allow psql's \dt and \di to show TOAST tables and their indexes. 5 years ago
Tom Lane bf8a662c9a Introduce a new GUC_REPORT setting "in_hot_standby". 5 years ago
Bruce Momjian 47b2ed1d06 doc: improve NLS instruction wording 5 years ago