aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ddl.sgml
Commit message (Expand)AuthorAge
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Clarify docs about limitations of constraint exclusion with partitionsMichael Paquier2019-02-12
* Doc: Update the documentation for row movement behavior across partitions.Amit Kapila2019-02-07
* Clarify runtime pruning in EXPLAINAlvaro Herrera2018-12-17
* Doc: document that we expect CHECK constraint conditions to be immutable.Tom Lane2018-12-07
* Refactor documentation about privileges to centralize the info.Tom Lane2018-12-03
* Clarify that cross-row constraints are unsupportedAlvaro Herrera2018-11-26
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* doc: Small punctuation improvementPeter Eisentraut2018-11-12
* doc: Small run-time pruning doc fixPeter Eisentraut2018-11-12
* Fix documentation for run-time partition pruningMichael Paquier2018-08-24
* Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut2018-08-22
* Doc: fix oversimplified example for CREATE POLICY.Tom Lane2018-07-30
* Document security implications of qualified names.Noah Misch2018-07-28
* doc: Reword old inheritance partitioning documentationPeter Eisentraut2018-07-05
* doc: Fix typosPeter Eisentraut2018-07-05
* doc: Replace non-ASCII lines in psql example outputPeter Eisentraut2018-06-29
* Clarify use of temporary tables within partition treesMichael Paquier2018-06-20
* Tweak partitioning documentation wordingAlvaro Herrera2018-06-01
* docs: Rework sections on partition pruning/exclusionAlvaro Herrera2018-05-12
* doc: Correct update on limitations of partitionsPeter Eisentraut2018-05-02
* doc: Update limitations of partitionsPeter Eisentraut2018-05-01
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-23
* Doc: fix broken markup.Tom Lane2018-04-06
* Allow insert and update tuple routing and COPY for foreign tables.Robert Haas2018-04-06
* Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera2018-03-26
* docs: Fix typo: a -> anAlvaro Herrera2018-03-12
* Remove doc sentence no longer applicableAlvaro Herrera2018-03-12
* Document security implications of search_path and the public schema.Noah Misch2018-02-26
* Allow UNIQUE indexes on partitioned tablesAlvaro Herrera2018-02-19
* Add missing articleAlvaro Herrera2018-02-12
* Mention partitioned indexes in "Data Definition" chapterAlvaro Herrera2018-02-10
* Add missing semicolons in documentation examplesMagnus Hagander2018-01-27
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas2017-12-01
* SQL proceduresPeter Eisentraut2017-11-30
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Add hash partitioning.Robert Haas2017-11-09
* Doc: fix erroneous example.Tom Lane2017-11-08
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Documentation spell checking and markup improvementsPeter Eisentraut2017-06-18
* Fix some cases of "the the" split across two lines.Robert Haas2017-06-06
* Allow ALTER TABLE ONLY on partitioned tablesStephen Frost2017-04-25
* Further corrections and improvements to partitioning documentation.Robert Haas2017-04-03
* Improve documentation for table partitioning.Robert Haas2017-03-31
* Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."Robert Haas2017-03-31
* Allow ON CONFLICT .. DO NOTHING on a partitioned table.Robert Haas2017-03-27
* Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.Robert Haas2017-03-02
* doc: Add missing comma.Robert Haas2017-02-22