index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
parallel.sgml
Age
Commit message (
Expand
)
Author
2024-09-26
Doc: InitPlans aren't parallel-restricted any more.
Tom Lane
2024-09-02
doc: Consistently use result set in documentation
Daniel Gustafsson
2024-07-24
Fix a missing article in the documentation
Alvaro Herrera
2024-03-28
Allow "internal" subtransactions in parallel mode.
Tom Lane
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2022-10-20
Doc: fix outdated wording about parallel seq scans
David Rowley
2022-04-20
Remove trailing whitespace from *.sgml files.
Tom Lane
2021-09-02
doc: Replace some uses of "which" by "that" in parallel.sgml
Michael Paquier
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-17
Enable parallelism in REFRESH MATERIALIZED VIEW.
Thomas Munro
2021-03-10
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2020-10-19
Misc documentation fixes.
Heikki Linnakangas
2020-08-31
doc: add commas after 'i.e.' and 'e.g.'
Bruce Momjian
2020-05-14
Doc: tweak examples to silence line-too-long PDF build warnings.
Tom Lane
2020-01-03
Fix typos in parallel query docs.
Amit Kapila
2019-04-08
doc: Fix whitespace
Peter Eisentraut
2019-03-15
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2018-08-16
Proof-reading for documentation.
Thomas Munro
2018-08-01
Update parallel.sgml for Parallel Append
Robert Haas
2018-07-10
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-05-11
docs: clarify that CREATE TABLE ... _AS_ can be parallelized
Bruce Momjian
2018-05-09
doc: Restrictions on InitPlans in parallel queries relaxed.
Robert Haas
2018-03-22
doc: Update parallel join documentation for Parallel Shared Hash.
Robert Haas
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-10-17
Don't use SGML empty tags
Peter Eisentraut
2017-10-05
Allow DML commands that create tables to use parallel query.
Robert Haas
2017-08-10
Make some more improvements to parallel query documentation.
Robert Haas
2017-06-12
Trim trailing whitespace
Peter Eisentraut
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
2017-03-09
Document some new parallel query capabilities.
Robert Haas
2017-02-14
Corrections and improvements to generic parallel query documentation.
Robert Haas
2016-12-23
Spellcheck: s/descendent/descendant/g
Tom Lane
2016-12-17
doc: Remove some trailing whitespace
Peter Eisentraut
2016-12-06
Fix interaction of parallel query with prepared statements.
Robert Haas
2016-12-05
Assorted documentation improvements for max_parallel_workers.
Robert Haas
2016-12-05
Fix typo in docs.
Fujii Masao
2016-10-14
Fix typo.
Tatsuo Ishii
2016-10-13
Fix typo.
Tatsuo Ishii
2016-10-13
Remove spurious word.
Robert Haas
2016-09-21
Add more parallel query documentation.
Robert Haas