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
/
src
/
backend
/
access
/
transam
/
parallel.c
Age
Commit message (
Expand
)
Author
2025-03-05
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-03-03
Allow parallel CREATE INDEX for GIN indexes
Tomas Vondra
2025-02-14
Use PqMsg_Progress macro in HandleParallelMessage().
Nathan Bossart
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-08
Improve fix for not entering parallel mode when holding interrupts.
Tom Lane
2024-10-24
Fix parallel worker tracking of new catalog relfilenumbers.
Noah Misch
2024-09-20
Restore relmapper state early enough in parallel workers.
Tom Lane
2024-08-06
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-01
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-03-28
Allow "internal" subtransactions in parallel mode.
Tom Lane
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Remove unused ParallelWorkerInfo.pid field
Heikki Linnakangas
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-08-23
Introduce macros for protocol characters.
Nathan Bossart
2023-07-13
Rename session_auth_is_superuser to current_role_is_superuser.
Nathan Bossart
2023-07-11
Add new parallel message type to progress reporting.
Masahiko Sawada
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-29
Introduce SYSTEM_USER
Michael Paquier
2022-09-27
Mark ParallelMessagePending as sig_atomic_t
Michael Paquier
2022-08-24
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-23
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-10-04
Fix duplicate words in comments
Daniel Gustafsson
2021-08-25
Fix broken snapshot handling in parallel workers.
Robert Haas
2021-08-07
Make parallel worker shutdown complete entirely via before_shmem_exit().
Andres Freund
2021-01-04
Rename "enum blacklist" to "uncommitted enums".
Thomas Munro
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-04-14
Comments and doc fixes for commit 40d964ec99.
Amit Kapila
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-01-20
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-03-15
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-10-08
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-06
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-09-20
Defer restoration of libraries in parallel workers.
Thomas Munro
2018-08-10
Handle parallel index builds on mapped relations.
Peter Geoghegan
[next]