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
/
storage
/
ipc
/
procsignal.c
Age
Commit message (
Expand
)
Author
2025-07-29
Handle cancel requests with PID 0 gracefully
Heikki Linnakangas
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-05-07
Fix some comments related to IO workers
Michael Paquier
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-02
Make cancel request keys longer
Heikki Linnakangas
2025-02-27
Fix possible double-release of spinlock in procsignal.c
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-07-29
Fix double-release of spinlock
Heikki Linnakangas
2024-07-29
Fix compiler warning/error about typedef redefinitions
Heikki Linnakangas
2024-07-29
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-02-14
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-09-07
Fix recovery conflict SIGUSR1 handling.
Thomas Munro
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-14
Standardize format for printing PIDs
Peter Eisentraut
2022-05-11
Add logging for excessive ProcSignalBarrier waits.
Thomas Munro
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-02-11
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-09
Make some comments use the term "ProcSignal" for consistency
Michael Paquier
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-06
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-03-01
Remove obsolete comment for WaitForProcSignalBarrier().
Thomas Munro
2021-03-01
Use condition variables for ProcSignalBarriers.
Thomas Munro
2021-02-28
Use SIGURG rather than SIGUSR1 for latches.
Thomas Munro
2021-01-18
Allow for error or refusal while absorbing a ProcSignalBarrier.
Robert Haas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-06
Fix typo in comment
Magnus Hagander
2020-06-17
Avoid potential spinlock in a signal handler as part of global barriers.
Andres Freund
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-19
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-06
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-09
Remove set_latch_on_sigusr1 flag.
Robert Haas
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
[next]