summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2017-05-07Allow queries submitted by postgres_fdw to be canceled.Robert Haas
2017-04-14Further fix pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2017-04-13Fix regexport.c to behave sanely with lookaround constraints.Tom Lane
2017-04-06Silence compiler warning in sepgsqlJoe Conway
2017-03-14Spelling fixesPeter Eisentraut
2017-03-12Fix pg_file_write() error handling.Noah Misch
2017-03-11Fix ancient connection leak in dblinkJoe Conway
2017-02-22Fix contrib/pg_trgm's extraction of trigrams from regular expressions.Tom Lane
2017-02-06Fix typo also in expected output.Heikki Linnakangas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-06Invalidate cached plans on FDW option changes.Tom Lane
2016-12-22Make dblink try harder to form useful error messagesJoe Conway
2016-12-22Protect dblink from invalid options when using postgres_fdw serverJoe Conway
2016-12-22Give a useful error message if uuid-ossp is built without preconfiguration.Tom Lane
2016-12-21Improve dblink error message when remote does not provide itJoe Conway
2016-12-18In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs().Tom Lane
2016-11-22Make contrib/test_decoding regression tests safe for CZ locale.Tom Lane
2016-11-04Back-patch portability fixes for contrib/pageinspect/ginfuncs.c.Tom Lane
2016-11-02Fix portability bug in gin_page_opaque_info().Tom Lane
2016-10-04Correct logical decoding restore behaviour for subtransactions.Andres Freund
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15pg_buffercache: Allow huge allocations.Robert Haas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-08-17Fix -e option in contrib/intarray/bench/bench.pl.Tom Lane
2016-08-09Fix typoPeter Eisentraut
2016-08-07Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane
2016-07-28Fix assorted fallout from IS [NOT] NULL patch.Tom Lane
2016-07-21Make contrib regression tests safe for Danish locale.Tom Lane
2016-07-17Use correct symbol for minimum int64 valuePeter Eisentraut
2016-06-24Fix handling of multixacts predating pg_upgradeAlvaro Herrera
2016-06-05Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane
2016-05-13Ensure plan stability in contrib/btree_gist regression test.Tom Lane
2016-05-02Remove unused macros.Heikki Linnakangas
2016-04-28Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convent...Tom Lane
2016-04-22Convert contrib/seg's bool-returning SQL functions to V1 call convention.Tom Lane
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-03-28Add missing checks to some of pageinspect's BRIN functionsAlvaro Herrera
2016-03-19Fix phony .PHONY.Tom Lane
2016-03-10Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-03-08ltree: Zero padding bytes when allocating memory for externally visible data.Andres Freund