aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Fix unexpected error messages for various flavors of ALTER TABLEMichael Paquier2021-07-14
* Don't set a fast default for anything but a plain tableAndrew Dunstan2021-06-18
* Fix usage of "tableoid" in GENERATED expressions.Tom Lane2021-05-21
* 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
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-14
* Disallow ALTER TABLE ONLY / DROP EXPRESSIONPeter Eisentraut2020-11-03
* Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera2020-10-20
* Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane2020-09-28
* Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.Tom Lane2020-09-16
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Raise error on concurrent drop of partitioned indexAlvaro Herrera2020-09-01
* Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.Tom Lane2020-08-22
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Fix timing issue with ALTER TABLE's validate constraintDavid Rowley2020-07-14
* Add missing error code to "cannot attach index ..." error.Heikki Linnakangas2020-05-28
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Fix several DDL issues of generated columns versus inheritancePeter Eisentraut2020-05-08
* Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut2020-05-08
* Remove bogus Assert in foreign key cloning codeDavid Rowley2020-04-22
* Fix detaching partitions with cloned row triggersAlvaro Herrera2020-04-21
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-10
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Implement operator class parametersAlexander Korotkov2020-03-30
* Add object names to partition integrity violations.Amit Kapila2020-03-23
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera2020-03-18
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Code simplificationPeter Eisentraut2020-03-09
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Record parents of triggersAlvaro Herrera2020-02-27
* Fix failure to create FKs correctly in partitionsAlvaro Herrera2020-02-07
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao2020-01-31
* Added relation name in error messages for constraint checks.Amit Kapila2020-01-28
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-22
* Clarify behavior of adding and altering a column in same ALTER command.Tom Lane2020-01-21
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-15
* ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut2020-01-14
* Fix handling of generated columns in ALTER TABLE.Tom Lane2020-01-08
* Fix cloning of row triggers to sub-partitionsAlvaro Herrera2020-01-02
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-02