Commit Graph

4209 Commits (REL_14_STABLE)

Author SHA1 Message Date
Amit Kapila 7891a0d5d9 Stabilize streaming tests in test_decoding. 3 years ago
Michael Paquier df6bbe73b8 pageinspect: Fix handling of all-zero pages 3 years ago
Tom Lane 9f9489aa2e Fix postgres_fdw to check shippability of sort clauses properly. 4 years ago
Michael Paquier 27d3844418 pageinspect: Add more sanity checks to prevent out-of-bound reads 4 years ago
Tom Lane 579cef5faf Harden TAP tests that intentionally corrupt page checksums. 4 years ago
Alexander Korotkov 7d30f59da7 Fix default signature length for gist_ltree_ops 4 years ago
Michael Paquier dc5b3bdae3 pageinspect: Fix memory context allocation of page in brin_revmap_data() 4 years ago
Michael Paquier b61e6214cf pageinspect: Fix handling of page sizes and AM types 4 years ago
Noah Misch f60bb3e0a9 Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 4 years ago
Tom Lane b0bc196e52 Clean up assorted failures under clang's -fsanitize=undefined checks. 4 years ago
Amit Kapila 04645bbcae WAL log unchanged toasted replica identity key attributes. 4 years ago
Noah Misch 1a83297d22 Use Test::Builder::todo_start(), replacing $::TODO. 4 years ago
Etsuro Fujita d1cca9441d postgres_fdw: Fix handling of a pending asynchronous request in postgresReScanForeignScan(). 4 years ago
Noah Misch d94a95cce9 On sparc64+ext4, suppress test failures from known WAL read failure. 4 years ago
Etsuro Fujita 700e8fe6d4 postgres_fdw: Fix subabort cleanup of connections used in asynchronous execution. 4 years ago
Michael Paquier ad5b6f248a Revert error handling improvements for cryptohashes 4 years ago
Michael Paquier 3a0cced86d Improve error handling of cryptohash computations 4 years ago
Tom Lane 043c1e1a73 Fix results of index-only scans on btree_gist char(N) indexes. 4 years ago
Michael Paquier 52d50261db pg_stat_statements: Remove obsolete comment 4 years ago
Michael Paquier 8a22a40b2c Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY 4 years ago
Michael Paquier 4be3e005e5 Remove assertion for replication origins in PREPARE TRANSACTION 4 years ago
Michael Paquier a04fc56d03 Fix some typos with {a,an} 4 years ago
Fujii Masao 5cb86a2622 postgres_fdw: Fix unexpected reporting of empty message. 4 years ago
David Rowley 6c32c09777 Allow Memoize to operate in binary comparison mode 4 years ago
Tom Lane ad87bf3552 Avoid some other O(N^2) hazards in list manipulation. 4 years ago
Tom Lane 7104e0b245 Don't try to read a multi-GB pg_stat_statements file in one call. 4 years ago
Tom Lane b1f943d2aa Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY. 4 years ago
Noah Misch a5b9a0000e Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. 4 years ago
Noah Misch dde966efb2 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 4 years ago
Etsuro Fujita 419d27b1a2 postgres_fdw: Move comments about elog level in (sub)abort cleanup. 4 years ago
Michael Paquier d834ebcf23 Add more $Test::Builder::Level in the TAP tests 4 years ago
Peter Geoghegan e7712155ea amcheck: Skip unlogged relations in Hot Standby. 4 years ago
Etsuro Fujita 2051fd30a4 postgres_fdw: Fix comments in connection.c. 4 years ago
Tom Lane 12ff678e1d Fix null-pointer crash in postgres_fdw's conversion_error_callback. 4 years ago
Tom Lane cea5624f6a Fix instability in contrib/bloom TAP tests. 4 years ago
Daniel Gustafsson 6d0001aabf Add alternative output for OpenSSL 3 without legacy loaded 4 years ago
Daniel Gustafsson 4fa2b15e1c Disable OpenSSL EVP digest padding in pgcrypto 4 years ago
Peter Geoghegan 55934416d2 pageinspect: Make page deletion elog less chatty. 4 years ago
Peter Geoghegan ba05dfe943 contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS(). 4 years ago
Amit Kapila 9d7a80ce01 Fix toast rewrites in logical decoding. 4 years ago
Tom Lane a4957b5a72 Fix failure of btree_gin indexscans with "char" type and </<= operators. 4 years ago
Etsuro Fujita 588d3f597c postgres_fdw: Fix issues with generated columns in foreign tables. 4 years ago
Etsuro Fujita fb234086fe Fix oversight in commit 1ec7fca859. 4 years ago
Etsuro Fujita 1cf7fb376a postgres_fdw: Fix handling of pending asynchronous requests. 4 years ago
Fujii Masao fd90f6ba7a Avoid using ambiguous word "non-negative" in error messages. 4 years ago
Tom Lane e6d9544681 Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS. 4 years ago
David Rowley 47ca483644 Change the name of the Result Cache node to Memoize 4 years ago
Tom Lane 6201fa3c16 Rename debug_invalidate_system_caches_always to debug_discard_caches. 4 years ago
Tom Lane 30a35bca3f Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. 4 years ago
Fujii Masao 4173477b38 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. 4 years ago