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