aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_table.sgml
Commit message (Expand)AuthorAge
* Document partitiong tables ancillary object handling some moreAlvaro Herrera2020-04-21
* Doc: Fix type of some storage parameters in CREATE TABLE pageMichael Paquier2020-03-23
* Add note about how each partition's default value is treated, into the doc.Fujii Masao2020-02-05
* doc: Clean up title case usePeter Eisentraut2019-09-08
* Doc: Improve wording of multiple places in documentationMichael Paquier2019-08-20
* Clarify the default partition's roleAlvaro Herrera2019-08-08
* Add toast-level reloption for vacuum_index_cleanupMichael Paquier2019-06-25
* doc: Fix generated column documentationPeter Eisentraut2019-05-27
* Fix copy-and-paste mistakes in documentation.Thomas Munro2019-05-08
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-08
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* Add index terms for reloptions in documentation.Fujii Masao2019-04-16
* Add vacuum_truncate reloption.Fujii Masao2019-04-08
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-04
* tableam: basic documentation.Andres Freund2019-04-03
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-03
* doc: Fix typoPeter Eisentraut2019-03-30
* Generated columnsPeter Eisentraut2019-03-30
* Improve error handling of column references in expression transformationMichael Paquier2019-03-27
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-10
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-25
* Clarify referential actions in docs of CREATE/ALTER TABLEMichael Paquier2018-12-28
* Fix tablespace handling for partitioned tablesAlvaro Herrera2018-12-17
* Clarify that cross-row constraints are unsupportedAlvaro Herrera2018-11-26
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix dependency handling of partitions and inheritance for ON COMMITMichael Paquier2018-11-09
* Document lock taken on referenced table when adding a foreign keyMichael Paquier2018-09-21
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Drop the rule against included index columns duplicating key columns.Tom Lane2018-07-18
* doc: move PARTITION OF stanza to just below PARTITION BYAlvaro Herrera2018-07-17
* doc: Reorganize CREATE TABLE / LIKE option documentationPeter Eisentraut2018-07-04
* Documentation updates for partitioning.Robert Haas2018-05-07
* Fix handling of partition bounds for boolean partitioning columns.Tom Lane2018-04-23
* Improve docs for the new INCLUDE directive in CREATE/ALTER TABLE.Heikki Linnakangas2018-04-18
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Fix badly edited doc sentenceAlvaro Herrera2018-04-06
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-04
* doc: Reword restriction on partition keys in unique indexesAlvaro Herrera2018-03-12
* Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera2018-03-05
* Allow UNIQUE indexes on partitioned tablesAlvaro Herrera2018-02-19
* Doc: fix minor bug in CREATE TABLE example.Tom Lane2018-02-15
* Support parallel btree index builds.Robert Haas2018-02-02
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Doc: fix broken markup.Tom Lane2017-11-21
* Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs2017-11-20
* Add hash partitioning.Robert Haas2017-11-09
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Use lower-case SGML attribute valuesPeter Eisentraut2017-10-10
* After a MINVALUE/MAXVALUE bound, allow only more of the same.Robert Haas2017-09-15