aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* 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
* Fix FK comment think-oPeter Eisentraut2022-12-07
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-29
* Add a SET option to the GRANT command.Robert Haas2022-11-18
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".Tom Lane2022-11-10
* Create FKs properly when attaching table as partitionAlvaro Herrera2022-11-03
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-03
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-07
* Rename shadowed local variablesDavid Rowley2022-10-05
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Allow publications with schema and table of the same schema.Amit Kapila2022-09-23
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Fix GetForeignKey*Triggers for self-referential FKsAlvaro Herrera2022-09-09
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-08
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Ensure that pg_auth_members.grantor is always valid.Robert Haas2022-08-18
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACHMichael Paquier2022-07-31
* Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas2022-07-28
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Allow specifying STORAGE attribute for a new tablePeter Eisentraut2022-07-13
* Remove useless assertionsPeter Eisentraut2022-07-13
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Remove "recheck" argument from check_index_is_clusterable()Michael Paquier2022-04-13
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Unlogged sequencesPeter Eisentraut2022-04-07
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Allow CLUSTER on partitioned tablesAlvaro Herrera2022-04-02
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Fix bogus dependency handling for GENERATED expressions.Tom Lane2022-03-21
* Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c.Tom Lane2022-03-21
* Fix risk of deadlock failure while dropping a partitioned index.Tom Lane2022-03-21