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