index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
/
create_table.sgml
Commit message (
Expand
)
Author
Age
*
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
*
doc: move PARTITION OF stanza to just below PARTITION BY
Alvaro Herrera
2018-07-17
*
Documentation updates for partitioning.
Robert Haas
2018-05-07
*
Fix handling of partition bounds for boolean partitioning columns.
Tom Lane
2018-04-23
*
Improve docs for the new INCLUDE directive in CREATE/ALTER TABLE.
Heikki Linnakangas
2018-04-18
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Fix badly edited doc sentence
Alvaro Herrera
2018-04-06
*
Foreign keys on partitioned tables
Alvaro Herrera
2018-04-04
*
doc: Reword restriction on partition keys in unique indexes
Alvaro Herrera
2018-03-12
*
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-05
*
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
*
Doc: fix minor bug in CREATE TABLE example.
Tom Lane
2018-02-15
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-23
*
Doc: fix broken markup.
Tom Lane
2017-11-21
*
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-11-20
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Convert SGML IDs to lower case
Peter Eisentraut
2017-10-20
*
Don't use SGML empty tags
Peter Eisentraut
2017-10-17
*
Use lower-case SGML attribute values
Peter Eisentraut
2017-10-10
*
After a MINVALUE/MAXVALUE bound, allow only more of the same.
Robert Haas
2017-09-15
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
doc: Fix typos and other minor issues
Peter Eisentraut
2017-09-01
*
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-21
*
Documentation spell checking and markup improvements
Peter Eisentraut
2017-06-18
*
Docs: improve CREATE TABLE ref page's discussion of partition bounds.
Tom Lane
2017-06-07
*
Don't explicitly mark range partitioning columns NOT NULL.
Robert Haas
2017-05-18
*
Remove unnecessairly duplicated gram.y productions
Stephen Frost
2017-04-27
*
doc: first draft of Postgres 10 release notes
Bruce Momjian
2017-04-24
*
Identity columns
Peter Eisentraut
2017-04-06
*
For foreign keys, check REFERENCES privilege only on the referenced table.
Tom Lane
2017-03-31
*
Don't allocate storage for partitioned tables.
Robert Haas
2017-03-31
*
Tidy up the CREATE TABLE documentation for partitioning.
Robert Haas
2017-03-27
*
doc: Improve markup
Peter Eisentraut
2017-03-21
*
Make partitions automatically inherit OIDs.
Robert Haas
2017-02-19
*
doc: Fix typos
Peter Eisentraut
2017-02-17
*
Improve CREATE TABLE documentation of partitioning
Simon Riggs
2017-02-10
*
doc: Improve documentation related to table partitioning feature.
Robert Haas
2016-12-13
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Improve documentation about CREATE TABLE ... LIKE.
Tom Lane
2016-07-28
*
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-09
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-08
*
Improve documentation about PRIMARY KEY constraints.
Tom Lane
2016-02-07
*
Improve documentation around autovacuum-related storage parameters.
Tom Lane
2015-11-11
*
Remove outdated comment about relation level autovacuum freeze limits.
Andres Freund
2015-10-05
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
*
Apply table and domain CHECK constraints in name order.
Tom Lane
2015-03-23
[next]