index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
test_ddl_deparse
Commit message (
Expand
)
Author
Age
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-04-07
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-23
*
Solve cross-version-upgrade testing problem induced by 1fb57af92.
Tom Lane
2019-02-09
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
test_ddl_deparse: rename matview
Alvaro Herrera
2018-03-15
*
test_ddl_deparse: Don't use pg_class as source for a matview
Alvaro Herrera
2018-03-15
*
Schema-qualify references in test_ddl_deparse test script.
Tom Lane
2018-02-26
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
2017-02-23
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Remove test for COMMENT ON DATABASE
Alvaro Herrera
2017-01-26
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-22
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Update copyright for 2016
Tom Lane
2016-01-02
*
Update copyright for 2016
Tom Lane
2016-01-02
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Make modules/test_ddl_deparse/.gitignore match its siblings.
Tom Lane
2015-08-03
*
Redirect install output of make check into a log file
Andrew Dunstan
2015-07-23
*
Fix mis-merge in previous commit
Alvaro Herrera
2015-07-20
*
Add some comments to test_ddl_deparse and a README
Alvaro Herrera
2015-07-20
*
Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.
Heikki Linnakangas
2015-07-20
*
Fix DDL command collection for TRANSFORM
Alvaro Herrera
2015-06-26
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix whitespace
Peter Eisentraut
2015-05-16
*
"Fix" test_ddl_deparse regress test schedule
Alvaro Herrera
2015-05-12
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11