Commit Graph

3155 Commits (4bf371cf2a894abeda672996f24dc6603ceddc3c)

Author SHA1 Message Date
Robert Haas 4bf371cf2a Fix typo in comment. 9 years ago
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Tom Lane aa7f593b1f Improve speed of contrib/postgres_fdw regression tests. 9 years ago
Robert Haas 7b4ac19982 Extend index AM API for parallel index scans. 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Andres Freund ea15e18677 Remove obsoleted code relating to targetlist SRF evaluation. 9 years ago
Alvaro Herrera 9a34123bc3 Make messages mentioning type names more uniform 9 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Peter Eisentraut 6fc547960d Rename C symbols for backend lo_ functions 9 years ago
Peter Eisentraut 5d7c9c906a Remove unnecessary prototypes in loadable modules 9 years ago
Tom Lane 83f2061dd0 Teach contrib/pg_stat_statements to handle multi-statement commands better. 10 years ago
Tom Lane ab1f0c8225 Change representation of statement lists, and add statement location info. 10 years ago
Peter Eisentraut 05cd12ed5b pg_ctl: Change default to wait for all actions 10 years ago
Peter Eisentraut e574f15d62 Updates to reflect that pg_ctl stop -m fast is the default 10 years ago
Peter Eisentraut da0dbea9c3 Make whitespace consistent inside some script files 10 years ago
Tom Lane c52d37c8b3 Invalidate cached plans on FDW option changes. 10 years ago
Peter Eisentraut 933b46644c Use 'use strict' in all Perl programs 10 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 10 years ago
Joe Conway 2f802d95b4 Make dblink try harder to form useful error messages 10 years ago
Joe Conway c444868389 Protect dblink from invalid options when using postgres_fdw server 10 years ago
Tom Lane b86515da1a Give a useful error message if uuid-ossp is built without preconfiguration. 10 years ago
Joe Conway ea0aa9698c Improve dblink error message when remote does not provide it 10 years ago
Tom Lane 4a0a34b5b6 In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs(). 10 years ago
Peter Eisentraut fdf71389dd Various temporary slots test improvements 10 years ago
Tom Lane 23f722ba8e Fix race condition in test_decoding "slot" test. 10 years ago
Peter Eisentraut a924c327e2 Add support for temporary replication slots 10 years ago
Heikki Linnakangas 58445c5c8d Further cleanup from the strong-random patch. 10 years ago
Heikki Linnakangas 9bbbf029dd Fix pgcrypto compilation with OpenSSL 1.1.0. 10 years ago
Robert Haas fa0f466d53 Log the creation of an init fork unconditionally. 10 years ago
Heikki Linnakangas fe0a0b5993 Replace PostmasterRandom() with a stronger source, second attempt. 10 years ago
Heikki Linnakangas b2cc748b09 Remove dead stuff from pgcrypto. 10 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 10 years ago
Tom Lane 11da83a0e7 Add uuid to the set of types supported by contrib/btree_gist. 10 years ago
Tom Lane e2a0ee6900 Make contrib/test_decoding regression tests safe for CZ locale. 10 years ago
Andres Freund ffa8c3d852 Provide NO_INSTALLCHECK option for pgxs. 10 years ago
Peter Eisentraut b7292a8670 pg_stat_statements: Add .gitignore file for tests 10 years ago
Andres Freund 9be244dbe8 Add minimal set of regression tests for pg_stat_statements. 10 years ago
Tom Lane 9257f07872 Replace uses of SPI_modifytuple that intend to allocate in current context. 10 years ago
Tom Lane 6d30fb1f75 Make SPI_fnumber() reject dropped columns. 10 years ago
Tom Lane c59f94e81e Revert "Delete contrib/xml2's legacy implementation of xml_is_well_formed()." 10 years ago
Tom Lane 33cb96ba1a Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro." 10 years ago
Tom Lane c8ead2a397 Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro. 10 years ago
Tom Lane 20540710e8 Delete contrib/xml2's legacy implementation of xml_is_well_formed(). 10 years ago
Tom Lane 367b99bbb1 Fix gin_leafpage_items(). 10 years ago
Peter Eisentraut 84ad68d645 pageinspect: Fix unaligned struct access in GIN functions 10 years ago
Robert Haas 7016e4c4f5 postgres_fdw: Fix typo in comment. 10 years ago
Peter Eisentraut a0f357e570 psql: Split up "Modifiers" column in \d and \dD 10 years ago
Robert Haas c6ff380e38 Use NIL instead of NULL for an empty List. 10 years ago
Tom Lane da8f3ebf30 Don't convert Consts into Vars during setrefs.c processing. 10 years ago
Peter Eisentraut 00a86856c1 pageinspect: Make page test more portable 10 years ago