aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* 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
* Parse/analyze function renamingPeter Eisentraut2022-03-04
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* Update copyright for 2022Bruce Momjian2022-01-07
* Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane2022-01-06
* Create foreign key triggers in partitioned tables tooAlvaro Herrera2022-01-05
* Small cleanups related to PUBLICATION framework codeAlvaro Herrera2021-12-30
* Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier2021-12-22
* Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane2021-12-15
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-08
* Some RELKIND macro refactoringPeter Eisentraut2021-12-03
* Update commentsPeter Eisentraut2021-11-26
* Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier2021-11-25
* Add missing words in commentAlvaro Herrera2021-11-22
* Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila2021-11-16
* Allow publishing the tables of schema.Amit Kapila2021-10-27
* Ensure correct lock level is used in ALTER ... RENAMEAlvaro Herrera2021-10-19
* Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)Michael Paquier2021-10-19
* Invalidate partitions of table being attached/detachedAlvaro Herrera2021-10-18
* Clean up more code using "(expr) ? true : false"Michael Paquier2021-10-11
* Clarify use of "statistics objects" in the codeMichael Paquier2021-09-29
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Revert analyze support for partitioned tablesAlvaro Herrera2021-08-16
* Add call to object access hook at the end of table rewrite in ALTER TABLEMichael Paquier2021-08-10
* Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier2021-07-28
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-19