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