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
*
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-10-31
*
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-28
*
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-24
*
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
*
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-07
*
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2024-04-07
*
Support identity columns in partitioned tables
Peter Eisentraut
2024-01-16
*
ALTER TABLE command to change generation expression
Peter Eisentraut
2024-01-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Catalog not-null constraints
Alvaro Herrera
2023-08-25
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
*
meson: Prevent installation of test files during main install
Peter Eisentraut
2023-03-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-12
*
Remove logic for converting a table to a view.
Tom Lane
2022-12-02
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACH
Michael Paquier
2022-07-31
*
Expand tests of test_ddl_deparse/ for ALTER TABLE
Michael Paquier
2022-07-31
*
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-05-20
*
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
[next]