aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* Let table AM insertion methods control index insertionAlexander Korotkov2024-03-30
* Custom reloptions for table AMAlexander Korotkov2024-03-30
* ALTER TABLE: rework determination of access method IDAlvaro Herrera2024-03-28
* Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane2024-03-26
* Remove ObjectClass typePeter Eisentraut2024-03-26
* Allow specifying an access method for partitioned tablesAlvaro Herrera2024-03-25
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-03-24
* Review wording on tablespaces w.r.t. partitioned tablesAlvaro Herrera2024-03-20
* Initialize variables to placate compiler.Nathan Bossart2024-03-17
* Make stxstattarget nullablePeter Eisentraut2024-03-17
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHODMichael Paquier2024-03-08
* Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut2024-03-05
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Remove extra check_stack_depth() from dropconstraint_internal()Alexander Korotkov2024-02-21
* Revert "Improve compression and storage support with inheritance"Peter Eisentraut2024-02-20
* Add missing check_stack_depth() to some recursive functionsAlexander Korotkov2024-02-16
* Improve compression and storage support with inheritancePeter Eisentraut2024-02-16
* Remove unnecessary smgropen() callsHeikki Linnakangas2024-02-12
* Doc: mention foreign keys can reference unique indexesDavid Rowley2024-01-30
* Split some code out from MergeAttributes()Peter Eisentraut2024-01-26
* MergeAttributes code deduplicationPeter Eisentraut2024-01-26
* MergeAttributes: convert pg_attribute back to ColumnDef before comparingPeter Eisentraut2024-01-25
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier2024-01-24
* Support identity columns in partitioned tablesPeter Eisentraut2024-01-16
* Assert that partition inherits from only one parent in MergeAttributes()Peter Eisentraut2024-01-16
* Remove useless AssertPeter Eisentraut2024-01-14
* Make attstattarget nullablePeter Eisentraut2024-01-13
* Refactor ATExecAddColumn() to use BuildDescForRelation()Peter Eisentraut2024-01-12
* ALTER TABLE command to change generation expressionPeter Eisentraut2024-01-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Refactor: separate function to find all objects depending on a columnPeter Eisentraut2024-01-03
* Turn AT_PASS_* macros into an enumPeter Eisentraut2024-01-01
* Add support for REINDEX in event triggersMichael Paquier2023-12-04
* Remove redundant setting of hashkey after insertionJohn Naylor2023-11-30
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Check stack depth in new recursive functionsAlvaro Herrera2023-11-08
* Make some error strings more genericAlvaro Herrera2023-10-20
* Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane2023-10-16
* Push attcompression and attstorage handling into BuildDescForRelation()Peter Eisentraut2023-10-05
* Move BuildDescForRelation() from tupdesc.c to tablecmds.cPeter Eisentraut2023-10-05
* Push attidentity and attgenerated handling into BuildDescForRelation()Peter Eisentraut2023-10-05
* Add TupleDescGetDefault()Peter Eisentraut2023-09-27
* MergeAttributes() and related variable renamingPeter Eisentraut2023-09-26
* Clean up MergeCheckConstraint()Peter Eisentraut2023-09-26
* Clean up MergeAttributesIntoExisting()Peter Eisentraut2023-09-26
* Move privilege check to the right placeAlvaro Herrera2023-09-07
* Fix not-null constraint testAlvaro Herrera2023-09-01
* ATPrepAddPrimaryKey: ignore non-PK constraintsAlvaro Herrera2023-09-01