Commit Graph

46382 Commits (317ffdfeaac12e434b2befa24993dc1b52a140fd)
 

Author SHA1 Message Date
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
Michael Paquier be12aa47e6 Clarify behavior of initdb's --allow-group-access on Windows in docs 7 years ago
Thomas Munro f1bebef60e Add shared_memory_type GUC. 7 years ago
Andres Freund 0d1fe9f74e Move page initialization from RelationAddExtraBlocks() to use, take 2. 7 years ago
Michael Paquier ac3a9afdbe Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXS 7 years ago
Amit Kapila 0b8bdb3c3e Avoid possible deadlock while locking multiple heap pages. 7 years ago
Michael Paquier 3e938a83b2 Improve installation instructions with pg_ctl in documentation 7 years ago
Alvaro Herrera 558d77f20e Renaming for new subscripting mechanism 7 years ago
Alvaro Herrera f831d4accd Add ArchiveOpts to pass options to ArchiveEntry 7 years ago
Thomas Munro 456e3718e7 Add combining characters to unaccent.rules. 7 years ago
Alvaro Herrera 80579f9bb1 Move building of child base quals out into a new function 7 years ago
Michael Paquier c93001b3f9 Adjust comment about timeout when waiting for WAL at recovery 7 years ago
Michael Paquier eb8c9f0bc3 Fix use of dangling pointer in heap_delete() when logging replica identity 7 years ago
Peter Eisentraut f60a0e9677 Add more columns to pg_stat_ssl 7 years ago
Michael Paquier 00d1e88d36 Add --min-xid-age and --min-mxid-age options to vacuumdb 7 years ago
Tom Lane 5f5c014590 Allow RECORD and RECORD[] to be specified in function coldeflists. 7 years ago
Peter Eisentraut 689d15e95e Log PostgreSQL version number on startup 7 years ago