Commit Graph

3747 Commits (29bf5016835a2c2c23786f7cda347716c083d95f)

Author SHA1 Message Date
Andrew Dunstan aa740b59a6 Force the regression databases to have bytea_output set to hex 9 years ago
Andrew Dunstan b6fb534f10 Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING 9 years ago
Andrew Dunstan 839cb0649a Use a consistent error message style for user mappings. 9 years ago
Heikki Linnakangas 14a72525d2 Add .gitignore for src/test/authentication/tmp_check. 9 years ago
Tom Lane be6c3d19fd Improve regression test coverage for TID scanning. 9 years ago
Andrew Gierth 64ae420b27 Repair test for vacuum reltuples fix. 9 years ago
Heikki Linnakangas aa7464d949 Add TAP tests for password-based authentication methods. 9 years ago
Andrew Gierth 1914c5ea7d Avoid having vacuum set reltuples to 0 on non-empty relations in the 9 years ago
Alvaro Herrera a3eac988c2 Fix ancient get_object_address_opf_member bug 9 years ago
Peter Eisentraut bd1827c7c9 Simplify publication/subscription tests a bit 9 years ago
Peter Eisentraut f2a9998fb3 Fix typo 9 years ago
Peter Eisentraut e76db009f0 Add more documentation and tests for publications 9 years ago
Stephen Frost c7a9fa399d Add support for EUI-64 MAC addresses as macaddr8 9 years ago
Robert Haas 42bdaebf16 Add a regression test for snapshot too old with hash indexes. 9 years ago
Robert Haas d8f356e1bd Fix MB regression tests for WAL-logging of hash indexes. 9 years ago
Peter Eisentraut aefeb68741 Allow referring to functions without arguments when unique 9 years ago
Andres Freund 60f826c5e6 Improve isolation tests infrastructure. 9 years ago
Robert Haas c11453ce0a hash: Add write-ahead logging support. 9 years ago
Peter Eisentraut a47b38c9ee Spelling fixes 9 years ago
Peter Eisentraut f97a028d8e Spelling fixes in code comments 9 years ago
Tom Lane 1c7a66a8e9 Remove unnecessary dependency on statement_timeout in prepared_xacts test. 9 years ago
Andres Freund ce38949ba2 Improve expression evaluation test coverage. 9 years ago
Tom Lane 8b358b42f8 Change the relkind for partitioned tables from 'P' to 'p'. 9 years ago
Tom Lane f077e1b2e3 Fix timestamptz regression test to still work with latest IANA zone data. 9 years ago
Peter Eisentraut be37c2120a Enable replication connections by default in pg_hba.conf 9 years ago
Robert Haas 355d3993c5 Add a Gather Merge executor node. 9 years ago
Tom Lane 9722bb5757 Fix inclusions of postgres_fe.h from .h files. 9 years ago
Stephen Frost f9b1a0dd40 Expose explain's SUMMARY option 9 years ago
Robert Haas f35742ccb7 Support parallel bitmap heap scans. 9 years ago
Robert Haas 0d130c7abc Add tests for foreign partitions. 9 years ago
Alvaro Herrera fcec6caafa Support XMLTABLE query expression 9 years ago
Peter Eisentraut b8957927e6 Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAME 9 years ago
Robert Haas 3bc7dafa9b Consider parallel merge joins. 9 years ago
Robert Haas aa56671836 Give partitioned table "p" in regression tests a less generic name. 9 years ago
Robert Haas d88d06cd07 Fix relcache reference leak. 9 years ago
Stephen Frost b2678efd43 psql: Add \gx command 9 years ago
Heikki Linnakangas 1fff35d872 Add regression tests for passwords. 9 years ago
Stephen Frost ff992c074e pg_upgrade: Fix large object COMMENTS, SECURITY LABELS 9 years ago
Peter Eisentraut 583f6c4148 Allow dropping multiple functions at once 9 years ago
Peter Eisentraut 8b6d6cf853 Remove objname/objargs split for referring to objects 9 years ago
Simon Riggs 8b4d582d27 Allow partitioned tables to be dropped without CASCADE 9 years ago
Peter Eisentraut 272adf4f9c Disallow CREATE/DROP SUBSCRIPTION in transaction block 9 years ago
Peter Eisentraut 347302730d Fix parsing of DROP SUBSCRIPTION ... DROP SLOT 9 years ago
Peter Eisentraut 6da9759a03 Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs 9 years ago
Peter Eisentraut 713f7c47d9 Fix after trigger execution in logical replication 9 years ago
Robert Haas 5a73e17317 Improve error reporting for tuple-routing failures. 9 years ago
Peter Eisentraut 231f48796b Fix timeouts in PostgresNode::psql 9 years ago
Peter Eisentraut 005638e988 Fix naming inconsistency 9 years ago
Robert Haas caa6c1f193 TAP tests for target_session_attrs connection parameter. 9 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago