aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Silence compiler warnings from some older compilers.Tom Lane2022-06-01
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Fix back-patch of "Under has_wal_read_bug, skip .../001_wal.pl."Noah Misch2022-05-07
* Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.Noah Misch2022-05-07
* Disable asynchronous execution if using gating Result nodes.Etsuro Fujita2022-04-28
* postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist.Etsuro Fujita2022-04-21
* Stabilize streaming tests in test_decoding.Amit Kapila2022-04-20
* pageinspect: Fix handling of all-zero pagesMichael Paquier2022-04-14
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-31
* pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier2022-03-27
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-25
* Fix default signature length for gist_ltree_opsAlexander Korotkov2022-03-16
* pageinspect: Fix memory context allocation of page in brin_revmap_data()Michael Paquier2022-03-16
* pageinspect: Fix handling of page sizes and AM typesMichael Paquier2022-03-16
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* WAL log unchanged toasted replica identity key attributes.Amit Kapila2022-02-14
* Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch2022-02-09
* postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...Etsuro Fujita2022-01-27
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-26
* postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...Etsuro Fujita2022-01-21
* Revert error handling improvements for cryptohashesMichael Paquier2022-01-14
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Fix results of index-only scans on btree_gist char(N) indexes.Tom Lane2022-01-08
* pg_stat_statements: Remove obsolete commentMichael Paquier2022-01-03
* Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier2021-12-22
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-14
* Fix some typos with {a,an}Michael Paquier2021-12-09
* postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao2021-12-03
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Avoid some other O(N^2) hazards in list manipulation.Tom Lane2021-11-01
* Don't try to read a multi-GB pg_stat_statements file in one call.Tom Lane2021-10-31
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-28
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* postgres_fdw: Move comments about elog level in (sub)abort cleanup.Etsuro Fujita2021-10-13
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-12
* amcheck: Skip unlogged relations in Hot Standby.Peter Geoghegan2021-10-11
* postgres_fdw: Fix comments in connection.c.Etsuro Fujita2021-10-07
* Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane2021-10-06
* Fix instability in contrib/bloom TAP tests.Tom Lane2021-09-28
* Add alternative output for OpenSSL 3 without legacy loadedDaniel Gustafsson2021-09-25
* Disable OpenSSL EVP digest padding in pgcryptoDaniel Gustafsson2021-09-25
* pageinspect: Make page deletion elog less chatty.Peter Geoghegan2021-09-17
* contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().Peter Geoghegan2021-08-26
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Fix failure of btree_gin indexscans with "char" type and </<= operators.Tom Lane2021-08-10
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-05
* Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita2021-08-02
* postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita2021-07-30