Commit Graph

4057 Commits (45f9d08684d954b0e514b69f270e763d2785dd53)

Author SHA1 Message Date
Andres Freund 784905795f Try to make crash restart test work on windows. 8 years ago
Tom Lane c12d570fa1 Support arrays over domains. 8 years ago
Peter Eisentraut 2a14b9609d psql: Update \d sequence display 8 years ago
Peter Eisentraut 5373bc2a08 Add background worker type 8 years ago
Robert Haas 8b304b8b72 Remove replacement selection sort. 8 years ago
Alvaro Herrera 20b6552242 Fix freezing of a dead HOT-updated tuple 8 years ago
Tom Lane 7769fc000a Fix behavior when converting a float infinity to numeric. 8 years ago
Tom Lane 28e0727076 Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE. 8 years ago
Peter Eisentraut 43588f58aa Turn on log_replication_commands in PostgresNode 8 years ago
Tom Lane 9a50a93c7b Improve wording of error message added in commit 714805010. 8 years ago
Tom Lane 984c92074d Remove heuristic same-transaction test from check_safe_enum_use(). 8 years ago
Tom Lane 1635e80d30 Use a blacklist to distinguish original from add-on enum values. 8 years ago
Peter Eisentraut ab28feae2b Handle heap rewrites better in logical replication 8 years ago
Tom Lane 716ea626a8 Make construct_[md_]array return a valid empty array for zero-size input. 8 years ago
Tom Lane 01c7d3ef85 Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60. 8 years ago
Alvaro Herrera 404ba54e8f Test BRIN autosummarization 8 years ago
Andres Freund 8d926029e8 Expand expected output for recovery test even further. 8 years ago
Andrew Dunstan d57c7a7c50 Provide a test for variable existence in psql 8 years ago
Tom Lane 7148050105 Give a better error for duplicate entries in VACUUM/ANALYZE column list. 8 years ago
Tom Lane 4939488af9 Fix instability in subscription regression test. 8 years ago
Robert Haas 57eebca03a Fix create_lateral_join_info to handle dead relations properly. 8 years ago
Andres Freund 5ada1fcd0c Accept that server might not be able to send error in crash recovery test. 8 years ago
Tom Lane 2d484f9b05 Remove no-op GiST support functions in the core GiST opclasses. 8 years ago
Andres Freund 1910353675 Make new crash restart test a bit more robust. 8 years ago
Andres Freund a1924a4ea2 Add test for postmaster crash restarts. 8 years ago
Peter Eisentraut 8edacab209 Fix DROP SUBSCRIPTION hang 8 years ago
Tom Lane fd31f9f033 Ensure that BEFORE STATEMENT triggers fire the right number of times. 8 years ago
Tom Lane 0f79440fb0 Fix SQL-spec incompatibilities in new transition table feature. 8 years ago
Robert Haas 9361f6f54e After a MINVALUE/MAXVALUE bound, allow only more of the same. 8 years ago
Alvaro Herrera c29145f00d src/test/ldap: Fix test function in Linux port 8 years ago
Peter Eisentraut 3012061b86 Apply pg_get_serial_sequence() to identity column sequences as well 8 years ago
Peter Eisentraut f0e60ee4bc Add LDAP authentication test suite 8 years ago
Robert Haas 60cd2f8a2d Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER. 8 years ago
Robert Haas 0a480502b0 Expand partitioned table RTEs level by level, without flattening. 8 years ago
Peter Eisentraut 0c4b879b74 Avoid use of bool in thread_test.c 8 years ago
Tom Lane 76e134fefd Adjust unstable regression test case. 8 years ago
Tom Lane 69835bc898 Add psql variables to track success/failure of SQL queries. 8 years ago
Tom Lane e183530550 Fix RecursiveCopy.pm to cope with disappearing files. 8 years ago
Tom Lane b8060e41b5 Prefer argument name over "$n" for the refname of a plpgsql argument. 8 years ago
Peter Eisentraut 821fb8cdbf Message style fixes 8 years ago
Tom Lane 3c43595217 Quick-hack fix for foreign key cascade vs triggers with transition tables. 8 years ago
Tom Lane 610bbdd8ac Add a test harness for the red-black tree code. 8 years ago
Robert Haas 6f6b99d133 Allow a partitioned table to have a default partition. 8 years ago
Tom Lane 77d63b7eaf Fix more portability issues in new pgbench TAP tests. 8 years ago
Tom Lane ed8a7c6fcf Add much-more-extensive TAP tests for pgbench. 8 years ago
Tom Lane 6eb52da394 Fix handling of savepoint commands within multi-statement Query strings. 8 years ago
Simon Riggs 5b6d13eec7 Allow SET STATISTICS on expression indexes 8 years ago
Tom Lane 49ca462eb1 Add \gdesc psql command. 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Peter Eisentraut 90627cf98a Support retaining data dirs on successful TAP tests 8 years ago