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