summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-04-05Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-05Harden tableam against nonexistant / wrong kind of AMs.Andres Freund
2019-04-05Add test coverage for rootdescend verification.Peter Geoghegan
2019-04-04Add a "SQLSTATE-only" error verbosity option to libpq and psql.Tom Lane
2019-04-04Allow VACUUM to be run with index cleanup disabled.Robert Haas
2019-04-04Make src/test/recovery/t/017_shm.pl safe for concurrent execution.Noah Misch
2019-04-04Improve readability of some tests in strings.sqlMichael Paquier
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-03GSSAPI encryption supportStephen Frost
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera
2019-04-02Update expected output for modified catalog definitionAlvaro Herrera
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-04-02Perform RLS subquery checks as the right user when going via a view.Dean Rasheed
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-04-01Throw error in jsonb_path_match() when result is not single booleanAlexander Korotkov
2019-04-01Restrict some cases in parsing numerics in jsonpathAlexander Korotkov
2019-04-01GIN support for @@ and @? jsonpath operatorsAlexander Korotkov
2019-04-01Catch syntax error in generated column definitionPeter Eisentraut
2019-04-01Fix nbtree high key "continuescan" row compare bug.Peter Geoghegan
2019-03-31Add test case exercising formerly-unreached code in inheritance_planner.Tom Lane
2019-03-30Speed up planning when partitions can be pruned at plan time.Tom Lane
2019-03-30Avoid crash in partitionwise join planning under GEQO.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-03-27Add support for multivariate MCV listsTomas Vondra
2019-03-27Improve error handling of column references in expression transformationMichael Paquier
2019-03-27Switch function current_schema[s]() to be parallel-unsafeMichael Paquier
2019-03-26Fix partitioned index creation bug with dropped columnsAlvaro Herrera
2019-03-26Add ORDER BY to more ICU regression test cases.Tom Lane
2019-03-26Improve psql's \d display of foreign key constraintsAlvaro Herrera
2019-03-26Fix crash when using partition bound expressionsMichael Paquier
2019-03-25Add MacPorts support to src/test/ldap tests.Thomas Munro
2019-03-25Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane
2019-03-25Further code review for new integerset code.Tom Lane
2019-03-25Add progress reporting for CLUSTER and VACUUM FULL.Robert Haas
2019-03-25Get rid of backtracking in jsonpath_scan.lAlexander Korotkov
2019-03-25Clean up the Simple-8b encoder code.Heikki Linnakangas
2019-03-25Align timestamps in pg_regress outputPeter Eisentraut
2019-03-25Add ORDER BY to regression test casePeter Eisentraut
2019-03-24Un-hide most cascaded-drop details in regression test results.Tom Lane
2019-03-24Sort dependent objects before reporting them in DROP ROLE.Tom Lane
2019-03-24Transaction chainingPeter Eisentraut
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-23Suppress DETAIL output from an event_trigger test.Peter Geoghegan
2019-03-23Expand EPQ tests for UPDATEs and DELETEsAndres Freund
2019-03-22Make subscription collation test work independent of localePeter Eisentraut
2019-03-22Go back to suppressing foreign_data DETAIL test output.Peter Geoghegan
2019-03-22Fix yet more portability bugs in integerset and its tests.Heikki Linnakangas