summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
AgeCommit message (Expand)Author
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
2024-03-26Remove ObjectClass typePeter Eisentraut
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera
2024-03-24Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-03-20Review wording on tablespaces w.r.t. partitioned tablesAlvaro Herrera
2024-03-18Initialize variables to placate compiler.Nathan Bossart
2024-03-17Make stxstattarget nullablePeter Eisentraut
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-08Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHODMichael Paquier
2024-03-05Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-21Remove extra check_stack_depth() from dropconstraint_internal()Alexander Korotkov
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut
2024-02-16Add missing check_stack_depth() to some recursive functionsAlexander Korotkov
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2024-02-12Remove unnecessary smgropen() callsHeikki Linnakangas
2024-01-29Doc: mention foreign keys can reference unique indexesDavid Rowley
2024-01-26Split some code out from MergeAttributes()Peter Eisentraut
2024-01-26MergeAttributes code deduplicationPeter Eisentraut
2024-01-25MergeAttributes: convert pg_attribute back to ColumnDef before comparingPeter Eisentraut