aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
Commit message (Expand)AuthorAge
* Use multi-inserts for pg_attribute and pg_shdependMichael Paquier2020-07-31
* Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier2020-07-15
* Fix timing issue with ALTER TABLE's validate constraintDavid Rowley2020-07-14
* Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier2020-07-11
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Don't create pg_type entries for sequences or toast tables.Tom Lane2020-07-07
* Fix some comments referring to past featuresMichael Paquier2020-06-15
* 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
* 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