summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* pgcrypto: Detect errors with EVP calls from OpenSSLMichael Paquier2020-12-081-5/+16
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-301-3/+0
* pg_trgm: fix crash in 2-item picksplitAndrew Gierth2020-11-121-8/+4
* Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sqlAlexander Korotkov2020-11-121-1/+1
* Fix name of the macro for getting signature length trgm_gist.cAlexander Korotkov2020-11-121-8/+8
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-102-14/+7
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-091-0/+4
* Fix potential memory leak in pgcryptoMichael Paquier2020-10-191-0/+1
* Add missing error check in pgcrypto/crypt-md5.c.Tom Lane2020-10-161-1/+7
* Fix amcheck child check pg_upgrade bug.Peter Geoghegan2020-09-161-6/+28
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-102-2/+2
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-1016-87/+262
* amcheck: Sanitize metapage's allequalimage field.Peter Geoghegan2020-08-061-1/+13
* Restore lost amcheck TOAST test coverage.Peter Geoghegan2020-07-312-8/+22
* Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier2020-07-273-0/+72
* Fix ancient violation of zlib's API spec.Tom Lane2020-07-231-5/+5
* Revert "Fix corner case with PGP decompression in pgcrypto"Michael Paquier2020-07-233-62/+11
* Fix corner case with PGP decompression in pgcryptoMichael Paquier2020-07-223-11/+62
* Revert "Use CP_SMALL_TLIST for hash aggregate"Jeff Davis2020-07-121-2/+2
* doc: Spell checkingPeter Eisentraut2020-07-051-1/+1
* Read until EOF vice stat-reported size in read_binary_fileJoe Conway2020-07-041-2/+2
* Change default of pg_stat_statements.track_planning to off.Fujii Masao2020-07-033-1/+3
* Spelling adjustmentsPeter Eisentraut2020-06-091-2/+2
* Use query collation, not column's collation, while examining statistics.Tom Lane2020-06-051-1/+1
* Use CP_SMALL_TLIST for hash aggregateTomas Vondra2020-05-311-2/+2
* Initialize dblink remoteConn struct in all casesJoe Conway2020-05-281-0/+5
* Clear some style deviations.Noah Misch2020-05-211-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-149-18/+20
* Fix amcheck for page checks concurrent to replay of btree page deletionAlexander Korotkov2020-05-141-3/+7
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-131-1/+1
* Fix stragglerAlvaro Herrera2020-05-121-1/+1
* Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut2020-05-082-0/+9
* Remove obsolete amcheck comment.Peter Geoghegan2020-05-051-3/+0
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-052-4/+4
* Add posting list tuple amcheck test case.Peter Geoghegan2020-05-042-2/+16
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-014-9/+12
* Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier2020-04-301-1/+1
* Check slot->restart_lsn validity in a few more placesAlvaro Herrera2020-04-281-1/+2
* Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut2020-04-241-0/+99
* Fix cache reference leak in contrib/sepgsql.Tom Lane2020-04-163-15/+30