]> granicus.if.org Git - postgresql/history - doc/src/sgml/ref/create_table.sgml
Fix initialization of fake LSN for unlogged relations
[postgresql] / doc / src / sgml / ref / create_table.sgml
2019-10-25 Peter Eisentrautdoc: Use proper em and en dashes
2019-09-08 Peter Eisentrautdoc: Clean up title case use
2019-08-20 Michael PaquierDoc: Improve wording of multiple places in documentation
2019-08-08 Alvaro HerreraClarify the default partition's role
2019-06-25 Michael PaquierAdd toast-level reloption for vacuum_index_cleanup
2019-05-27 Peter Eisentrautdoc: Fix generated column documentation
2019-05-08 Thomas MunroFix copy-and-paste mistakes in documentation.
2019-05-07 Fujii MasaoAdd TRUNCATE parameter to VACUUM.
2019-04-25 Alvaro HerreraFix tablespace inheritance for partitioned rels
2019-04-16 Fujii MasaoAdd index terms for reloptions in documentation.
2019-04-08 Fujii MasaoAdd vacuum_truncate reloption.
2019-04-04 Robert HaasAllow VACUUM to be run with index cleanup disabled.
2019-04-04 Andres Freundtableam: basic documentation.
2019-04-03 Alvaro HerreraSupport foreign keys that reference partitioned tables
2019-03-30 Peter Eisentrautdoc: Fix typo
2019-03-30 Peter EisentrautGenerated columns
2019-03-27 Michael PaquierImprove error handling of column references in expressi...
2019-03-10 Tom LaneConvert [autovacuum_]vacuum_cost_delay into floating...
2019-01-25 Peter EisentrautAllow generalized expression syntax for partition bounds
2018-12-28 Michael PaquierClarify referential actions in docs of CREATE/ALTER...
2018-12-17 Alvaro HerreraFix tablespace handling for partitioned tables
2018-11-26 Alvaro HerreraClarify that cross-row constraints are unsupported
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-09 Michael PaquierFix dependency handling of partitions and inheritance...
2018-09-21 Michael PaquierDocument lock taken on referenced table when adding...
2018-09-04 Tom LaneFully enforce uniqueness of constraint names.
2018-07-18 Tom LaneDrop the rule against included index columns duplicatin...
2018-07-17 Alvaro Herreradoc: move PARTITION OF stanza to just below PARTITION BY
2018-07-04 Peter Eisentrautdoc: Reorganize CREATE TABLE / LIKE option documentation
2018-05-07 Robert HaasDocumentation updates for partitioning.
2018-04-23 Tom LaneFix handling of partition bounds for boolean partitioni...
2018-04-18 Heikki LinnakangasImprove docs for the new INCLUDE directive in CREATE...
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-04-06 Alvaro HerreraFix badly edited doc sentence
2018-04-04 Alvaro HerreraForeign keys on partitioned tables
2018-03-12 Alvaro Herreradoc: Reword restriction on partition keys in unique...
2018-03-05 Alvaro HerreraClone extended stats in CREATE TABLE (LIKE INCLUDING...
2018-02-19 Alvaro HerreraAllow UNIQUE indexes on partitioned tables
2018-02-15 Tom LaneDoc: fix minor bug in CREATE TABLE example.
2018-02-02 Robert HaasSupport parallel btree index builds.
2017-11-23 Peter EisentrautConvert documentation to DocBook XML
2017-11-21 Tom LaneDoc: fix broken markup.
2017-11-19 Simon RiggsParameter toast_tuple_target controls TOAST for new...
2017-11-09 Robert HaasAdd hash partitioning.
2017-10-20 Peter EisentrautConvert SGML IDs to lower case
2017-10-17 Peter EisentrautDon't use SGML empty tags
2017-10-10 Peter EisentrautUse lower-case SGML attribute values
2017-09-16 Robert HaasAfter a MINVALUE/MAXVALUE bound, allow only more of...
2017-09-08 Robert HaasAllow a partitioned table to have a default partition.
2017-09-02 Peter Eisentrautdoc: Fix typos and other minor issues
2017-07-21 Dean RasheedUse MINVALUE/MAXVALUE instead of UNBOUNDED for range...
2017-06-18 Peter EisentrautDocumentation spell checking and markup improvements
2017-06-07 Tom LaneDocs: improve CREATE TABLE ref page's discussion of...
2017-05-18 Robert HaasDon't explicitly mark range partitioning columns NOT...
2017-04-28 Stephen FrostRemove unnecessairly duplicated gram.y productions
2017-04-25 Bruce Momjiandoc: first draft of Postgres 10 release notes
2017-04-06 Peter EisentrautIdentity columns
2017-03-31 Tom LaneFor foreign keys, check REFERENCES privilege only on...
2017-03-31 Robert HaasDon't allocate storage for partitioned tables.
2017-03-27 Robert HaasTidy up the CREATE TABLE documentation for partitioning.
2017-03-21 Peter Eisentrautdoc: Improve markup
2017-02-19 Robert HaasMake partitions automatically inherit OIDs.
2017-02-17 Peter Eisentrautdoc: Fix typos
2017-02-10 Simon RiggsImprove CREATE TABLE documentation of partitioning
2016-12-13 Robert Haasdoc: Improve documentation related to table partitionin...
2016-12-07 Robert HaasImplement table partitioning.
2016-07-28 Tom LaneImprove documentation about CREATE TABLE ... LIKE.
2016-06-09 Robert HaasEliminate "parallel degree" terminology.
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-04-08 Robert HaasAdd a 'parallel_degree' reloption.
2016-02-07 Tom LaneImprove documentation about PRIMARY KEY constraints.
2015-11-11 Tom LaneImprove documentation around autovacuum-related storage...
2015-10-05 Andres FreundRemove outdated comment about relation level autovacuum...
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-03 Alvaro HerreraAdd log_min_autovacuum_duration per-table option
2015-03-23 Tom LaneApply table and domain CHECK constraints in name order.
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-20 Bruce Momjiandoc: add comma for clarity
2014-07-09 Peter EisentrautFix whitespace
2014-03-18 Robert HaasDocumentation for logical decoding.
2014-02-24 Peter Eisentrautdoc: Improve DocBook XML validity
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-01-25 Bruce Momjiandocs: mention CREATE TABLE LIKE linkage using INCLUDING...
2013-09-23 Robert HaasDon't allow system columns in CHECK constraints, except...
2013-05-31 Peter EisentrautRemove whitespace from end of lines
2013-05-21 Peter EisentrautDocumentation spell checking and markup improvements
2013-02-11 Heikki LinnakangasSupport unlogged GiST index.
2012-11-13 Peter Eisentrautdoc: Add link to CREATE TABLE AS on CREATE TABLE refere...
2012-08-26 Bruce MomjianClarify documentation that primary key and unique const...
2012-07-24 Alvaro HerreraChange syntax of new CHECK NO INHERIT constraints
2012-06-21 Peter EisentrautMake placeholders in SQL command help more consistent...
2012-06-18 Tom LaneChange ON UPDATE SET NULL/SET DEFAULT referential actio...
2012-06-13 Tom LaneFix description of SQL-standard meaning of CREATE LOCAL...
2012-06-13 Tom LaneDeprecate use of GLOBAL and LOCAL in temp table creation.
2012-04-24 Robert HaasMinor improvements for CHECK NO INHERIT documentation.
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-03-03 Peter EisentrautAllow CREATE TABLE (LIKE ...) from composite type
2012-01-10 Peter EisentrautSupport CREATE TABLE (LIKE ...) with foreign tables...
2012-01-07 Peter EisentrautRename the internal structures of the CREATE TABLE...
next