index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
tablecmds.c
Age
Commit message (
Expand
)
Author
2023-04-17
Comment fix for 60684dd834.
Jeff Davis
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-04
Perform logical replication actions as the table owner.
Robert Haas
2023-03-31
Reject system columns as elements of foreign keys.
Tom Lane
2023-03-28
Save a few bytes in pg_attribute
Peter Eisentraut
2023-03-27
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-08
Clean up comments
Peter Eisentraut
2023-03-04
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-02-16
Fix check for child column generation status matching parent.
Tom Lane
2023-01-21
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-14
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-11
Improve handling of inherited GENERATED expressions.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-22
Fix operator typo in tablecmds.c
Michael Paquier
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-12
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-07
Fix FK comment think-o
Peter Eisentraut
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-18
Add a SET option to the GRANT command.
Robert Haas
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-11-10
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-03
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-11-03
Resolve partition strategy during early parsing
Alvaro Herrera
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-07
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-23
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-09
Fix GetForeignKey*Triggers for self-referential FKs
Alvaro Herrera
2022-09-08
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-18
Ensure that pg_auth_members.grantor is always valid.
Robert Haas
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-05
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-07-31
Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACH
Michael Paquier
2022-07-28
Use TRUNCATE to preserve relfilenode for pg_largeobject + index.
Robert Haas
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-13
Allow specifying STORAGE attribute for a new table
Peter Eisentraut
2022-07-13
Remove useless assertions
Peter Eisentraut
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
Remove "recheck" argument from check_index_is_clusterable()
Michael Paquier
[next]