aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* 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
* Remove useless if conditionPeter Eisentraut2023-08-29
* Remove useless if conditionPeter Eisentraut2023-08-29
* Make more use of makeColumnDef()Peter Eisentraut2023-08-29
* Add some const decorationsPeter Eisentraut2023-08-29
* Catalog not-null constraintsAlvaro Herrera2023-08-25
* Add OAT hook calls for more subcommands of ALTER TABLEMichael Paquier2023-08-17
* Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier2023-07-20
* Fix updates of indisvalid for partitioned indexesMichael Paquier2023-07-14
* Remove ancient special case code for adding oid columnsPeter Eisentraut2023-07-12
* Message wording improvementsPeter Eisentraut2023-07-10
* Add more sanity checks with callers of changeDependencyFor()Michael Paquier2023-07-10
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Add macro for maximum statistics targetPeter Eisentraut2023-07-03
* Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier2023-06-28
* Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart2023-06-22
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix typos in commentsMichael Paquier2023-05-02
* Comment fix for 60684dd834.Jeff Davis2023-04-17
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-12
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-07
* Perform logical replication actions as the table owner.Robert Haas2023-04-04
* Reject system columns as elements of foreign keys.Tom Lane2023-03-31
* Save a few bytes in pg_attributePeter Eisentraut2023-03-28
* Reject attempts to alter composite types used in indexes.Tom Lane2023-03-27
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-25
* Clean up commentsPeter Eisentraut2023-03-08
* Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane2023-03-04
* Fix check for child column generation status matching parent.Tom Lane2023-02-16
* Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane2023-01-21
* Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis2023-01-14
* Improve handling of inherited GENERATED expressions.Tom Lane2023-01-11
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix operator typo in tablecmds.cMichael Paquier2022-12-22
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-13
* Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera2022-12-12