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