index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
procsignal.c
Age
Commit message (
Expand
)
Author
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-03
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-12
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-01-07
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-02
Remove obsolete comment for WaitForProcSignalBarrier().
Thomas Munro
2021-03-01
Use condition variables for ProcSignalBarriers.
Thomas Munro
2021-03-01
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-02
Update copyright for 2018
Bruce Momjian
2017-06-05
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
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-31
Clear MyProc and MyProcSignalState before they become invalid.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-08-28
Allow discovery of whether a dynamic background worker is running.
Robert Haas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-09-20
Remove execdesc.h inclusion from tcopprot.h
Alvaro Herrera
2012-07-18
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
[next]