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