summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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-07Fix copy-pasto in freeing memory on error in vacuumlo.Heikki Linnakangas
2019-04-30Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2019-03-24Avoid double-free in vacuumlo error path.Tom Lane
2019-03-15Fix volatile vs. pointer confusionPeter Eisentraut
2019-02-12Relax overly strict assertionAlvaro Herrera
2019-02-07Ensure that foreign scans with lateral refs are planned correctly.Tom Lane
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2018-11-24Fix hstore hash function for empty hstores upgraded from 8.4.Andrew Gierth
2018-11-24Avoid crashes in contrib/intarray gist__int_ops (bug #15518)Andrew Gierth
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-10-16Improve stability of recently-added regression test case.Tom Lane
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-09-06Make contrib/unaccent's unaccent() function work when not in search path.Tom Lane
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-31Enforce cube dimension limit in all cube construction functionsAlexander Korotkov
2018-08-31Split contrib/cube platform-depended checks into separate testAlexander Korotkov
2018-07-29Fix earthdistance test suite function name typo.Noah Misch
2018-07-13Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane
2018-07-09Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-07-05Reduce cost of test_decoding's new oldest_xmin testAlvaro Herrera
2018-06-26Fix "base" snapshot handling in logical decodingAlvaro Herrera
2018-06-18Fix contrib/hstore_plperl to look through scalar refs.Tom Lane
2018-04-15Fix potentially-unportable code in contrib/adminpack.Tom Lane
2018-03-04Fix assorted issues in convert_to_scalar().Tom Lane
2018-03-01Fix IOS planning when only some index columns can return an attribute.Tom Lane
2018-02-28Rename base64 routines to avoid conflict with Solaris built-in functions.Tom Lane
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-02-23Allow auto_explain.log_min_duration to go up to INT_MAX.Tom Lane
2018-01-31pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas
2017-11-27Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane
2017-11-25Avoid formally-undefined use of memcpy() in hstoreUniquePairs().Tom Lane
2017-11-17Provide modern examples of how to auto-start Postgres on macOS.Tom Lane
2017-11-06start-scripts: switch to $PGUSER before opening $PGLOG.Noah Misch
2017-10-06Fix crash when logical decoding is invoked from a PL function.Tom Lane
2017-10-05Fix more user-visible elog() calls.Robert Haas
2017-08-05Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund
2017-07-31PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-31PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane
2017-07-21Stabilize postgres_fdw regression tests.Tom Lane
2017-07-21Re-establish postgres_fdw connections after server or user mapping changes.Tom Lane
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
2017-06-07postgres_fdw: Allow cancellation of transaction control commands.Robert Haas
2017-05-16Fix new warnings from GCC 7Peter Eisentraut
2017-05-14Suppress indentation from Data::Dumper in regression testsAndrew Dunstan
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund