summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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-10-01Fix tuple_data_split() to not open a relation without any lock.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-08-28postgres_fdw: don't push ORDER BY with no vars (bug #15352)Andrew Gierth
2018-07-29Fix earthdistance test suite function name typo.Noah Misch
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
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-05-07adminpack: Revoke EXECUTE on pg_logfile_rotate()Stephen Frost
2018-04-19Fix broken extract_actual_join_clauses call in 9.6 postgres_fdw.Tom Lane
2018-04-15Fix potentially-unportable code in contrib/adminpack.Tom Lane
2018-04-10Remove wrongly backpatched piece of code in cube.cTeodor Sigaev
2018-03-22Fix errors in contrib/bloom index build.Tom Lane
2018-03-21Rework word_similarity documentation, make it close to actual algorithm.Teodor Sigaev
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
2018-01-30Fix test case for 'outer pathkeys do not match mergeclauses' fix.Robert Haas
2018-01-17postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error.Robert Haas
2018-01-11Fix behavior of ~> (cube, int) operatorTeodor Sigaev
2018-01-04Fix incorrect computations of length of null bitmap in pageinspect.Tom Lane
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-10Tighten test in contrib/bloom/t/001_wal.pl.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-17Remove bogus line from comment.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-24When WCOs are present, disable direct foreign table modification.Robert Haas
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