summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-04-12Fix REINDEX CONCURRENTLY of partitionsPeter Eisentraut
2019-04-12Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier
2019-04-11Re-order some regression test scripts for more parallelism.Tom Lane
2019-04-11Speed up sort-order-comparison tests in create_index_spgist.Tom Lane
2019-04-11Split up a couple of long-running regression test scripts.Tom Lane
2019-04-11Move plpgsql error-trapping tests to a new module-specific test file.Tom Lane
2019-04-11Remove duplicative polygon SP-GiST sequencing test.Tom Lane
2019-04-11Remove redundant and ineffective test for btree insertion fast path.Tom Lane
2019-04-09Prevent inlining of multiply-referenced CTEs with outer recursive refs.Tom Lane
2019-04-09Test some more cases with partitioned tables in EvalPlanQual.Tom Lane
2019-04-08Fix improper interaction of FULL JOINs with lateral references.Tom Lane
2019-04-08Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane
2019-04-08Add vacuum_truncate reloption.Fujii Masao
2019-04-08Fix a number of issues around modifying a previously updated row.Andres Freund
2019-04-08Add more tests for partition tuple routing with dropped attributesMichael Paquier
2019-04-07psql \dP: list partitioned tables and indexesAlvaro Herrera
2019-04-07Clean up side-effects of commits ab5fcf2b0 et al.Tom Lane
2019-04-07Report progress of REINDEX operationsPeter Eisentraut
2019-04-07Cast pg_stat_progress_cluster.cluster_index_relid to oidPeter Eisentraut
2019-04-06Fix failures in validateForeignKeyConstraint's slow path.Tom Lane
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