Commit Graph

50525 Commits (9a4c0e36fbd671b5e7426a5a0670bdd7ba2714a0)
 

Author SHA1 Message Date
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
Dean Rasheed fead67c24a Add an explicit cast to double when using fabs(). 5 years ago
Dean Rasheed bc43b7c2c0 Fix numeric_power() when the exponent is INT_MIN. 5 years ago
Amit Kapila 5a3574d7b3 Test decoding of two-phase transactions during the build of a consistent snapshot. 5 years ago
Peter Eisentraut 854434c50a doc: Document how to run regression tests with custom server settings 5 years ago
Peter Geoghegan 83e3239ee7 Standardize one aspect of rmgr desc output. 5 years ago
Amit Kapila cd357c7629 Fix typo in origin.c. 5 years ago
Amit Kapila 9da2224ea2 Fix typo in reorderbuffer.c. 5 years ago
Thomas Munro 034510c820 Replace remaining uses of "whitelist". 5 years ago
Thomas Munro fe05b6b620 pgindent: whitelist/blacklist -> additional/excluded. 5 years ago
Thomas Munro c0d4f6d897 Rename "enum blacklist" to "uncommitted enums". 5 years ago
Tom Lane 4bd3fad80e Fix integer-overflow corner cases in substring() functions. 5 years ago
Thomas Munro 87c23d36a3 Remove unused function prototypes. 5 years ago
Tom Lane 1c1cbe279b Rethink the "read/write parameter" mechanism in pl/pgsql. 5 years ago
Tom Lane 1788828d33 Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql. 5 years ago
Tom Lane c9d5298485 Re-implement pl/pgsql's expression and assignment parsing. 5 years ago