aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Rewrite the code that applies scan/join targets to paths.Robert Haas2018-03-29
* Add casts from jsonbTeodor Sigaev2018-03-29
* Make fast_default regression tests locale independentAndrew Dunstan2018-03-28
* Use pg_stat_get_xact* functions within xactsSimon Riggs2018-03-28
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Allow HOT updates for some expression indexesSimon Riggs2018-03-27
* Make new regression indpendent of max_parallel_workers_per_gather.Andres Freund2018-03-26
* Fix test impredictabilityAlvaro Herrera2018-03-26
* Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera2018-03-26
* Remove two tests inadvertently added in 2b27273435Andrew Dunstan2018-03-26
* Optimize btree insertions for common case of increasing valuesAndrew Dunstan2018-03-26
* Stabilize regression test result.Tom Lane2018-03-25
* Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera2018-03-23
* Implement partition-wise grouping/aggregation.Robert Haas2018-03-22
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Improve predtest.c's handling of cases with NULL-constant inputs.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
* Improve savepoint error messagesPeter Eisentraut2018-03-16
* Mop-up for letting VOID-returning SQL functions end with a SELECT.Tom Lane2018-03-16
* Clean up duplicate table and function names in regression tests.Tom Lane2018-03-15
* Clean up duplicate role and schema names in regression tests.Tom Lane2018-03-15
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* Expand AND/OR regression tests around NULL handling.Andres Freund2018-03-13
* Add COSTS off to two EXPLAIN using tests.Andres Freund2018-03-13
* Let Parallel Append over simple UNION ALL have partial subpaths.Robert Haas2018-03-13
* Fix CREATE TABLE / LIKE with bigint identity columnPeter Eisentraut2018-03-13
* Avoid having two PKs in a partitionAlvaro Herrera2018-03-12
* doc: Reword restriction on partition keys in unique indexesAlvaro Herrera2018-03-12
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Improve predtest.c's internal docs, and enhance its functionality a bit.Tom Lane2018-03-09
* Add parenthesized options syntax for ANALYZE.Andres Freund2018-03-05
* Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera2018-03-05
* Minor fixes for reloptions testsPeter Eisentraut2018-03-03
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Fix format_type() to restore its old behavior.Tom Lane2018-03-01
* pg_regress: Increase space available for test names.Andres Freund2018-03-01
* Fix assertion failure when Parallel Append is run serially.Robert Haas2018-02-28
* Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane2018-02-27
* Revert renaming of int44in/int44out.Tom Lane2018-02-27
* Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane2018-02-27
* Improve regression test coverage of regress.c.Tom Lane2018-02-27
* Remove unused functions in regress.c.Tom Lane2018-02-27
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* Add window RANGE support for float4, float8, numeric.Tom Lane2018-02-24
* Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane2018-02-23
* Support parameters in CALLPeter Eisentraut2018-02-22
* Add user-callable SHA-2 functionsPeter Eisentraut2018-02-22
* Try to stabilize EXPLAIN output in partition_check test.Robert Haas2018-02-22