summaryrefslogtreecommitdiff
path: root/src/test/modules/test_ddl_deparse/expected
Commit message (Expand)AuthorAgeFilesLines
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-122-31/+12
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-072-12/+31
* Remove logic for converting a table to a view.Tom Lane2022-12-021-6/+2
* Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACHMichael Paquier2022-07-311-2/+2
* Expand tests of test_ddl_deparse/ for ALTER TABLEMichael Paquier2022-07-314-12/+128
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-201-0/+1
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-211-0/+2
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-071-1/+1
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-232-2/+3
* Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane2019-02-091-2/+4
* Create the infrastructure for planner support functions.Tom Lane2019-02-091-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-061-0/+12
* test_ddl_deparse: rename matviewAlvaro Herrera2018-03-151-2/+2
* test_ddl_deparse: Don't use pg_class as source for a matviewAlvaro Herrera2018-03-151-1/+1
* Schema-qualify references in test_ddl_deparse test script.Tom Lane2018-02-261-3/+3
* Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut2017-02-231-1/+1
* Remove test for COMMENT ON DATABASEAlvaro Herrera2017-01-261-2/+0
* Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost2016-12-221-0/+8
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-171-4/+4
* Fix DDL command collection for TRANSFORMAlvaro Herrera2015-06-261-0/+13
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-1122-0/+504