summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* pg_upgrade: simplify code layout in a few placesBruce Momjian2018-01-051-2/+0
* Avoid formally-undefined use of memcpy() in hstoreUniquePairs().Tom Lane2017-11-251-1/+2
* Provide modern examples of how to auto-start Postgres on macOS.Tom Lane2017-11-174-0/+71
* start-scripts: switch to $PGUSER before opening $PGLOG.Noah Misch2017-11-063-8/+8
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-062-0/+36
* Fix issues with wide tuples being updated and REPLICA IDENTITY FULL.Andres Freund2017-08-052-2/+9
* Stabilize postgres_fdw regression tests.Tom Lane2017-07-212-2/+6
* Re-establish postgres_fdw connections after server or user mapping changes.Tom Lane2017-07-213-18/+170
* pg_upgrade: start/stop new server after pg_resetwalBruce Momjian2017-06-203-10/+13
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-151-62/+92
* postgres_fdw: Allow cancellation of transaction control commands.Robert Haas2017-06-071-53/+300
* Fix new warnings from GCC 7Peter Eisentraut2017-05-152-5/+5
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-132-6/+17
* Allow queries submitted by postgres_fdw to be canceled.Robert Haas2017-05-063-40/+193
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-211-0/+1
* Support OpenSSL 1.1.0 in 9.4 branch.Tom Lane2017-04-156-43/+107
* Further fix pg_trgm's extraction of trigrams from regular expressions.Tom Lane2017-04-143-42/+136
* Fix regexport.c to behave sanely with lookaround constraints.Tom Lane2017-04-132-0/+15
* Silence compiler warning in sepgsqlJoe Conway2017-04-061-2/+10
* Spelling fixesPeter Eisentraut2017-03-141-1/+1
* Fix pg_file_write() error handling.Noah Misch2017-03-121-12/+7
* Fix ancient connection leak in dblinkJoe Conway2017-03-111-0/+4
* pg_xlogdump: Remove extra newline in error messagePeter Eisentraut2017-03-081-1/+1
* Fix contrib/pg_trgm's extraction of trigrams from regular expressions.Tom Lane2017-02-223-37/+91
* Fix typo also in expected output.Heikki Linnakangas2017-02-061-1/+1
* Fix typos in comments.Heikki Linnakangas2017-02-0622-32/+32
* Invalidate cached plans on FDW option changes.Tom Lane2017-01-062-0/+72
* Make dblink try harder to form useful error messagesJoe Conway2016-12-221-9/+22
* Protect dblink from invalid options when using postgres_fdw serverJoe Conway2016-12-221-6/+29
* Give a useful error message if uuid-ossp is built without preconfiguration.Tom Lane2016-12-221-5/+5
* Improve dblink error message when remote does not provide itJoe Conway2016-12-212-2/+2
* In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs().Tom Lane2016-12-171-0/+4
* Make contrib/test_decoding regression tests safe for CZ locale.Tom Lane2016-11-212-10/+10
* Correct logical decoding restore behaviour for subtransactions.Andres Freund2016-10-033-1/+436
* Retry opening new segments in pg_xlogdump --folllowMagnus Hagander2016-09-301-1/+25
* worker_spi: Call pgstat_report_stat.Robert Haas2016-09-281-0/+1
* Fix pgbench's calculation of average latency, when -T is not used.Heikki Linnakangas2016-09-211-2/+2
* Fix latency calculation when there are \sleep commands in the script.Heikki Linnakangas2016-09-191-2/+4
* pg_buffercache: Allow huge allocations.Robert Haas2016-09-151-1/+3
* Fix -e option in contrib/intarray/bench/bench.pl.Tom Lane2016-08-171-1/+2
* Fix typoPeter Eisentraut2016-08-091-1/+1
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-089-40/+327
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-072-2/+35
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-281-3/+20
* Register atexit hook only once in pg_upgrade.Tom Lane2016-07-281-1/+2
* Make contrib regression tests safe for Danish locale.Tom Lane2016-07-2112-3311/+271
* Use correct symbol for minimum int64 valuePeter Eisentraut2016-07-171-8/+2
* Add missing newline in error messageMagnus Hagander2016-07-111-1/+1
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-241-2/+1
* Ensure plan stability in contrib/btree_gist regression test.Tom Lane2016-05-122-0/+6