summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2022-11-09Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/Michael Paquier
2021-12-13Suppress -Warray-parameter warnings in pgcrypto/sha2.c.Tom Lane
2021-12-13Reformat imath.c macro to remove -Wmisleading-indentation warnings.Tom Lane
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-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-23pgcrypto: avoid name conflicts with OpenSSL in one more case.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-03-30Update obsolete comment.Etsuro Fujita
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
2020-12-28postgres_fdw: Fix connection leak.Fujii Masao
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
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-07-27Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier
2020-07-23Fix ancient violation of zlib's API spec.Tom Lane
2020-07-22Revert "Fix corner case with PGP decompression in pgcrypto"Michael Paquier
2020-07-22Fix corner case with PGP decompression in pgcryptoMichael Paquier
2020-05-28Initialize dblink remoteConn struct in all casesJoe Conway
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-04-16Fix cache reference leak in contrib/sepgsql.Tom Lane
2020-04-03Fix bogus CALLED_AS_TRIGGER() defenses.Tom Lane
2020-03-31Back-patch addition of stack overflow and interrupt checks for lquery.Tom Lane
2020-03-28Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane
2020-03-18Add missing errcode() in a few ereport calls.Amit Kapila
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-02-19Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila
2020-01-26In postgres_fdw, don't try to ship MULTIEXPR updates to remote server.Tom Lane
2019-12-23Disallow null category in crosstab_hashJoe Conway
2019-12-20libpq should expose GSS-related parameters even when not implemented.Tom Lane
2019-12-03Ensure maxlen is at leat 1 in dict_intTomas Vondra
2019-11-08postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita
2019-09-25Fix failure with lock mode used for custom relation optionsMichael Paquier
2019-08-06Fix intarray's GiST opclasses to not fail for empty arrays with <@.Tom Lane
2019-08-01Fix handling of previous password hooks in passwordcheckMichael Paquier
2019-07-25Fix contrib/sepgsql test policy to work with latest SELinux releases.Tom Lane
2019-06-13postgres_fdw: Account for triggers in non-direct remote UPDATE planning.Etsuro Fujita
2019-06-10Fix operator naming in pg_trgm GUC option descriptionsAlexander Korotkov
2019-06-07Fix copy-pasto in freeing memory on error in vacuumlo.Heikki Linnakangas