aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/parallel.sgml
Commit message (Expand)AuthorAge
* Doc: InitPlans aren't parallel-restricted any more.Tom Lane2024-09-26
* doc: Consistently use result set in documentationDaniel Gustafsson2024-09-02
* Fix a missing article in the documentationAlvaro Herrera2024-07-24
* Allow "internal" subtransactions in parallel mode.Tom Lane2024-03-28
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Doc: fix outdated wording about parallel seq scansDavid Rowley2022-10-21
* Remove trailing whitespace from *.sgml files.Tom Lane2022-04-20
* doc: Replace some uses of "which" by "that" in parallel.sgmlMichael Paquier2021-09-02
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Enable parallelism in REFRESH MATERIALIZED VIEW.Thomas Munro2021-03-17
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-10
* Misc documentation fixes.Heikki Linnakangas2020-10-19
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-31
* Doc: tweak examples to silence line-too-long PDF build warnings.Tom Lane2020-05-14
* Fix typos in parallel query docs.Amit Kapila2020-01-03
* doc: Fix whitespacePeter Eisentraut2019-04-08
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* Proof-reading for documentation.Thomas Munro2018-08-17
* Update parallel.sgml for Parallel AppendRobert Haas2018-08-01
* Remove dynamic_shared_memory_type=nonePeter Eisentraut2018-07-10
* docs: clarify that CREATE TABLE ... _AS_ can be parallelizedBruce Momjian2018-05-10
* doc: Restrictions on InitPlans in parallel queries relaxed.Robert Haas2018-05-09
* doc: Update parallel join documentation for Parallel Shared Hash.Robert Haas2018-03-22
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Allow DML commands that create tables to use parallel query.Robert Haas2017-10-05
* Make some more improvements to parallel query documentation.Robert Haas2017-08-10
* Trim trailing whitespacePeter Eisentraut2017-06-12
* Capitalize names of PLs consistentlyPeter Eisentraut2017-04-05
* Document some new parallel query capabilities.Robert Haas2017-03-09
* Corrections and improvements to generic parallel query documentation.Robert Haas2017-02-14
* Spellcheck: s/descendent/descendant/gTom Lane2016-12-23
* doc: Remove some trailing whitespacePeter Eisentraut2016-12-17
* Fix interaction of parallel query with prepared statements.Robert Haas2016-12-06
* Assorted documentation improvements for max_parallel_workers.Robert Haas2016-12-05
* Fix typo in docs.Fujii Masao2016-12-05
* Fix typo.Tatsuo Ishii2016-10-14
* Fix typo.Tatsuo Ishii2016-10-14
* Remove spurious word.Robert Haas2016-10-12
* Add more parallel query documentation.Robert Haas2016-09-21