summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2017-01-05Use 'use strict' in all Perl programsPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
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-12-15Various temporary slots test improvementsPeter Eisentraut
2016-12-12Fix race condition in test_decoding "slot" test.Tom Lane
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-12-12Further cleanup from the strong-random patch.Heikki Linnakangas
2016-12-12Fix pgcrypto compilation with OpenSSL 1.1.0.Heikki Linnakangas
2016-12-08Log the creation of an init fork unconditionally.Robert Haas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-11-30Remove dead stuff from pgcrypto.Heikki Linnakangas
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-11-29Add uuid to the set of types supported by contrib/btree_gist.Tom Lane
2016-11-22Make contrib/test_decoding regression tests safe for CZ locale.Tom Lane
2016-11-14Provide NO_INSTALLCHECK option for pgxs.Andres Freund
2016-11-13pg_stat_statements: Add .gitignore file for testsPeter Eisentraut
2016-11-12Add minimal set of regression tests for pg_stat_statements.Andres Freund
2016-11-08Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane
2016-11-08Make SPI_fnumber() reject dropped columns.Tom Lane
2016-11-07Revert "Delete contrib/xml2's legacy implementation of xml_is_well_formed()."Tom Lane
2016-11-07Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...Tom Lane
2016-11-04Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-11-04Delete contrib/xml2's legacy implementation of xml_is_well_formed().Tom Lane
2016-11-04Fix gin_leafpage_items().Tom Lane
2016-11-04pageinspect: Fix unaligned struct access in GIN functionsPeter Eisentraut
2016-11-04postgres_fdw: Fix typo in comment.Robert Haas
2016-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
2016-11-03Use NIL instead of NULL for an empty List.Robert Haas
2016-11-02Don't convert Consts into Vars during setrefs.c processing.Tom Lane
2016-11-02pageinspect: Make page test more portablePeter Eisentraut
2016-11-02Fix portability bug in gin_page_opaque_info().Tom Lane
2016-11-02pageinspect: Make btree test more portablePeter Eisentraut
2016-11-01postgres_fdw: Fix typo in comment.Robert Haas
2016-11-01pageinspect: Add testsPeter Eisentraut
2016-10-28pgstattuple: Don't take heavyweight locks when examining a hash index.Robert Haas
2016-10-26Suppress unused-variable warning in non-assert builds.Tom Lane
2016-10-26Fix typo in comment.Heikki Linnakangas
2016-10-25postgres_fdw: Try again to stabilize aggregate pushdown regression tests.Robert Haas
2016-10-21postgres_fdw: Attempt to stabilize regression results.Robert Haas
2016-10-21postgres_fdw: Push down aggregates to remote servers.Robert Haas
2016-10-18Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas
2016-10-17Use OpenSSL EVP API for symmetric encryption in pgcrypto.Heikki Linnakangas
2016-10-17Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas
2016-10-13Fix further hash table order dependent tests.Andres Freund
2016-10-05Rename WAIT_* constants to PG_WAIT_*.Robert Haas
2016-10-04Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane