summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
AgeCommit message (Expand)Author
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-28Lock 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-22Don't copy extended statistics during MERGE/SPLIT partition operationsAlexander Korotkov
2024-05-22Fix 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
2024-04-11Revert: Allow table AM tuple_insert() method to return the different slotAlexander Korotkov
2024-04-11Revert: Let table AM insertion methods control index insertionAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-09Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commandsAlexander Korotkov
2024-04-08Fix some grammer errors from error messages and codes commentsAlexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-04-02Revert "Custom reloptions for table AM"Alexander Korotkov
2024-03-30Let table AM insertion methods control index insertionAlexander Korotkov
2024-03-30Custom reloptions for table AMAlexander Korotkov
2024-03-28ALTER TABLE: rework determination of access method IDAlvaro Herrera
2024-03-26Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane