summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-05-02Revert back-branch changes in power()'s behavior for NaN inputs.Tom Lane
2018-04-30Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on more platforms.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on some platforms.Tom Lane
2018-04-23Fix handling of partition bounds for boolean partitioning columns.Tom Lane
2018-04-19Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane
2018-04-12Use the right memory context for partkey's FmgrInfoAlvaro Herrera
2018-04-07Fix and improve pg_atomic_flag fallback implementation.Andres Freund
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-22Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-21Repair crash with unsortable grouping sets.Andrew Gierth
2018-03-19Fix state reversal after partition tuple routingAlvaro Herrera
2018-03-17Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane
2018-03-15Clean up duplicate table and function names in regression tests.Tom Lane
2018-03-15test_ddl_deparse: rename matviewAlvaro Herrera
2018-03-15Clean up duplicate role and schema names in regression tests.Tom Lane
2018-03-15test_ddl_deparse: Don't use pg_class as source for a matviewAlvaro Herrera
2018-03-13Fix CREATE TABLE / LIKE with bigint identity columnPeter Eisentraut
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-03-05Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera
2018-02-28Remove restriction on SQL block length in isolationtester scanner.Tom Lane
2018-02-27Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane
2018-02-27Remove regression tests' CREATE FUNCTION commands for unused C functions.Tom Lane
2018-02-27Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane
2018-02-26Schema-qualify references in test_ddl_deparse test script.Tom Lane
2018-02-26Document security implications of search_path and the public schema.Noah Misch
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2018-02-23Synchronize doc/ copies of src/test/examples/.Noah Misch
2018-02-23Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane
2018-02-19Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane
2018-02-05Fix RelationBuildPartitionKey's processing of partition key expressions.Tom Lane
2018-02-02Fix application of identity values in some casesPeter Eisentraut
2018-01-31Fix typo: colums -> columns.Robert Haas
2018-01-31Fix list partition constraints for partition keys of array type.Robert Haas
2018-01-29Improve bit perturbation in TupleHashTableHash.Andres Freund
2018-01-27Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane
2018-01-23Teach reparameterize_path() to handle AppendPaths.Tom Lane
2018-01-12Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane
2018-01-12Fix incorrect handling of subquery pullup in the presence of grouping sets.Tom Lane
2018-01-03Revert "Fix isolation test to be less timing-dependent"Alvaro Herrera
2018-01-03Fix isolation test to be less timing-dependentAlvaro Herrera
2018-01-02Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera
2018-01-01In tests, await an LSN no later than the recovery target.Noah Misch
2017-12-22Fix UNION/INTERSECT/EXCEPT over no columns.Tom Lane
2017-12-19Try again to fix accumulation of parallel worker instrumentation.Robert Haas
2017-12-16Avoid and detect SIGPIPE race in TAP tests.Noah Misch
2017-12-15Fix pruning of locked and updated tuples.Andres Freund
2017-12-13Revert "Fix accumulation of parallel worker instrumentation."Robert Haas
2017-12-09Fix typoMagnus Hagander
2017-12-08Prohibit identity columns on typed tables and partitionsPeter Eisentraut