Commit Graph

43734 Commits (ee4673ac071f8352c41cc673299b7ec695f079ff)
 

Author SHA1 Message Date
Robert Haas ee4673ac07 Don't exaggerate the number of temporary blocks read. 8 years ago
Robert Haas cf7ab13bfb Fix code related to partitioning schemes for dropped columns. 8 years ago
Robert Haas 35f059e9bd Add sanity check for pg_proc.provariadic 8 years ago
Tom Lane 86182b1895 Doc: call out UPDATE syntax change as a v10 compatibility issue. 8 years ago
Alvaro Herrera be72b9c378 Fix autovacuum work item error handling 8 years ago
Magnus Hagander 77954f996c Fix typo 8 years ago
Magnus Hagander 854b643c8e Fix typo in comment 8 years ago
Robert Haas 846fcc8516 Fix problems with the "role" GUC and parallel query. 8 years ago
Robert Haas 5f3971291f pg_receivewal: Add --no-sync option. 8 years ago
Robert Haas b7f3eb3140 Add hash_combine64. 8 years ago
Tom Lane 60651e4cdd Support domains over composite types in PL/Perl. 8 years ago
Robert Haas c6fd5cd706 Fix typo. 8 years ago
Robert Haas 11c1d555ce Improve comments for parallel executor estimation functions. 8 years ago
Robert Haas 9f295c08f8 Add table_constraint synopsis to ALTER TABLE documentation. 8 years ago
Robert Haas 24fd674a1a Fix grammar. 8 years ago
Robert Haas 1310ac258c Fix misplaced ReleaseSysCache call in get_default_partition_oid. 8 years ago
Tom Lane d76886c2d3 Dept of second thoughts: keep aliasp_item in sync with tlistitem. 8 years ago
Tom Lane d5b760ecb5 Fix crash when columns have been added to the end of a view. 8 years ago
Robert Haas 682ce911f8 Allow parallel query for prepared statements with generic plans. 8 years ago
Tom Lane 6784d7a1dc Rethink the dependencies recorded for FieldSelect/FieldStore nodes. 8 years ago
Robert Haas f0392e677e Revert "Move new structure member to the end." 8 years ago
Tom Lane e4fbf22831 Doc: mention that you can't PREPARE TRANSACTION after NOTIFY. 8 years ago
Robert Haas 94d622f27b Move new structure member to the end. 8 years ago
Robert Haas 639c1a6bb9 Fix mistaken failure to allow parallelism in corner case. 8 years ago
Tom Lane 820c0305f6 Support domains over composite types in PL/Tcl. 8 years ago
Tom Lane 37a795a60b Support domains over composite types. 8 years ago
Tom Lane 08f1e1f0a4 Make setrefs.c match by ressortgroupref even for plain Vars. 8 years ago
Andrew Dunstan 74d2c0dbfd Improve gendef.pl diagnostic on failure to open sym file 8 years ago
Andrew Dunstan adee9e4e31 Undo inadvertent change in capitalization in commit 18fc4ec. 8 years ago
Robert Haas b55509332f In relevant log messages, indicate whether vacuums are aggressive. 8 years ago
Michael Meskes 0af98a95cf Fixed handling of escape character in libecpg. 8 years ago
Tom Lane db6986f47c Fix libpq to not require user's home directory to exist. 8 years ago
Andrew Dunstan 18fc4ecf4a Process variadic arguments consistently in json functions 8 years ago
Andrew Dunstan f3c6e8a27a Add a utility function to extract variadic function arguments 8 years ago
Tom Lane 896eb5efbd In the planner, delete joinaliasvars lists after we're done with them. 8 years ago
Tom Lane a32c0923b4 Documentation improvements around domain types. 8 years ago
Tom Lane 8df4ce1eac Update time zone data files to tzdata release 2017c. 8 years ago
Tom Lane 24a1897ab9 Sync our copy of the timezone library with IANA release tzcode2017c. 8 years ago
Tom Lane f3ea3e3e82 Fix some oversights in expression dependency recording. 8 years ago
Tom Lane 471d55859c Adjust psql \d query to avoid use of @> operator. 8 years ago
Peter Eisentraut 7c981590c2 Convert another SGML ID to lower case 8 years ago
Peter Eisentraut 1ff01b3902 Convert SGML IDs to lower case 8 years ago
Tom Lane 36ea99c84d Fix typcache's failure to treat ranges as container types. 8 years ago
Tom Lane a8f1efc8ac Fix misimplementation of typcache logic for extended hashing. 8 years ago
Robert Haas 2959213bf3 pg_stat_statements: Add a comment about the dangers of padding bytes. 8 years ago
Tom Lane e250c8c840 Fix incorrect link in v10 release notes. 8 years ago
Alvaro Herrera 4b95cc1dc3 Add more tests for reloptions 8 years ago
Magnus Hagander 752871b6de Fix typos 8 years ago
Magnus Hagander 275c4be19d Fix typo 8 years ago
Magnus Hagander bcf2e5ceb0 Fix typo in release notes 8 years ago