aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* 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
* pgcrypto: Check for error return of px_cipher_decrypt()Daniel Gustafsson2021-09-25
* 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
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS.Tom Lane2021-07-25
* Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.Tom Lane2021-07-06
* Allow non-quoted identifiers as isolation test session/step names.Tom Lane2021-06-23
* Improve display of query results in isolation tests.Tom Lane2021-06-23
* Use annotations to reduce instability of isolation-test results.Tom Lane2021-06-22
* Stabilize contrib/seg regression test.Tom Lane2021-06-07
* Fix planner's row-mark code for inheritance from a foreign table.Tom Lane2021-06-02
* Update obsolete comment.Etsuro Fujita2021-03-30
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* postgres_fdw: Fix assertion in estimate_path_cost_size().Etsuro Fujita2021-02-05
* Fix ancient memory leak in contrib/auto_explain.Tom Lane2021-02-02
* Report the true database name on connection errorsAlvaro Herrera2021-01-26
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-25
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Disable vacuum page skipping in selected test cases.Tom Lane2021-01-20
* postgres_fdw: Fix connection leak.Fujii Masao2020-12-28
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-24
* Improve autoprewarm's handling of early-shutdown scenarios.Tom Lane2020-12-22
* pgcrypto: Detect errors with EVP calls from OpenSSLMichael Paquier2020-12-08
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-30
* pg_trgm: fix crash in 2-item picksplitAndrew Gierth2020-11-12
* Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sqlAlexander Korotkov2020-11-12
* Fix name of the macro for getting signature length trgm_gist.cAlexander Korotkov2020-11-12
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* Fix potential memory leak in pgcryptoMichael Paquier2020-10-19
* Add missing error check in pgcrypto/crypt-md5.c.Tom Lane2020-10-16
* Fix amcheck child check pg_upgrade bug.Peter Geoghegan2020-09-16
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-10
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-10
* amcheck: Sanitize metapage's allequalimage field.Peter Geoghegan2020-08-06
* Restore lost amcheck TOAST test coverage.Peter Geoghegan2020-07-31
* Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier2020-07-27
* Fix ancient violation of zlib's API spec.Tom Lane2020-07-23
* Revert "Fix corner case with PGP decompression in pgcrypto"Michael Paquier2020-07-23
* Fix corner case with PGP decompression in pgcryptoMichael Paquier2020-07-22
* Revert "Use CP_SMALL_TLIST for hash aggregate"Jeff Davis2020-07-12
* doc: Spell checkingPeter Eisentraut2020-07-05
* Read until EOF vice stat-reported size in read_binary_fileJoe Conway2020-07-04
* Change default of pg_stat_statements.track_planning to off.Fujii Masao2020-07-03
* Spelling adjustmentsPeter Eisentraut2020-06-09
* Use query collation, not column's collation, while examining statistics.Tom Lane2020-06-05