aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_table.sgml
Commit message (Expand)AuthorAge
* 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
* 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
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* doc: Fix typos and other minor issuesPeter Eisentraut2017-09-01
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-21
* Documentation spell checking and markup improvementsPeter Eisentraut2017-06-18
* Docs: improve CREATE TABLE ref page's discussion of partition bounds.Tom Lane2017-06-07
* Don't explicitly mark range partitioning columns NOT NULL.Robert Haas2017-05-18
* Remove unnecessairly duplicated gram.y productionsStephen Frost2017-04-27
* doc: first draft of Postgres 10 release notesBruce Momjian2017-04-24
* Identity columnsPeter Eisentraut2017-04-06
* For foreign keys, check REFERENCES privilege only on the referenced table.Tom Lane2017-03-31
* Don't allocate storage for partitioned tables.Robert Haas2017-03-31
* Tidy up the CREATE TABLE documentation for partitioning.Robert Haas2017-03-27
* doc: Improve markupPeter Eisentraut2017-03-21
* Make partitions automatically inherit OIDs.Robert Haas2017-02-19
* doc: Fix typosPeter Eisentraut2017-02-17
* Improve CREATE TABLE documentation of partitioningSimon Riggs2017-02-10
* doc: Improve documentation related to table partitioning feature.Robert Haas2016-12-13
* Implement table partitioning.Robert Haas2016-12-07
* Improve documentation about CREATE TABLE ... LIKE.Tom Lane2016-07-28
* Eliminate "parallel degree" terminology.Robert Haas2016-06-09
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Add a 'parallel_degree' reloption.Robert Haas2016-04-08
* Improve documentation about PRIMARY KEY constraints.Tom Lane2016-02-07
* Improve documentation around autovacuum-related storage parameters.Tom Lane2015-11-11
* Remove outdated comment about relation level autovacuum freeze limits.Andres Freund2015-10-05
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Add log_min_autovacuum_duration per-table optionAlvaro Herrera2015-04-03
* Apply table and domain CHECK constraints in name order.Tom Lane2015-03-23