summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas2018-01-312-2/+2
* Fix test case for 'outer pathkeys do not match mergeclauses' fix.Robert Haas2018-01-302-42/+48
* pageinspect: Fix use of wrong memory context by hash_page_items.Robert Haas2018-01-261-2/+2
* postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error.Robert Haas2018-01-173-64/+171
* Fix postgres_fdw to cope with duplicate GROUP BY entries.Tom Lane2018-01-124-119/+150
* Fix behavior of ~> (cube, int) operatorTeodor Sigaev2018-01-114-282/+507
* Fix new test case to not be endian-dependent.Tom Lane2018-01-042-4/+4
* Fix incorrect computations of length of null bitmap in pageinspect.Tom Lane2018-01-043-10/+30
* Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane2017-11-272-0/+75
* 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
* Tighten test in contrib/bloom/t/001_wal.pl.Tom Lane2017-11-101-9/+9
* 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 more user-visible elog() calls.Robert Haas2017-10-052-1/+13
* Even if some partitions are foreign, allow tuple routing.Robert Haas2017-09-075-0/+108
* Remove bogus line from comment.Robert Haas2017-08-171-1/+0
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-102-6/+6
* pgstatindex: Insert some casts to prevent overflow.Robert Haas2017-08-101-2/+3
* Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund2017-08-052-2/+9
* hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas2017-08-042-5/+5
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-281-1/+1
* PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane2017-07-281-3/+3
* When WCOs are present, disable direct foreign table modification.Robert Haas2017-07-242-0/+84
* 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/+157
* Code review for NextValueExpr expression node type.Tom Lane2017-07-141-0/+8
* Forbid gen_random_uuid() with --disable-strong-randomHeikki Linnakangas2017-07-036-41/+41
* Fix typo in commentPeter Eisentraut2017-06-301-1/+1
* postgres_fdw: Move function prototype to correct section.Robert Haas2017-06-221-1/+1
* Teach pgrowlocks to check relkind before scanningPeter Eisentraut2017-06-211-1/+13
* Phase 3 of pgindent updates.Tom Lane2017-06-2176-318/+318
* Phase 2 of pgindent updates.Tom Lane2017-06-2150-141/+141
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-2131-71/+71
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-151-62/+92
* psql: Use more consistent capitalization of some output headingsPeter Eisentraut2017-06-132-45/+45
* Fix contrib/sepgsql regr tests for tup-routing constraint check change.Joe Conway2017-06-071-2/+0
* postgres_fdw: Allow cancellation of transaction control commands.Robert Haas2017-06-071-53/+308
* Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane2017-06-044-8/+8
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-301-16/+16
* Fix contrib/sepgsql regression tests for partition NOT NULL change.Tom Lane2017-05-211-3/+0
* Don't explicitly mark range partitioning columns NOT NULL.Robert Haas2017-05-181-2/+2
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-171-1/+2
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-1735-135/+145
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-161-4/+7
* Suppress indentation from Data::Dumper in regression testsAndrew Dunstan2017-05-142-33/+17
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-132-6/+17
* Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane2017-05-131-16/+15
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-113-3/+3
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-081-2/+2