aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* 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
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-15
* Remove unused function parameter in get_qual_from_partboundJohn Naylor2021-07-14
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-08
* Message style improvementsPeter Eisentraut2021-06-28
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Re-order pg_attribute columns to eliminate some padding space.Tom Lane2021-05-23
* Fix usage of "tableoid" in GENERATED expressions.Tom Lane2021-05-21
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix incorrect error code for CREATE/ALTER TABLE COMPRESSIONMichael Paquier2021-05-08
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Remove unused argument of ATAddForeignConstraintAlvaro Herrera2021-05-05
* Have ALTER CONSTRAINT recurse on partitioned tablesAlvaro Herrera2021-05-05
* Fix OID passed to object-alter hook during ALTER CONSTRAINTAlvaro Herrera2021-05-04
* Fix ALTER TABLE / INHERIT with generated columnsPeter Eisentraut2021-05-04
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-28
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-27
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* Don't add a redundant constraint when detaching a partitionAlvaro Herrera2021-04-21
* Avoid unnecessary table open/close in TRUNCATE command.Fujii Masao2021-04-12
* Set pg_class.reltuples for partitioned tablesAlvaro Herrera2021-04-09
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-08
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-06
* Extended statistics on expressionsTomas Vondra2021-03-27