index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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
2025-03-14
Remove direct handling of reloptions for toast tables
Álvaro Herrera
2025-03-13
ATExecSetRelOptions: Reduce scope of 'isnull' variable
Álvaro Herrera
2025-03-11
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-10
Remove support for temporal RESTRICT foreign keys
Peter Eisentraut
2025-03-05
Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
Álvaro Herrera
2025-03-04
Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table rewrite
Peter Eisentraut
2025-03-03
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-02-21
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-19
Add ATAlterConstraint struct for ALTER .. CONSTRAINT
Álvaro Herrera
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-07
Support non-btree indexes for foreign keys
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-03
Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()
Peter Eisentraut
2025-02-01
Rename GistTranslateStratnum() to GistTranslateCompareType()
Peter Eisentraut
2025-01-27
Print out error position for some ALTER TABLE ALTER COLUMN type
Michael Paquier
2025-01-26
Add missing CommandCounterIncrement
Álvaro Herrera
2025-01-23
Allow NOT VALID foreign key constraints on partitioned tables
Álvaro Herrera
2025-01-21
Fix detach of a partition that has a toplevel FK to a partitioned table
Álvaro Herrera
2025-01-21
Fix NO ACTION temporal foreign keys when the referenced endpoints change
Peter Eisentraut
2025-01-16
Split ATExecValidateConstraint into reusable pieces
Álvaro Herrera
2025-01-16
refactor: split ATExecAlterConstrRecurse()
Peter Eisentraut
2025-01-15
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-09
Simplify signature of RewriteTable
Álvaro Herrera
2025-01-07
Remove unnecessary code to handle CONSTR_NOTNULL
Álvaro Herrera
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-03
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-21
pgindent run
Peter Eisentraut
2024-11-21
Fix ALTER TABLE / REPLICA IDENTITY for temporal tables
Peter Eisentraut
2024-11-15
Fix collation handling for foreign keys
Peter Eisentraut
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-07
Clarify a foreign key error message
Peter Eisentraut
2024-10-30
Fix some more bugs in foreign keys connecting partitioned tables
Álvaro Herrera
2024-10-22
Restructure foreign key handling code for ATTACH/DETACH
Álvaro Herrera
2024-10-10
Unbreak overflow test for attinhcount/coninhcount
Álvaro Herrera
2024-10-03
Replace Unicode apostrophe with ASCII apostrophe
Amit Langote
2024-10-03
Fix expression list handling in ATExecAttachPartition()
Amit Langote
2024-10-03
Remove support for unlogged on partitioned tables
Michael Paquier
2024-09-30
Don't disallow DROP of constraints ONLY on partitioned tables
Alvaro Herrera
2024-09-29
Remove NULL dereference from RenameRelationInternal().
Noah Misch
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-23
Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACH
Michael Paquier
2024-09-19
Introduce ATT_PARTITIONED_TABLE in tablecmds.c
Michael Paquier
[next]