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