summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
AgeCommit message (Expand)Author
2024-10-30Fix some more bugs in foreign keys connecting partitioned tablesÁlvaro Herrera
2024-10-22Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera
2024-10-10Unbreak overflow test for attinhcount/coninhcountÁlvaro Herrera
2024-10-03Replace Unicode apostrophe with ASCII apostropheAmit Langote
2024-10-03Fix expression list handling in ATExecAttachPartition()Amit Langote
2024-10-03Remove support for unlogged on partitioned tablesMichael Paquier
2024-09-30Don't disallow DROP of constraints ONLY on partitioned tablesAlvaro Herrera
2024-09-29Remove NULL dereference from RenameRelationInternal().Noah Misch
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACHMichael Paquier
2024-09-19Introduce ATT_PARTITIONED_TABLE in tablecmds.cMichael Paquier
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-08-29Message style improvementsPeter Eisentraut
2024-08-29Disallow USING clause when altering type of generated columnPeter Eisentraut
2024-08-29Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED in tablecmds.cMichael Paquier
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-22Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov
2024-08-22Small code simplificationRichard Guo
2024-08-21Small code simplificationPeter Eisentraut
2024-08-08Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera
2024-08-06Turn a few 'validnsps' static variables into localsHeikki Linnakangas
2024-07-26Clarify error message and documentation related to typed tables.Tom Lane
2024-07-15Fix tablespace handling in MERGE/SPLIT partition commands.Fujii Masao
2024-07-12Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera
2024-07-04Assign error codes where missing for user-facing failuresMichael Paquier
2024-07-01Remove useless codePeter Eisentraut
2024-06-27Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-06-07Reject modifying a temp table of another session with ALTER TABLE.Tom Lane
2024-05-23Don't copy extended statistics during MERGE/SPLIT partition operationsAlexander Korotkov
2024-05-23Fix the name collision detection in MERGE/SPLIT partition operationsAlexander Korotkov
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-09Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane
2024-05-09Fix inconsistencies in error messagesAlvaro Herrera
2024-05-07Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut
2024-05-03Fix segmentation fault in MergeInheritedAttribute()Peter Eisentraut
2024-05-02Throw a more on-point error for publications depending on columns.Tom Lane
2024-05-02Disallow direct change of NO INHERIT of not-null constraintsAlvaro Herrera
2024-04-30Inherit parent's AM for partition MERGE/SPLIT operationsAlexander Korotkov
2024-04-30Make new partitions with parent's persistence during MERGE/SPLITAlexander Korotkov
2024-04-30Change the way ATExecMergePartitions() handles the name collisionAlexander Korotkov
2024-04-28Throw a more on-point error for functions depending on columns.Tom Lane
2024-04-19Better handle indirect constraint dropsAlvaro Herrera
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18Fix restore of not-null constraints with inheritanceAlvaro Herrera
2024-04-15ATTACH PARTITION: Don't match a PK with a UNIQUE constraintAlvaro Herrera
2024-04-15Grammar fixes for split/merge partitions codeAlexander Korotkov
2024-04-15Fix propagating attnotnull in multiple inheritanceAlvaro Herrera