aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Replace min_parallel_relation_size with two new GUCs.Robert Haas2017-02-15
* Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut2017-02-15
* Allow parallel workers to execute subplans.Robert Haas2017-02-14
* Don't disallow dropping NOT NULL for a list partition key.Robert Haas2017-02-14
* Remove contrib/tsearch2.Robert Haas2017-02-13
* Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch2017-02-12
* Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut2017-02-10
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* Add explicit ORDER BY to a few tests that exercise hash-join code.Andres Freund2017-02-08
* Speed up "brin" regression test a little bit.Tom Lane2017-02-07
* Avoid permission failure in pg_sequences.last_valuePeter Eisentraut2017-02-06
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix placement of initPlans when forcibly materializing a subplan.Tom Lane2017-02-02
* Fix mishandling of tSRFs at different nesting levels.Tom Lane2017-02-02
* Improve psql's behavior for \set and \unset of its control variables.Tom Lane2017-02-01
* test_pg_dump: perltidy cleanupStephen Frost2017-01-31
* Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane2017-01-30
* Add a regression test script dedicated to exercising system views.Tom Lane2017-01-30
* Make psql reject attempts to set special variables to invalid values.Tom Lane2017-01-30
* Fix sequence test in cs_CZ localePeter Eisentraut2017-01-30
* Additional test coverage for sequencesPeter Eisentraut2017-01-30
* Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost2017-01-29
* test_pg_dump TAP test whitespace cleanupStephen Frost2017-01-29
* Remove test for COMMENT ON DATABASEAlvaro Herrera2017-01-26
* Simplify sequence testPeter Eisentraut2017-01-26
* Add object_address tests for publications and subscriptionsPeter Eisentraut2017-01-26
* Reset hot standby xmin on master after restartSimon Riggs2017-01-26
* Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane2017-01-26
* Update copyright years in some recently added filesPeter Eisentraut2017-01-25
* Make UNKNOWN into an actual pseudo-type.Tom Lane2017-01-25
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-25
* Use non-conflicting table names in new regression test case.Tom Lane2017-01-24
* Fix things so that updatable views work with partitioned tables.Robert Haas2017-01-24
* Set ecxt_scantuple correctly for tuple routing.Robert Haas2017-01-24
* Mention logical replication tests in src/test/README.Fujii Masao2017-01-24
* tests: Use the right Perl operatorAlvaro Herrera2017-01-20
* Paper over pg_upgrade test failurePeter Eisentraut2017-01-20
* Logical replicationPeter Eisentraut2017-01-20
* Fix Assert failure induced by commit 215b43cdc.Tom Lane2017-01-19
* Fix platform dependant regression output triggered by 69f4b9c85f16.Andres Freund2017-01-19
* Teach partitioning tests not to use DROP TABLE ... CASCADE.Robert Haas2017-01-19
* Fix some problems in check_new_partition_bound().Robert Haas2017-01-19
* Fix RETURNING to work correctly with partition tuple routing.Robert Haas2017-01-19
* Fix failure to enforce partitioning contraint for internal partitions.Robert Haas2017-01-19
* Dump sequence data based on the TableDataInfo flagStephen Frost2017-01-19
* Allow negative years in make_date to represent BC yearsAlvaro Herrera2017-01-19
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Reset the proper GUC in create_index test.Tom Lane2017-01-18
* Implement array version of jsonb_delete and operatorMagnus Hagander2017-01-18