aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_table.sgml
Commit message (Expand)AuthorAge
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* doc: clarify PERIOD and WITHOUT OVERLAPS in CREATE TABLEBruce Momjian2024-05-09
* Doc: update documentation about EXCLUDE constraint elements.Tom Lane2024-04-07
* Allow specifying an access method for partitioned tablesAlvaro Herrera2024-03-25
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-03-24
* Revert "Improve compression and storage support with inheritance"Peter Eisentraut2024-02-20
* Improve compression and storage support with inheritancePeter Eisentraut2024-02-16
* doc: Document more that relations share a namespacePeter Eisentraut2024-01-31
* Doc: mention foreign keys can reference unique indexesDavid Rowley2024-01-30
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Catalog not-null constraintsAlvaro Herrera2023-08-25
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-12
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-07
* Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF.Tom Lane2023-03-16
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-25
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-25
* Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane2023-01-09
* Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".Tom Lane2022-11-10
* doc: add section about heap-only tuples (HOT)Bruce Momjian2022-08-12
* Allow specifying STORAGE attribute for a new tablePeter Eisentraut2022-07-13
* Unlogged sequencesPeter Eisentraut2022-04-07
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-08
* doc: Add referential actions to CREATE/ALTER TABLE synopsisPeter Eisentraut2021-11-11
* Doc: be more precise about conflicts between relation names.Tom Lane2021-11-02
* Revert analyze support for partitioned tablesAlvaro Herrera2021-08-16
* doc: Change reloption data type spelling for consistencyPeter Eisentraut2021-06-25
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-18
* 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