index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
test_ddl_deparse
Age
Commit message (
Expand
)
Author
37 hours
Update copyright for 2026
Bruce Momjian
2025-12-14
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2025-12-14
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2025-12-10
Improve DDL deparsing test
Heikki Linnakangas
2025-08-19
test_ddl_deparse: Rename test create_sequence_1 to create_sequence
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-10-31
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-04-07
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-07
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2024-01-16
Support identity columns in partitioned tables
Peter Eisentraut
2024-01-04
ALTER TABLE command to change generation expression
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-03-03
meson: Prevent installation of test files during main install
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-12
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-02
Remove logic for converting a table to a view.
Tom Lane
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-07-31
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-05-20
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-04-07
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-01-15
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-04-23
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-02-09
Solve cross-version-upgrade testing problem induced by 1fb57af92.
Tom Lane
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-06
Fix event triggers for partitioned tables
Alvaro Herrera
2018-03-15
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-02-26
Schema-qualify references in test_ddl_deparse test script.
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-02-23
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
[next]