summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-10-07Clean up sloppy maintenance of regression test schedule files.Tom Lane
2017-10-06Basic partition-wise join functionality.Robert Haas
2017-10-05On CREATE TABLE, consider skipping validation of subpartitions.Robert Haas
2017-10-05On attach, consider skipping validation of subpartitions individually.Robert Haas
2017-10-05Improve error message when skipping scan of default partition.Robert Haas
2017-10-05Allow DML commands that create tables to use parallel query.Robert Haas
2017-10-05Document and use SPI_result_code_string()Peter Eisentraut
2017-10-03Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane
2017-10-01Try to make crash restart test work on windows.Andres Freund
2017-09-30Support arrays over domains.Tom Lane
2017-09-29psql: Update \d sequence displayPeter Eisentraut
2017-09-29Add background worker typePeter Eisentraut
2017-09-29Remove replacement selection sort.Robert Haas
2017-09-28Fix freezing of a dead HOT-updated tupleAlvaro Herrera
2017-09-27Fix behavior when converting a float infinity to numeric.Tom Lane
2017-09-27Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane
2017-09-26Turn on log_replication_commands in PostgresNodePeter Eisentraut
2017-09-26Improve wording of error message added in commit 714805010.Tom Lane
2017-09-26Remove heuristic same-transaction test from check_safe_enum_use().Tom Lane
2017-09-26Use a blacklist to distinguish original from add-on enum values.Tom Lane
2017-09-26Handle heap rewrites better in logical replicationPeter Eisentraut
2017-09-25Make construct_[md_]array return a valid empty array for zero-size input.Tom Lane
2017-09-23Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60.Tom Lane
2017-09-23Test BRIN autosummarizationAlvaro Herrera
2017-09-22Expand expected output for recovery test even further.Andres Freund
2017-09-21Provide a test for variable existence in psqlAndrew Dunstan
2017-09-21Give a better error for duplicate entries in VACUUM/ANALYZE column list.Tom Lane
2017-09-20Fix instability in subscription regression test.Tom Lane
2017-09-20Fix create_lateral_join_info to handle dead relations properly.Robert Haas
2017-09-20Accept that server might not be able to send error in crash recovery test.Andres Freund
2017-09-20Remove no-op GiST support functions in the core GiST opclasses.Tom Lane
2017-09-19Make new crash restart test a bit more robust.Andres Freund
2017-09-19Add test for postmaster crash restarts.Andres Freund
2017-09-18Fix DROP SUBSCRIPTION hangPeter Eisentraut
2017-09-17Ensure that BEFORE STATEMENT triggers fire the right number of times.Tom Lane
2017-09-16Fix SQL-spec incompatibilities in new transition table feature.Tom Lane
2017-09-16After a MINVALUE/MAXVALUE bound, allow only more of the same.Robert Haas
2017-09-15src/test/ldap: Fix test function in Linux portAlvaro Herrera
2017-09-15Apply pg_get_serial_sequence() to identity column sequences as wellPeter Eisentraut
2017-09-15Add LDAP authentication test suitePeter Eisentraut
2017-09-15Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER.Robert Haas
2017-09-14Expand partitioned table RTEs level by level, without flattening.Robert Haas
2017-09-14Avoid use of bool in thread_test.cPeter Eisentraut
2017-09-13Adjust unstable regression test case.Tom Lane
2017-09-12Add psql variables to track success/failure of SQL queries.Tom Lane
2017-09-12Fix RecursiveCopy.pm to cope with disappearing files.Tom Lane
2017-09-11Prefer argument name over "$n" for the refname of a plpgsql argument.Tom Lane
2017-09-11Message style fixesPeter Eisentraut
2017-09-10Quick-hack fix for foreign key cascade vs triggers with transition tables.Tom Lane
2017-09-10Add a test harness for the red-black tree code.Tom Lane