Commit Graph

46404 Commits (fe33a196ded8565d0fd8367e816d695b840e40cb)
 

Author SHA1 Message Date
Alvaro Herrera fe33a196de Use Getopt::Long for catalog scripts 7 years ago
Tom Lane 232a8e233f Fix erroneous error reports in snapbuild.c. 7 years ago
Michael Paquier b7ec820559 Fix description of WAL record XLOG_PARAMETER_CHANGE 7 years ago
Tom Lane b07c695d9c Fix header inclusion issue. 7 years ago
Michael Paquier ea05b221c2 Clarify docs about limitations of constraint exclusion with partitions 7 years ago
Tom Lane 74dfe58a59 Allow extensions to generate lossy index conditions. 7 years ago
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