Commit Graph

46398 Commits (ea92368cd1da1e290f9ab8efb7f60cb7598fc310)
 

Author SHA1 Message Date
Michael Paquier ea92368cd1 Move max_wal_senders out of max_connections for connection slot handling 7 years ago
Tom Lane 1d92a0c9f7 Redesign the partition dependency mechanism. 7 years ago
Alvaro Herrera c603b392c3 Fix misleading PG_RE_THROW commentary 7 years ago
Peter Eisentraut 256fc004af Adjust gratuitously different error message wording 7 years ago
Peter Eisentraut 78b0cac74d Remove unused macro 7 years ago
Tom Lane 6bdc3005b5 Fix indexable-row-comparison logic to account for covering indexes. 7 years ago
Tom Lane 72d71e0356 Add per-test-script runtime display to pg_regress. 7 years ago
Alvaro Herrera cb90de1aac Fix trigger drop procedure 7 years ago
Tom Lane 068503c765 Solve cross-version-upgrade testing problem induced by 1fb57af92. 7 years ago
Tom Lane 4dbe196907 Repair unsafe/unportable snprintf usage in pg_restore. 7 years ago
Tom Lane a391ff3c3d Build out the planner support function infrastructure. 7 years ago
Tom Lane 1fb57af920 Create the infrastructure for planner support functions. 7 years ago
Tom Lane 1a8d5afb0d Refactor the representation of indexable clauses in IndexPaths. 7 years ago
Tom Lane 6401583863 Call set_rel_pathlist_hook before generate_gather_paths, not after. 7 years ago
Peter Eisentraut 4446565d36 Use better comment marker in Autoconf input 7 years ago
Andres Freund 356687bd82 Reset, not recreate, execGrouping.c style hashtables. 7 years ago
Andres Freund 317ffdfeaa Allow to reset execGrouping.c style tuple hashtables. 7 years ago
Andres Freund 3b632a58e7 simplehash: Add support for resetting a hashtable's contents. 7 years ago
Andres Freund 5567d12ce0 Plug leak in BuildTupleHashTable by creating ExprContext in correct context. 7 years ago
Tom Lane 0edef16d76 Defend against null error message reported by libxml2. 7 years ago
Tom Lane f10a20e147 Doc: fix thinko in description of how to escape a backslash in bytea. 7 years ago
Peter Eisentraut 3d462f0861 Fix error handling around ssl_*_protocol_version settings 7 years ago
Peter Eisentraut 08d25d7850 Add some const decorations 7 years ago
Michael Paquier 3677a0b26b Add pg_partition_root to display top-most parent of a partition tree 7 years ago
Tom Lane 34ea1ab7fd Split create_foreignscan_path() into three functions. 7 years ago
Andrew Dunstan 51b025933d Fix perl searchpath for gen_keywordlist.pl 7 years ago
Andrew Dunstan 8ce641f997 Fix searchpath and module location for pg_rewind and ssl TAP tests 7 years ago
Peter Eisentraut 0c1f8f166c Use EXECUTE FUNCTION syntax for triggers more 7 years ago
Peter Eisentraut 13b89f96d0 Allow some recovery parameters to be changed with reload 7 years ago
Peter Eisentraut cd5afd8175 Add collation assignment to CALL statement 7 years ago
Amit Kapila 793c736d69 Doc: Update the documentation for row movement behavior across partitions. 7 years ago
Michael Paquier f339a998ff Align better test output regex with grammar in pg_dump TAP tests 7 years ago
Michael Paquier 537898bd81 Add more tests for CREATE TABLE AS with WITH NO DATA 7 years ago
Peter Geoghegan eba775345d Avoid amcheck inline compression false positives. 7 years ago
Peter Eisentraut 727921f466 Hide cascade messages in collate tests 7 years ago
Tom Lane bdd9a99aac Propagate lateral-reference information to indirect descendant relations. 7 years ago
Andrew Dunstan 592123efbb Unify searchpath and do file logic in MSVC build scripts. 7 years ago
Andres Freund 171e0418b0 Fix heap_getattr() handling of fast defaults. 7 years ago
Michael Paquier d07fb6810e Tighten some regexes with proper character escaping in pg_dump TAP tests 7 years ago
Andrew Dunstan f83419b739 Fix included file path for modern perl 7 years ago
Andrew Dunstan 8916b33e52 Keep perl style checker happy 7 years ago
Tom Lane d63dc0aa0c Update time zone data files to tzdata release 2018i. 7 years ago
Andrew Dunstan f884a96819 Fix searchpath for modern Perl for genbki.pl 7 years ago
Tom Lane 24114e8b4d Remove unnecessary "inline" marker introduced in commit 4be058fe9. 7 years ago
Tom Lane 527b5ed1ad Doc: in each release branch, keep only that branch's own release notes. 7 years ago
Tom Lane 6e4d45b5f6 Fix dumping of matviews with indirect dependencies on primary keys. 7 years ago
Peter Eisentraut f602cf49c2 Remove unused macro 7 years ago
Andrew Gierth 54f5f887fd Move port-specific parts of with_temp_install to port makefile. 7 years ago
Amit Kapila 08ecdfe7e5 Make FSM test portable. 7 years ago
Amit Kapila b0eaa4c51b Avoid creation of the free space map for small heap relations, take 2. 7 years ago