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 some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-03-05
*
Allow parallel CREATE INDEX for GIN indexes
Tomas Vondra
2025-03-03
*
Use PqMsg_Progress macro in HandleParallelMessage().
Nathan Bossart
2025-02-14
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-28
*
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-11
*
Improve fix for not entering parallel mode when holding interrupts.
Tom Lane
2024-11-08
*
Fix parallel worker tracking of new catalog relfilenumbers.
Noah Misch
2024-10-24
*
Restore relmapper state early enough in parallel workers.
Tom Lane
2024-09-19
*
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-08-06
*
Clean up handling of client_encoding GUC in parallel workers.
Tom Lane
2024-08-06
*
Revert "Allow parallel workers to cope with a newly-created session user ID."
Tom Lane
2024-07-31
*
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-07-31
*
Allow "internal" subtransactions in parallel mode.
Tom Lane
2024-03-28
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Remove unused ParallelWorkerInfo.pid field
Heikki Linnakangas
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-12-08
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
Rename session_auth_is_superuser to current_role_is_superuser.
Nathan Bossart
2023-07-12
*
Add new parallel message type to progress reporting.
Masahiko Sawada
2023-07-11
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
*
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
[next]