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