summaryrefslogtreecommitdiff
path: root/src/test/regress/parallel_schedule
AgeCommit message (Expand)Author
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-08-29Rename regress test generated to generated_storedPeter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-06-28Improve test coverage for changes to inplace-updated catalogs.Noah Misch
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-23Add better handling of redundant IS [NOT] NULL qualsDavid Rowley
2023-10-27Split event_trigger_login test from event_trigger testAlexander Korotkov
2023-10-27Adjust parallel_schedule with event triggers on authenticated loginAlexander Korotkov
2023-07-12parallel_schedule: add comment on event_trigger test dependencyAlvaro Herrera
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-02-11Create regress_tblspc in test_setupAndres Freund
2023-01-10Upgrade the random.sql regression test.Tom Lane
2023-01-03Windows support in pg_import_system_collationsPeter Eisentraut
2022-10-13Put tests of md5() function into separate test filePeter Eisentraut
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-04-07pgstat: add/extend tests for resetting various kinds of stats.Andres Freund
2022-04-07pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-27SQL/JSON constructorsAndrew Dunstan
2022-02-08Rename create_function_N test scripts for clarity.Tom Lane
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2022-01-24Add tests of the CREATEROLE attributeAndrew Dunstan
2022-01-05On second thought, remove regex.linux.utf8 regression test altogether.Tom Lane
2022-01-05Enable routine running of regex.linux.utf8 regression test.Tom Lane
2021-12-17Fix the public schema's permissions in a separate test script.Tom Lane
2021-11-02Don't overlook indexes during parallel VACUUM.Peter Geoghegan
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-05-11Replace opr_sanity test's binary_coercible() function with C code.Tom Lane
2021-04-06Increment xactCompletionCount during subtransaction abort.Andres Freund
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
2021-03-26BRIN minmax-multi indexesTomas Vondra
2021-03-26BRIN bloom indexesTomas Vondra
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-10Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2021-02-02Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane
2020-12-20Multirange datatypesAlexander Korotkov