Commit Graph

41764 Commits (aedd554f84bb3cedb32e6e2a954a70537a4da6b9)
 

Author SHA1 Message Date
Tom Lane aedd554f84 Fix CatalogTupleInsert/Update abstraction for case of shared indstate. 9 years ago
Tom Lane ab02896510 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
Robert Haas bbd8550bce Refactor other replication commands to use DestRemoteSimple. 9 years ago
Tom Lane c3e3844a92 Make psql's \set display variables in alphabetical order. 9 years ago
Tom Lane 86322dc7e0 Improve psql's behavior for \set and \unset of its control variables. 9 years ago
Heikki Linnakangas dbd69118c0 Replace isMD5() with a more future-proof way to check if pw is encrypted. 9 years ago
Heikki Linnakangas 7ac4a389a7 Don't create "holes" in BufFiles, in the new logtape code. 9 years ago
Heikki Linnakangas bc1686f3f6 Small fixes to the Perl scripts to create unicode conversion tables. 9 years ago
Robert Haas 8a815e3fc3 Move comment about test slightly closer to test. 9 years ago
Alvaro Herrera 2f5c9d9c9c Tweak catalog indexing abstraction for upcoming WARM 9 years ago
Stephen Frost e2090d9d20 pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES 9 years ago
Stephen Frost 6af8b89adb perltidy pg_dump TAP tests 9 years ago
Stephen Frost 58da833430 test_pg_dump: perltidy cleanup 9 years ago
Tom Lane 1e5a5d03da Simplify some long-obsolete code in hba.c's next_token(). 9 years ago
Tom Lane de16ab7238 Invent pg_hba_file_rules view to show the content of pg_hba.conf. 9 years ago
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