Commit Graph

41749 Commits (d002f16c6ec38f76d1ee97367ba6af3000d441d0)
 

Author SHA1 Message Date
Tom Lane d002f16c6e Add a regression test script dedicated to exercising system views. 9 years ago
Tom Lane 511ae628f3 Make psql reject attempts to set special variables to invalid values. 9 years ago
Peter Eisentraut 46aae5949f Fix sequence test in cs_CZ locale 9 years ago
Peter Eisentraut d711532b2e Additional test coverage for sequences 9 years ago
Tom Lane 308d868274 Update time zone data files to tzdata release 2016j. 9 years ago
Heikki Linnakangas dbeca61c35 Remove leftover reference to "indirect blocks" in comment. 9 years ago
Stephen Frost e54f75722c Handle ALTER EXTENSION ADD/DROP with pg_init_privs 9 years ago
Stephen Frost fb94ca77f1 test_pg_dump TAP test whitespace cleanup 9 years ago
Robert Haas 4bf371cf2a Fix typo in comment. 9 years ago
Robert Haas da08a65989 Refactor bitmap heap scan estimation of heap pages fetched. 9 years ago
Tom Lane 350cb921ae Restructure hba.c to replace 3 parallel lists with single list of structs. 9 years ago
Tom Lane fde5c03792 Improve comments about ProcessUtility's queryString parameter. 9 years ago
Tom Lane fefb86b147 Orthography fixes for new castNode() macro. 9 years ago
Tom Lane 7afd56c3c6 Use castNode() in a bunch of statement-list-related code. 9 years ago
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Andres Freund 5bcab11142 Add castNode(type, ptr) for safe casting between NodeTag based types. 9 years ago
Alvaro Herrera 331f8c311b Remove test for COMMENT ON DATABASE 9 years ago
Peter Eisentraut e630faacd8 Fill in no_priv_msg for publications and subscriptions 9 years ago
Peter Eisentraut cdcad6b788 doc: Update privileges documentation 9 years ago
Peter Eisentraut 9c18104c74 Simplify sequence test 9 years ago
Simon Riggs e8ee3d6b85 Check interrupts during hot standby waits 9 years ago
Peter Eisentraut 2a2bdcab2c Add object_address tests for publications and subscriptions 9 years ago
Simon Riggs ec4b975016 Reset hot standby xmin on master after restart 9 years ago
Tom Lane 9d4ca01314 Ensure that a tsquery like '!foo' matches empty tsvectors. 9 years ago
Fujii Masao bdadf36eb4 Fix typo in description for pg_replication_origin_advance function. 9 years ago
Peter Eisentraut 5a366b4ff4 Fix typo: pg_statistics -> pg_statistic 9 years ago
Tom Lane f7c6246240 Introduce convenience macros to hide JsonbContainer header accesses better. 9 years ago
Peter Eisentraut 049ac809a7 doc: Fix typo 9 years ago
Peter Eisentraut 98cc5db27c doc: Logical replication documentation improvements 9 years ago
Peter Eisentraut 3d9e73ea5f Update copyright years in some recently added files 9 years ago
Peter Eisentraut 65df150a18 Close replication connection when slot creation errors 9 years ago
Tom Lane aebeb4790c Remove vestigial resolveUnknown arguments from transformSortClause etc. 9 years ago
Peter Eisentraut 87ecf2d14f doc: Fix typo 9 years ago
Tom Lane d8d32d9a56 Make UNKNOWN into an actual pseudo-type. 9 years ago
Tom Lane 1e7c4bb004 Change unknown-type literals to type text in SELECT and RETURNING lists. 9 years ago
Peter Eisentraut 123f03ba2c doc: Update ALTER SEQUENCE documentation to match 9 years ago
Tom Lane aa7f593b1f Improve speed of contrib/postgres_fdw regression tests. 9 years ago
Robert Haas 3838074f86 Be more aggressive in avoiding tuple conversion. 9 years ago
Tom Lane 7fa7bf18e4 Use non-conflicting table names in new regression test case. 9 years ago
Peter Eisentraut da4d1c0c15 pg_dump: Fix some schema issues when dumping sequences 9 years ago
Tom Lane ba005f193d Allow password file name to be specified as a libpq connection parameter. 9 years ago
Robert Haas d1ecd53947 Add a SHOW command to the replication command language. 9 years ago
Robert Haas a84069d935 Add a new DestReceiver for printing tuples without catalog access. 9 years ago
Robert Haas 7b4ac19982 Extend index AM API for parallel index scans. 9 years ago
Robert Haas 587cda35ca Fix things so that updatable views work with partitioned tables. 9 years ago
Robert Haas 132488bfee Set ecxt_scantuple correctly for tuple routing. 9 years ago
Robert Haas 27cdb3414b Reindent table partitioning code. 9 years ago
Robert Haas 96e0ccc2b5 Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based. 9 years ago
Robert Haas 52df3420cd Remove unused variable. 9 years ago
Robert Haas 289992c462 Don't invoke arbitrary code inside a possibly-aborted transaction. 9 years ago