aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_table.sgml
Commit message (Expand)AuthorAge
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* doc: Add missing COMPRESSION into CREATE TABLE synopsis.Fujii Masao2021-04-15
* Document ANALYZE storage parameters for partitioned tablesAlvaro Herrera2021-04-09
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-09
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Doc: Update description for parallel insert reloption.Amit Kapila2021-03-18
* Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila2021-03-18
* Forbid marking an identity column as nullable.Tom Lane2021-03-12
* Fix typoMagnus Hagander2021-02-17
* Doc: clarify that CREATE TABLE discards redundant unique constraints.Tom Lane2020-12-08
* Clarify temporary table name shadowing in CREATE TABLE docsMagnus Hagander2020-11-02
* doc: Mention that toast_tuple_target affects also column marked as Main.Fujii Masao2020-10-15
* Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut2020-10-03
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-31
* doc: Spell checkingPeter Eisentraut2020-07-05
* Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane2020-05-11
* Document partitiong tables ancillary object handling some moreAlvaro Herrera2020-04-21
* Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut2020-03-31
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* 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 Masao2019-12-26
* doc: Use proper em and en dashesPeter Eisentraut2019-10-25
* 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