summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/Michael Paquier2022-11-093-12/+12
* Suppress -Warray-parameter warnings in pgcrypto/sha2.c.Tom Lane2021-12-121-4/+4
* Reformat imath.c macro to remove -Wmisleading-indentation warnings.Tom Lane2021-12-121-2/+7
* 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-2/+2
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-252-6/+19
* postgres_fdw: Fix connection leak.Fujii Masao2020-12-283-7/+58
* pgcrypto: Detect errors with EVP calls from OpenSSLMichael Paquier2020-12-081-5/+16
* pg_trgm: fix crash in 2-item picksplitAndrew Gierth2020-11-121-6/+4
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-101-7/+2
* 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
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-106-21/+80
* 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
* Initialize dblink remoteConn struct in all casesJoe Conway2020-05-281-0/+5
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-014-9/+12
* Fix cache reference leak in contrib/sepgsql.Tom Lane2020-04-161-11/+10
* Fix bogus CALLED_AS_TRIGGER() defenses.Tom Lane2020-04-031-2/+1
* Back-patch addition of stack overflow and interrupt checks for lquery.Tom Lane2020-03-311-0/+7
* Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane2020-03-285-19/+103
* Add missing errcode() in a few ereport calls.Amit Kapila2020-03-181-3/+3
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-162-113/+91
* Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila2020-02-193-1/+103
* Disallow null category in crosstab_hashJoe Conway2019-12-231-0/+5
* libpq should expose GSS-related parameters even when not implemented.Tom Lane2019-12-202-10/+10
* Ensure maxlen is at leat 1 in dict_intTomas Vondra2019-12-033-0/+9
* postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita2019-11-081-8/+8
* Fix intarray's GiST opclasses to not fail for empty arrays with <@.Tom Lane2019-08-064-3/+132
* Fix handling of previous password hooks in passwordcheckMichael Paquier2019-08-011-0/+20
* Fix contrib/sepgsql test policy to work with latest SELinux releases.Tom Lane2019-07-251-0/+11
* postgres_fdw: Account for triggers in non-direct remote UPDATE planning.Etsuro Fujita2019-06-133-10/+41
* Fix copy-pasto in freeing memory on error in vacuumlo.Heikki Linnakangas2019-06-071-2/+2
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-292-0/+9
* Avoid double-free in vacuumlo error path.Tom Lane2019-03-241-4/+3
* Fix volatile vs. pointer confusionPeter Eisentraut2019-03-151-5/+4
* Relax overly strict assertionAlvaro Herrera2019-02-122-0/+31
* Ensure that foreign scans with lateral refs are planned correctly.Tom Lane2019-02-074-2/+91
* Fix misc typos in comments.Heikki Linnakangas2019-01-231-1/+1
* Fix hstore hash function for empty hstores upgraded from 8.4.Andrew Gierth2018-11-241-28/+19
* Avoid crashes in contrib/intarray gist__int_ops (bug #15518)Andrew Gierth2018-11-242-12/+71
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-181-5/+2
* Improve stability of recently-added regression test case.Tom Lane2018-10-162-16/+12
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-102-1/+116
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-052-11/+15
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-251-1/+1
* Make contrib/unaccent's unaccent() function work when not in search path.Tom Lane2018-09-061-1/+17