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
*
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
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix potential memory leakage from HandleParallelMessages().
Tom Lane
2016-08-26
*
Fix logic for adding "parallel worker" context line to worker errors.
Tom Lane
2016-08-26
*
Block interrupts during HandleParallelMessages().
Tom Lane
2016-08-02
*
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-08-01
*
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-30
*
Remove PID from 'parallel worker' context message.
Robert Haas
2016-06-17
*
Fix fuzzy thinking in ReinitializeParallelDSM().
Tom Lane
2016-06-16
*
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
[next]