summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2019-01-28Avoid creation of the free space map for small heap relations.Amit Kapila
2019-01-27Allow for yet another crash symptom in 013_crash_restart.pl.Tom Lane
2019-01-26Make regression test output locale-independentPeter Eisentraut
2019-01-26Allow UNLISTEN in hot-standby mode.Tom Lane
2019-01-26Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier
2019-01-25Allow generalized expression syntax for partition boundsPeter Eisentraut
2019-01-24Fix droppability of constraints upon partition detachAlvaro Herrera
2019-01-24Detach constraints when partitions are detachedAlvaro Herrera
2019-01-21Create action triggers when partitions are detachedAlvaro Herrera
2019-01-21Sort the dependent objects before recursing in findDependentObjects().Tom Lane
2019-01-21Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal.Andres Freund
2019-01-19Allow COPY FROM to filter data using WHERE conditionsTomas Vondra
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander