summaryrefslogtreecommitdiff
path: root/src/test/modules/test_ddl_deparse
AgeCommit message (Expand)Author
37 hoursUpdate copyright for 2026Bruce Momjian
2025-12-14Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2025-12-14Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2025-12-10Improve DDL deparsing testHeikki Linnakangas
2025-08-19test_ddl_deparse: Rename test create_sequence_1 to create_sequenceMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-04-07Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-07Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-01-16Support identity columns in partitioned tablesPeter Eisentraut
2024-01-04ALTER TABLE command to change generation expressionPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-03-03meson: Prevent installation of test files during main installPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-12Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera
2022-12-02Remove logic for converting a table to a view.Tom Lane
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-21meson: Add initial version of meson based build systemAndres Freund
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-07-31Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACHMichael Paquier
2022-07-31Expand tests of test_ddl_deparse/ for ALTER TABLEMichael Paquier
2022-05-20Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera
2022-01-07Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane
2019-02-09Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-06Fix event triggers for partitioned tablesAlvaro Herrera
2018-03-15test_ddl_deparse: rename matviewAlvaro Herrera
2018-03-15test_ddl_deparse: Don't use pg_class as source for a matviewAlvaro Herrera
2018-02-26Schema-qualify references in test_ddl_deparse test script.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-02-23Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut