summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2017-03-06pg_upgrade: Fix large object COMMENTS, SECURITY LABELSStephen Frost
2017-03-06Allow dropping multiple functions at oncePeter Eisentraut
2017-03-06Remove objname/objargs split for referring to objectsPeter Eisentraut
2017-03-06Allow partitioned tables to be dropped without CASCADESimon Riggs
2017-03-04Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut
2017-03-03Add RENAME support for PUBLICATIONs and SUBSCRIPTIONsPeter Eisentraut
2017-03-03Improve error reporting for tuple-routing failures.Robert Haas
2017-03-01Fix naming inconsistencyPeter Eisentraut
2017-02-24Make tablesample work with partitioned tables.Robert Haas
2017-02-23Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut
2017-02-22Correctly handle array pseudotypes in to_json and to_jsonbAndrew Dunstan
2017-02-21Use less-generic table name in new regression test case.Tom Lane
2017-02-19Make partitions automatically inherit OIDs.Robert Haas
2017-02-19Add optimizer and executor support for parallel index-only scans.Robert Haas
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-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-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-26Simplify sequence testPeter Eisentraut
2017-01-26Add object_address tests for publications and subscriptionsPeter Eisentraut
2017-01-26Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane
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-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