summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2021-04-02Add support for NullIfExpr in eval_const_expressionsPeter Eisentraut
2021-04-02Attempt to fix unstable Result Cache regression testsDavid Rowley
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-02Improve stability of test with vacuum_truncate in reloptions.sqlMichael Paquier
2021-04-01Add 'noError' argument to encoding conversion functions.Heikki Linnakangas
2021-04-01Make extract(timetz) tests a bit more interestingPeter Eisentraut
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
2021-03-31Fix has_column_privilege function corner caseJoe Conway
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-03-31Accept slightly-filled pages for tuples larger than fillfactor.Noah Misch
2021-03-30In messages, use singular nouns for -1, like we do for +1.Bruce Momjian
2021-03-30Add tests for date_part of epoch near upper bound of timestamp rangePeter Eisentraut
2021-03-30Add upper boundary tests for timestamp and timestamptz typesPeter Eisentraut
2021-03-29Clean up date_part tests a bitPeter Eisentraut
2021-03-29Add unistr functionPeter Eisentraut
2021-03-29Reset standard_conforming_strings in strings testPeter Eisentraut
2021-03-27Stabilize stats_ext test with other collationsTomas Vondra
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-26Reduce duration of stats_ext regression testsTomas Vondra
2021-03-26Fix ndistinct estimates with system attributesTomas Vondra
2021-03-26Add "pg_database_owner" default role.Noah Misch
2021-03-26BRIN minmax-multi indexesTomas Vondra
2021-03-26BRIN bloom indexesTomas Vondra
2021-03-25Fix interaction of TOAST compression with expression indexes.Robert Haas
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-25Sanitize the term "combo CID" in code commentsMichael Paquier
2021-03-24Tidy up more loose ends related to configurable TOAST compression.Robert Haas
2021-03-24Add date_bin functionPeter Eisentraut
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-23Avoid possible crash while finishing up a heap rewrite.Tom Lane
2021-03-23Add bit_count SQL functionPeter Eisentraut
2021-03-22Error on invalid TOAST compression in CREATE or ALTER TABLE.Robert Haas
2021-03-21Make compression.sql regression test independent of default.Tom Lane
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-17Small error message improvementPeter Eisentraut
2021-03-17Fix transaction.sql tests in higher isolation levels.Thomas Munro
2021-03-17Enable parallelism in REFRESH MATERIALIZED VIEW.Thomas Munro
2021-03-16Add some basic tests for progress reporting of COPYMichael Paquier
2021-03-15Drop SERIALIZABLE workaround from parallel query tests.Thomas Munro
2021-03-12Forbid marking an identity column as nullable.Tom Lane
2021-03-11Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
2021-03-10Avoid creating duplicate cached plans for inherited FK constraints.Tom Lane
2021-03-10Move tablespace path re-creation from the makefiles to pg_regressMichael Paquier
2021-03-10Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila
2021-03-09Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao