summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-08-02Be more wary about 32-bit integer overflow in pg_stat_statements.Tom Lane
2022-07-17postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.Tom Lane
2022-06-25CREATE INDEX: use the original userid for more ACL checks.Noah Misch
2022-06-01Silence compiler warnings from some older compilers.Tom Lane
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-07Fix back-patch of "Under has_wal_read_bug, skip .../001_wal.pl."Noah Misch
2022-05-07Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.Noah Misch
2022-04-14pageinspect: Fix handling of all-zero pagesMichael Paquier
2022-03-31Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane
2022-03-27pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier
2022-03-16pageinspect: Fix memory context allocation of page in brin_revmap_data()Michael Paquier
2022-03-16pageinspect: Fix handling of page sizes and AM typesMichael Paquier
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-02-14WAL log unchanged toasted replica identity key attributes.Amit Kapila
2022-01-08Fix results of index-only scans on btree_gist char(N) indexes.Tom Lane
2021-12-14Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier
2021-12-13Reformat imath.c macro to remove -Wmisleading-indentation warnings.Tom Lane
2021-12-03postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao
2021-10-31Don't try to read a multi-GB pg_stat_statements file in one call.Tom Lane
2021-10-13postgres_fdw: Move comments about elog level in (sub)abort cleanup.Etsuro Fujita
2021-10-06Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane
2021-09-25Add alternative output for OpenSSL 3 without legacy loadedDaniel Gustafsson
2021-09-25Disable OpenSSL EVP digest padding in pgcryptoDaniel Gustafsson
2021-09-25pgcrypto: Check for error return of px_cipher_decrypt()Daniel Gustafsson
2021-08-25Fix toast rewrites in logical decoding.Amit Kapila
2021-08-10Fix failure of btree_gin indexscans with "char" type and </<= operators.Tom Lane
2021-07-27Avoid using ambiguous word "non-negative" in error messages.Fujii Masao
2021-07-06Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.Tom Lane
2021-06-23Allow non-quoted identifiers as isolation test session/step names.Tom Lane
2021-06-23Improve display of query results in isolation tests.Tom Lane
2021-06-23Use annotations to reduce instability of isolation-test results.Tom Lane
2021-06-17Detect unused steps in isolation specs and do some cleanupMichael Paquier
2021-06-08Fix contrib/seg regression test in v11.Tom Lane
2021-06-07Stabilize contrib/seg regression test.Tom Lane
2021-03-30Update obsolete comment.Etsuro Fujita
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-02-02Fix ancient memory leak in contrib/auto_explain.Tom Lane
2021-01-26Report the true database name on connection errorsAlvaro Herrera
2021-01-25Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane
2021-01-20Disable vacuum page skipping in selected test cases.Tom Lane
2020-12-28postgres_fdw: Fix connection leak.Fujii Masao
2020-12-24Fix race condition between shutdown and unstarted background workers.Tom Lane
2020-12-22Improve autoprewarm's handling of early-shutdown scenarios.Tom Lane
2020-12-08pgcrypto: Detect errors with EVP calls from OpenSSLMichael Paquier
2020-11-12pg_trgm: fix crash in 2-item picksplitAndrew Gierth
2020-11-11Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-09In security-restricted operations, block enqueue of at-commit user code.Noah Misch
2020-10-19Fix potential memory leak in pgcryptoMichael Paquier
2020-10-16Add missing error check in pgcrypto/crypt-md5.c.Tom Lane