summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-04-17Tie loose ends in psql's new \dP commandAlvaro Herrera
2019-04-17psql: display tablespace for partitioned indexesAlvaro Herrera
2019-04-17Return NULL for checksum failures if checksums are not enabledMagnus Hagander
2019-04-17Rework handling of invalid indexes with REINDEX CONCURRENTLYMichael Paquier
2019-04-16Don't write to stdin of a test process that could have already exited.Noah Misch
2019-04-15Convert pre-existing stats_ext tests to new styleTomas Vondra
2019-04-15Fix pg_mcv_list deserializationTomas Vondra
2019-04-15Fix failure with textual partition hash keys.Tom Lane
2019-04-15Avoid possible regression test instability in timestamp.sql.Tom Lane
2019-04-15Unbreak index optimization for LIKE on byteaPeter Eisentraut
2019-04-15Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier
2019-04-15Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.Noah Misch
2019-04-14Switch TAP tests of pg_rewind to use non-superuser role, take twoMichael Paquier
2019-04-14MSYS: Translate REGRESS_SHLIB to a Windows file name.Noah Misch
2019-04-13When Perl "kill(9, ...)" fails, try "pg_ctl kill".Noah Misch
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-12Show shared object statistics in pg_stat_databaseMagnus Hagander
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