aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Fix more portability issues in new pgbench TAP tests.Tom Lane2017-09-08
* Add much-more-extensive TAP tests for pgbench.Tom Lane2017-09-08
* Fix handling of savepoint commands within multi-statement Query strings.Tom Lane2017-09-07
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-06
* Add \gdesc psql command.Tom Lane2017-09-05
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Support retaining data dirs on successful TAP testsPeter Eisentraut2017-09-05
* Fix two-phase commit test for recovery modeAlvaro Herrera2017-09-01
* Avoid race condition in logical replication testSimon Riggs2017-09-01
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Expand partitioned tables in PartDesc order.Robert Haas2017-08-31
* Improve code coverage of select_parallel test.Tom Lane2017-08-31
* Remove to pre-8.2 coding convention for PG_MODULE_MAGICPeter Eisentraut2017-08-30
* Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane2017-08-30
* Propagate sort instrumentation from workers back to leader.Robert Haas2017-08-29
* Push tuple limits through Gather and Gather Merge.Robert Haas2017-08-29
* Fix over-aggressive sanity check in misc_sanity.sql.Tom Lane2017-08-28
* Add minimal regression test for blessed record type transfer.Andres Freund2017-08-24
* psql: Fix \gx when FETCH_COUNT is usedStephen Frost2017-08-24
* Make new regression test case parallel-safe, and improve its output.Tom Lane2017-08-24
* Fix up secondary expected filesPeter Eisentraut2017-08-24
* Improve plural handling in error messagePeter Eisentraut2017-08-23
* Push limit through subqueries to underlying sort, where possible.Robert Haas2017-08-21
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20