Commit Graph

3141 Commits (da0dbea9c30e7c91e9e78d72ab3dbee77d7ca0cd)

Author SHA1 Message Date
Peter Eisentraut da0dbea9c3 Make whitespace consistent inside some script files 9 years ago
Tom Lane c52d37c8b3 Invalidate cached plans on FDW option changes. 9 years ago
Peter Eisentraut 933b46644c Use 'use strict' in all Perl programs 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Joe Conway 2f802d95b4 Make dblink try harder to form useful error messages 9 years ago
Joe Conway c444868389 Protect dblink from invalid options when using postgres_fdw server 9 years ago
Tom Lane b86515da1a Give a useful error message if uuid-ossp is built without preconfiguration. 9 years ago
Joe Conway ea0aa9698c Improve dblink error message when remote does not provide it 9 years ago
Tom Lane 4a0a34b5b6 In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs(). 9 years ago
Peter Eisentraut fdf71389dd Various temporary slots test improvements 9 years ago
Tom Lane 23f722ba8e Fix race condition in test_decoding "slot" test. 9 years ago
Peter Eisentraut a924c327e2 Add support for temporary replication slots 9 years ago
Heikki Linnakangas 58445c5c8d Further cleanup from the strong-random patch. 9 years ago
Heikki Linnakangas 9bbbf029dd Fix pgcrypto compilation with OpenSSL 1.1.0. 9 years ago
Robert Haas fa0f466d53 Log the creation of an init fork unconditionally. 9 years ago
Heikki Linnakangas fe0a0b5993 Replace PostmasterRandom() with a stronger source, second attempt. 9 years ago
Heikki Linnakangas b2cc748b09 Remove dead stuff from pgcrypto. 9 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago
Tom Lane 11da83a0e7 Add uuid to the set of types supported by contrib/btree_gist. 9 years ago
Tom Lane e2a0ee6900 Make contrib/test_decoding regression tests safe for CZ locale. 9 years ago
Andres Freund ffa8c3d852 Provide NO_INSTALLCHECK option for pgxs. 9 years ago
Peter Eisentraut b7292a8670 pg_stat_statements: Add .gitignore file for tests 9 years ago
Andres Freund 9be244dbe8 Add minimal set of regression tests for pg_stat_statements. 9 years ago
Tom Lane 9257f07872 Replace uses of SPI_modifytuple that intend to allocate in current context. 9 years ago
Tom Lane 6d30fb1f75 Make SPI_fnumber() reject dropped columns. 9 years ago
Tom Lane c59f94e81e Revert "Delete contrib/xml2's legacy implementation of xml_is_well_formed()." 9 years ago
Tom Lane 33cb96ba1a Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro." 9 years ago
Tom Lane c8ead2a397 Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro. 9 years ago
Tom Lane 20540710e8 Delete contrib/xml2's legacy implementation of xml_is_well_formed(). 9 years ago
Tom Lane 367b99bbb1 Fix gin_leafpage_items(). 9 years ago
Peter Eisentraut 84ad68d645 pageinspect: Fix unaligned struct access in GIN functions 9 years ago
Robert Haas 7016e4c4f5 postgres_fdw: Fix typo in comment. 9 years ago
Peter Eisentraut a0f357e570 psql: Split up "Modifiers" column in \d and \dD 9 years ago
Robert Haas c6ff380e38 Use NIL instead of NULL for an empty List. 9 years ago
Tom Lane da8f3ebf30 Don't convert Consts into Vars during setrefs.c processing. 9 years ago
Peter Eisentraut 00a86856c1 pageinspect: Make page test more portable 9 years ago
Tom Lane 14ee35799f Fix portability bug in gin_page_opaque_info(). 9 years ago
Peter Eisentraut f7c9a6e083 pageinspect: Make btree test more portable 9 years ago
Robert Haas 9779f71c40 postgres_fdw: Fix typo in comment. 9 years ago
Peter Eisentraut adfb81d9e1 pageinspect: Add tests 9 years ago
Robert Haas d4b5d4cadd pgstattuple: Don't take heavyweight locks when examining a hash index. 9 years ago
Tom Lane 8529686ccb Suppress unused-variable warning in non-assert builds. 9 years ago
Heikki Linnakangas 8a2f08fbea Fix typo in comment. 9 years ago
Robert Haas f5d6bce63c postgres_fdw: Try again to stabilize aggregate pushdown regression tests. 9 years ago
Robert Haas ad13a09d76 postgres_fdw: Attempt to stabilize regression results. 9 years ago
Robert Haas 7012b132d0 postgres_fdw: Push down aggregates to remote servers. 9 years ago
Heikki Linnakangas faae1c918e Revert "Replace PostmasterRandom() with a stronger way of generating randomness." 9 years ago
Heikki Linnakangas 5ff4a67f63 Use OpenSSL EVP API for symmetric encryption in pgcrypto. 9 years ago
Heikki Linnakangas 9e083fd468 Replace PostmasterRandom() with a stronger way of generating randomness. 9 years ago
Andres Freund ccbb852cd6 Fix further hash table order dependent tests. 9 years ago