index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
tablecmds.c
Commit message (
Expand
)
Author
Age
*
Obtain required table lock during cross-table updates, redux.
Tom Lane
2025-07-03
*
Refactor subtype field of AlterDomainStmt
Michael Paquier
2025-07-03
*
Make more use of RELATION_IS_OTHER_TEMP().
Nathan Bossart
2025-07-02
*
Obtain required table lock during cross-table constraint updates.
Tom Lane
2025-06-29
*
Message style improvements
Peter Eisentraut
2025-06-28
*
Correct misleading error messages
Peter Eisentraut
2025-06-26
*
Expand virtual generated columns for ALTER COLUMN TYPE
Richard Guo
2025-06-26
*
Fix virtual generated column type checking for ALTER TABLE
Peter Eisentraut
2025-06-24
*
Avoid bogus scans of partitions when marking FKs enforced
Álvaro Herrera
2025-06-05
*
Avoid bogus scans of partitions when validating FKs to partitioned tables
Álvaro Herrera
2025-06-05
*
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-30
*
Handle self-referencing FKs correctly in partitioned tables
Álvaro Herrera
2025-05-02
*
Change the names generated for child foreign key constraints.
Tom Lane
2025-04-23
*
Fix typos and grammar in the code
Michael Paquier
2025-04-19
*
Suppress "may be used uninitialized" warnings from older compilers.
Tom Lane
2025-04-17
*
Sync declarations and definitions of two new tablecmds.c functions.
Tom Lane
2025-04-16
*
Elide not-null constraint checks on child tables during PK creation
Álvaro Herrera
2025-04-16
*
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-12
*
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-07
*
Repair misbehavior with duplicate entries in FK SET column lists.
Tom Lane
2025-04-04
*
Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025-04-02
*
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-04-02
*
Add support for not-null constraints on virtual generated columns
Peter Eisentraut
2025-03-28
*
Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT
Álvaro Herrera
2025-03-27
*
refactor: Pass relation OID instead of Relation to createForeignKeyCheckTrigg...
Peter Eisentraut
2025-03-25
*
refactor: Split ATExecAlterConstraintInternal()
Peter Eisentraut
2025-03-25
*
refactor: Move some code that updates pg_constraint to a separate function
Peter Eisentraut
2025-03-25
*
Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
Peter Eisentraut
2025-03-25
*
Change one loop in ATRewriteTable to use 1-based attnums
Álvaro Herrera
2025-03-21
*
Remove direct handling of reloptions for toast tables
Álvaro Herrera
2025-03-14
*
ATExecSetRelOptions: Reduce scope of 'isnull' variable
Álvaro Herrera
2025-03-13
*
Move RemoveInheritedConstraint() call slightly earlier
Peter Eisentraut
2025-03-11
*
refactor: Split tryAttachPartitionForeignKey()
Peter Eisentraut
2025-03-11
*
refactor: re-add ATExecAlterChildConstr()
Peter Eisentraut
2025-03-11
*
Remove support for temporal RESTRICT foreign keys
Peter Eisentraut
2025-03-10
*
Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
Álvaro Herrera
2025-03-05
*
Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table rewrite
Peter Eisentraut
2025-03-04
*
Simplify some logic around setting pg_attribute.atthasdef.
Tom Lane
2025-03-03
*
Remove now-dead code in StoreAttrDefault().
Tom Lane
2025-03-03
*
Fix broken handling of domains in atthasmissing logic.
Tom Lane
2025-03-03
*
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-21
*
Add ATAlterConstraint struct for ALTER .. CONSTRAINT
Álvaro Herrera
2025-02-19
*
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-13
*
Support non-btree indexes for foreign keys
Peter Eisentraut
2025-02-07
*
Virtual generated columns
Peter Eisentraut
2025-02-07
*
Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()
Peter Eisentraut
2025-02-03
*
Rename GistTranslateStratnum() to GistTranslateCompareType()
Peter Eisentraut
2025-02-01
*
Print out error position for some ALTER TABLE ALTER COLUMN type
Michael Paquier
2025-01-27
*
Add missing CommandCounterIncrement
Álvaro Herrera
2025-01-26
*
Allow NOT VALID foreign key constraints on partitioned tables
Álvaro Herrera
2025-01-23
[next]