index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
parallel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
1
-0
/
+8
*
Mark ParallelMessagePending as sig_atomic_t
Michael Paquier
2022-09-27
1
-1
/
+1
*
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-24
1
-1
/
+18
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-23
1
-1
/
+1
*
Fix duplicate words in comments
Daniel Gustafsson
2021-10-04
1
-1
/
+1
*
Fix broken snapshot handling in parallel workers.
Robert Haas
2021-08-25
1
-14
/
+38
*
Make parallel worker shutdown complete entirely via before_shmem_exit().
Andres Freund
2021-08-06
1
-1
/
+13
*
Rename "enum blacklist" to "uncommitted enums".
Thomas Munro
2021-01-05
1
-15
/
+16
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
1
-18
/
+18
*
Comments and doc fixes for commit 40d964ec99.
Amit Kapila
2020-04-14
1
-1
/
+1
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
1
-4
/
+22
*
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-20
1
-2
/
+24
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-2
/
+1
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
1
-11
/
+7
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
1
-7
/
+3
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-09
1
-1
/
+19
*
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
1
-0
/
+11
*
Defer restoration of libraries in parallel workers.
Thomas Munro
2018-09-20
1
-9
/
+9
*
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-08-10
1
-1
/
+18
*
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
1
-7
/
+9
*
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-10
1
-7
/
+0
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
1
-1
/
+2
*
Be more wary about shm_toc_lookup failure.
Tom Lane
2018-02-02
1
-12
/
+15
*
Support parallel btree index builds.
Robert Haas
2018-02-02
1
-3
/
+9
*
Add new function WaitForParallelWorkersToAttach.
Robert Haas
2018-02-02
1
-8
/
+144
*
Report an ERROR if a parallel worker fails to start properly.
Robert Haas
2018-01-23
1
-9
/
+109
*
Transfer state pertaining to pending REINDEX operations to workers.
Robert Haas
2018-01-19
1
-1
/
+17
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Fix ReinitializeParallelDSM to tolerate finding no error queues.
Robert Haas
2017-11-28
1
-2
/
+3
*
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
1
-0
/
+11
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
1
-2
/
+2
*
Add background worker type
Peter Eisentraut
2017-09-29
1
-0
/
+1
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
1
-3
/
+41
*
Clean up shm_mq cleanup.
Tom Lane
2017-08-31
1
-3
/
+3
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-4
/
+4
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-1
/
+1
*
Clean up latch related code.
Andres Freund
2017-06-06
1
-2
/
+2
*
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-05
1
-19
/
+12
*
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
2017-04-16
1
-1
/
+1
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
1
-88
/
+105
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
1
-3
/
+3
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
1
-1
/
+2
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
1
-1
/
+3
[next]