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