aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* 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
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Allow whole-row Vars to be used in partitioning expressions.Tom Lane2019-12-25
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Disallow partition key expressions that return pseudo-types.Tom Lane2019-12-23
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Remove ATPrepSetStatisticsPeter Eisentraut2019-12-11
* Add object TRUNCATE hookJoe Conway2019-11-23
* Split handling of reloptions for partitioned tablesMichael Paquier2019-11-14
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix failure when creating cloned indexes for a partitionMichael Paquier2019-11-02
* Fix dependency handling of column drop with partitioned tablesMichael Paquier2019-10-13
* Fix table rewrites that include a column without a default.Andres Freund2019-10-09
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-07
* Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera2019-09-03
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Check that partitions are not in use when dropping constraintsAlvaro Herrera2019-07-23
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Make identity sequence management more robustPeter Eisentraut2019-07-22
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Fix thinko in construction of old_conpfeqop list.Tom Lane2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Propagate trigger arguments to partitionsAlvaro Herrera2019-07-09
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera2019-06-28
* Fix partitioned index creation with foreign partitionsAlvaro Herrera2019-06-26
* Purely-cosmetic adjustments in tablecmds.c.Tom Lane2019-06-24
* Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane2019-06-24
* Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane2019-06-12
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Fix default_tablespace usage for partitioned tablesAlvaro Herrera2019-06-07
* Rework code using list_delete_cell() in MergeAttributesMichael Paquier2019-06-05
* Fix unsafe memory management in CloneRowTriggersToPartition().Tom Lane2019-06-03
* Fix typos.Amit Kapila2019-05-26
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* More message style fixesAlvaro Herrera2019-05-16