aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix collation dependency in test introduced in 8586bf7ed8.Andres Freund2019-03-06
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Allow recovery tests to run on Windows as an admin userAndrew Dunstan2019-03-04
* pg_partition_ancestorsAlvaro Herrera2019-03-04
* Test partition functions with legacy inheritance children, tooAlvaro Herrera2019-03-04
* Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed2019-03-03
* Consider only relations part of partition trees in partition functionsMichael Paquier2019-03-02
* Check we don't misoptimize a NOT IN where the subquery returns no rows.Tom Lane2019-03-01
* Teach optimizer's predtest.c more things about ScalarArrayOpExpr.Tom Lane2019-03-01
* Make pg_partition_tree return no rows on unsupported and undefined objectsMichael Paquier2019-03-01
* Set cluster_name for PostgresNode.pm instancesPeter Eisentraut2019-02-27
* Revert "pg_regress: Don't use absolute paths for the diff"Peter Eisentraut2019-02-23
* Add TAP tests for 2PC post-commit callbacks of multixacts at recoveryMichael Paquier2019-02-23
* Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane2019-02-22
* Fix mark-and-restore-skipping test case to not be a self-join.Tom Lane2019-02-21
* pg_regress: Don't use absolute paths for the diffPeter Eisentraut2019-02-21
* Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed2019-02-20
* De-clutter display of script runtimes in pg_regress.Tom Lane2019-02-18
* Fix CREATE VIEW to allow zero-column views.Tom Lane2019-02-17
* Remove float8-small-is-zero regression test variant.Andrew Gierth2019-02-16
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Cygwin and Mingw floating-point fixes.Andrew Gierth2019-02-16
* Use standard diff separator for regression.diffsPeter Eisentraut2019-02-15
* Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier2019-02-15
* Remove a stray subnormal value from float tests.Andrew Gierth2019-02-13
* More float test and portability fixes.Andrew Gierth2019-02-13
* Change floating-point output format for improved performance.Andrew Gierth2019-02-13
* Use strtof() and not strtod() for float4 input.Andrew Gierth2019-02-13
* Allow extensions to generate lossy index conditions.Tom Lane2019-02-11
* Redesign the partition dependency mechanism.Tom Lane2019-02-11
* Fix indexable-row-comparison logic to account for covering indexes.Tom Lane2019-02-10
* Add per-test-script runtime display to pg_regress.Tom Lane2019-02-10
* Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane2019-02-09
* Build out the planner support function infrastructure.Tom Lane2019-02-09
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Refactor the representation of indexable clauses in IndexPaths.Tom Lane2019-02-09
* Add pg_partition_root to display top-most parent of a partition treeMichael Paquier2019-02-08
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-07
* Use EXECUTE FUNCTION syntax for triggers morePeter Eisentraut2019-02-07
* Add collation assignment to CALL statementPeter Eisentraut2019-02-07
* Add more tests for CREATE TABLE AS with WITH NO DATAMichael Paquier2019-02-07
* Hide cascade messages in collate testsPeter Eisentraut2019-02-06
* Fix heap_getattr() handling of fast defaults.Andres Freund2019-02-06
* Avoid creation of the free space map for small heap relations, take 2.Amit Kapila2019-02-04
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-01
* Allow RECORD and RECORD[] to be specified in function coldeflists.Tom Lane2019-01-30
* Fix a crash in logical replicationPeter Eisentraut2019-01-30
* Refactor planner's header files.Tom Lane2019-01-29
* Make some small planner API cleanups.Tom Lane2019-01-29
* Fix pg_stat_ssl.clientdnPeter Eisentraut2019-01-29