aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Add tests for pg_stat_ssl system viewPeter Eisentraut2019-01-29
* Make SSL tests more robustPeter Eisentraut2019-01-29
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-28
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-28
* Allow for yet another crash symptom in 013_crash_restart.pl.Tom Lane2019-01-26
* Make regression test output locale-independentPeter Eisentraut2019-01-26
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier2019-01-26
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-25
* Fix droppability of constraints upon partition detachAlvaro Herrera2019-01-24