summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Robert Haas2017-01-271-1/+1
* Use the new castNode() macro in a number of places.Andres Freund2017-01-263-18/+9
* Improve speed of contrib/postgres_fdw regression tests.Tom Lane2017-01-252-27/+21
* Extend index AM API for parallel index scans.Robert Haas2017-01-241-0/+3
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-2012-0/+12
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-191-1/+1
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-181-2/+2
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-178-2/+8
* Rename C symbols for backend lo_ functionsPeter Eisentraut2017-01-171-2/+2
* Remove unnecessary prototypes in loadable modulesPeter Eisentraut2017-01-172-14/+0
* Teach contrib/pg_stat_statements to handle multi-statement commands better.Tom Lane2017-01-143-38/+606
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-142-9/+12
* pg_ctl: Change default to wait for all actionsPeter Eisentraut2017-01-143-8/+5
* Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut2017-01-133-6/+6
* Make whitespace consistent inside some script filesPeter Eisentraut2017-01-122-7/+7
* Invalidate cached plans on FDW option changes.Tom Lane2017-01-062-0/+110
* Use 'use strict' in all Perl programsPeter Eisentraut2017-01-052-19/+26
* Update copyright via script for 2017Bruce Momjian2017-01-0357-57/+57
* 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
* Various temporary slots test improvementsPeter Eisentraut2016-12-152-16/+71
* Fix race condition in test_decoding "slot" test.Tom Lane2016-12-122-9/+26
* Add support for temporary replication slotsPeter Eisentraut2016-12-124-3/+81
* Further cleanup from the strong-random patch.Heikki Linnakangas2016-12-121-2/+7
* Fix pgcrypto compilation with OpenSSL 1.1.0.Heikki Linnakangas2016-12-122-49/+141
* Log the creation of an init fork unconditionally.Robert Haas2016-12-081-4/+9
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-0519-1003/+788
* Remove dead stuff from pgcrypto.Heikki Linnakangas2016-11-306-10/+2
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-2925-0/+207
* Add uuid to the set of types supported by contrib/btree_gist.Tom Lane2016-11-298-6/+1110
* Make contrib/test_decoding regression tests safe for CZ locale.Tom Lane2016-11-212-10/+10
* Provide NO_INSTALLCHECK option for pgxs.Andres Freund2016-11-141-4/+3
* pg_stat_statements: Add .gitignore file for testsPeter Eisentraut2016-11-131-0/+4
* Add minimal set of regression tests for pg_stat_statements.Andres Freund2016-11-124-0/+44
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-084-38/+33
* Make SPI_fnumber() reject dropped columns.Tom Lane2016-11-085-8/+9
* Revert "Delete contrib/xml2's legacy implementation of xml_is_well_formed()."Tom Lane2016-11-071-0/+45
* Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...Tom Lane2016-11-072-21/+21
* Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane2016-11-042-21/+21
* Delete contrib/xml2's legacy implementation of xml_is_well_formed().Tom Lane2016-11-041-45/+0
* Fix gin_leafpage_items().Tom Lane2016-11-043-7/+19
* pageinspect: Fix unaligned struct access in GIN functionsPeter Eisentraut2016-11-041-22/+24
* postgres_fdw: Fix typo in comment.Robert Haas2016-11-041-1/+1
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-033-104/+104
* Use NIL instead of NULL for an empty List.Robert Haas2016-11-031-2/+2
* Don't convert Consts into Vars during setrefs.c processing.Tom Lane2016-11-021-4/+4
* pageinspect: Make page test more portablePeter Eisentraut2016-11-022-5/+5