summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2017-01-18Implement array version of jsonb_delete and operatorMagnus Hagander
2017-01-18Disable transforms that replaced AT TIME ZONE with RelabelType.Tom Lane
2017-01-18Avoid use of DROP TABLE .. CASCADE in partitioning tests.Robert Haas
2017-01-18Add some more tests for tuple routing.Robert Haas
2017-01-18Update information_schema queries and system views for new relkind.Robert Haas
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2017-01-18Improve RLS planning by marking individual quals with security levels.Tom Lane
2017-01-17Register missing money operators in system catalogsPeter Eisentraut
2017-01-17Add more tests for money typePeter Eisentraut
2017-01-16Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane
2017-01-15Fix matching of boolean index columns to sort ordering.Tom Lane
2017-01-14Change default values for backup and replication parametersMagnus Hagander
2017-01-14pg_ctl: Change default to wait for all actionsPeter Eisentraut
2017-01-14Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut