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