summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-093-0/+71
* Fix back-patch of "Under has_wal_read_bug, skip .../001_wal.pl."Noah Misch2022-05-071-1/+5
* Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.Noah Misch2022-05-071-0/+7
* pageinspect: Fix handling of all-zero pagesMichael Paquier2022-04-1415-0/+154
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-315-79/+234
* pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier2022-03-2712-23/+145
* Fix default signature length for gist_ltree_opsAlexander Korotkov2022-03-162-9/+11
* pageinspect: Fix memory context allocation of page in brin_revmap_data()Michael Paquier2022-03-161-3/+3
* pageinspect: Fix handling of page sizes and AM typesMichael Paquier2022-03-1615-67/+142
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-042-7/+10
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-031-1/+1
* WAL log unchanged toasted replica identity key attributes.Amit Kapila2022-02-141-1/+1
* Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch2022-02-091-1/+2
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-261-0/+2
* Fix results of index-only scans on btree_gist char(N) indexes.Tom Lane2022-01-083-34/+82
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-142-0/+108
* postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao2021-12-032-2/+4
* Avoid some other O(N^2) hazards in list manipulation.Tom Lane2021-11-011-8/+17
* Don't try to read a multi-GB pg_stat_statements file in one call.Tom Lane2021-10-311-16/+29
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-282-60/+41
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-231-0/+188
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-232-0/+80
* postgres_fdw: Move comments about elog level in (sub)abort cleanup.Etsuro Fujita2021-10-131-5/+10
* Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane2021-10-063-35/+77
* Fix instability in contrib/bloom TAP tests.Tom Lane2021-09-282-8/+4
* Add alternative output for OpenSSL 3 without legacy loadedDaniel Gustafsson2021-09-255-0/+1247
* Disable OpenSSL EVP digest padding in pgcryptoDaniel Gustafsson2021-09-251-0/+4
* pgcrypto: Check for error return of px_cipher_decrypt()Daniel Gustafsson2021-09-251-1/+4
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-252-0/+38
* Fix failure of btree_gin indexscans with "char" type and </<= operators.Tom Lane2021-08-102-3/+10
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-054-26/+160
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-281-5/+8
* Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS.Tom Lane2021-07-252-11/+26
* Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.Tom Lane2021-07-063-51/+49
* Allow non-quoted identifiers as isolation test session/step names.Tom Lane2021-06-231-1/+1
* Improve display of query results in isolation tests.Tom Lane2021-06-237-362/+604
* Use annotations to reduce instability of isolation-test results.Tom Lane2021-06-221-1/+1
* Stabilize contrib/seg regression test.Tom Lane2021-06-072-0/+4
* Fix planner's row-mark code for inheritance from a foreign table.Tom Lane2021-06-022-0/+107
* Update obsolete comment.Etsuro Fujita2021-03-301-2/+3
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-081-5/+15
* postgres_fdw: Fix assertion in estimate_path_cost_size().Etsuro Fujita2021-02-053-1/+31
* Fix ancient memory leak in contrib/auto_explain.Tom Lane2021-02-021-2/+9
* Report the true database name on connection errorsAlvaro Herrera2021-01-262-3/+3
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-256-10/+61
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-211-1/+5
* Disable vacuum page skipping in selected test cases.Tom Lane2021-01-204-28/+12
* postgres_fdw: Fix connection leak.Fujii Masao2020-12-283-7/+58
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-241-6/+1
* Improve autoprewarm's handling of early-shutdown scenarios.Tom Lane2020-12-221-5/+25