summaryrefslogtreecommitdiff
path: root/doc/src/sgml/parallel.sgml
AgeCommit message (Expand)Author
2024-09-26Doc: InitPlans aren't parallel-restricted any more.Tom Lane
2024-09-02doc: Consistently use result set in documentationDaniel Gustafsson
2024-07-24Fix a missing article in the documentationAlvaro Herrera
2024-03-28Allow "internal" subtransactions in parallel mode.Tom Lane
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2022-10-20Doc: fix outdated wording about parallel seq scansDavid Rowley
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2021-09-02doc: Replace some uses of "which" by "that" in parallel.sgmlMichael Paquier
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-17Enable parallelism in REFRESH MATERIALIZED VIEW.Thomas Munro
2021-03-10Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila
2020-10-19Misc documentation fixes.Heikki Linnakangas
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-05-14Doc: tweak examples to silence line-too-long PDF build warnings.Tom Lane
2020-01-03Fix typos in parallel query docs.Amit Kapila
2019-04-08doc: Fix whitespacePeter Eisentraut
2019-03-15Enable parallel query with SERIALIZABLE isolation.Thomas Munro
2018-08-16Proof-reading for documentation.Thomas Munro
2018-08-01Update parallel.sgml for Parallel AppendRobert Haas
2018-07-10Remove dynamic_shared_memory_type=nonePeter Eisentraut
2018-05-11docs: clarify that CREATE TABLE ... _AS_ can be parallelizedBruce Momjian
2018-05-09doc: Restrictions on InitPlans in parallel queries relaxed.Robert Haas
2018-03-22doc: Update parallel join documentation for Parallel Shared Hash.Robert Haas
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-05Allow DML commands that create tables to use parallel query.Robert Haas
2017-08-10Make some more improvements to parallel query documentation.Robert Haas
2017-06-12Trim trailing whitespacePeter Eisentraut
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-03-09Document some new parallel query capabilities.Robert Haas
2017-02-14Corrections and improvements to generic parallel query documentation.Robert Haas
2016-12-23Spellcheck: s/descendent/descendant/gTom Lane
2016-12-17doc: Remove some trailing whitespacePeter Eisentraut
2016-12-06Fix interaction of parallel query with prepared statements.Robert Haas
2016-12-05Assorted documentation improvements for max_parallel_workers.Robert Haas
2016-12-05Fix typo in docs.Fujii Masao
2016-10-14Fix typo.Tatsuo Ishii
2016-10-13Fix typo.Tatsuo Ishii
2016-10-13Remove spurious word.Robert Haas
2016-09-21Add more parallel query documentation.Robert Haas