Commit Graph

43745 Commits (d8c435e1743773eba4e36498479ca6aef28a2d70)
 

Author SHA1 Message Date
Peter Eisentraut d8c435e174 doc: Adjust name in acknowledgments 8 years ago
Noah Misch 51f4d3ed7e In client support of v10 features, use standard schema handling. 8 years ago
Tom Lane c0e2062d32 Doc: update URL for check_postgres. 8 years ago
Tom Lane 7c70996ebf Allow bitmap scans to operate as index-only scans when possible. 8 years ago
Peter Eisentraut ec7ce54204 doc: Mention pg_stat_wal_receiver in streaming replication docs 8 years ago
Tom Lane af20e2d728 Fix ALTER TABLE code to update domain constraints when needed. 8 years ago
Peter Eisentraut 387ec70322 doc: Add to hot standby documentation 8 years ago
Peter Eisentraut 067a2259fd pg_basebackup: Fix comparison handling of tablespace mappings on Windows 8 years ago
Michael Meskes 63d6b97fd9 Make sure ecpglib does accepts digits behind decimal point even for integers in 8 years ago
Stephen Frost 0fe2780db4 Remove inbound links to sql-createuser 8 years ago
Tom Lane 080351466c Fix underqualified cast-target type names in pg_dump and psql queries. 8 years ago
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