aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Add predicate locking for GiSTTeodor Sigaev2018-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
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* 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
* Don't use an Msys virtual path to create a tablespaceAndrew Dunstan2018-03-20
* 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
* Add ssl_passphrase_command settingPeter Eisentraut2018-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
* 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
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* Add tests for reinit.cPeter 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
* Fix test_predtest's idea of what weak refutation means.Tom Lane2018-03-08
* Add test scaffolding for exercising optimizer's predicate-proof logic.Tom Lane2018-03-08
* Fix test counting in SSL testsPeter Eisentraut2018-03-07
* Fix expected error message in testPeter Eisentraut2018-03-06
* Raise Test::More version requirementPeter Eisentraut2018-03-06
* Tests for Kerberos/GSSAPI authenticationPeter Eisentraut2018-03-06
* 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
* In SSL tests, restart after pg_hba.conf changesPeter Eisentraut2018-03-03
* Prevent LDAP and SSL tests from running without support in buildPeter Eisentraut2018-03-03
* Add PG_TEST_EXTRA to control optional test suitesPeter Eisentraut2018-03-03
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02