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
/
lmgr
/
proc.c
Commit message (
Expand
)
Author
Age
*
Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit
Andres Freund
2022-11-19
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
doc: Fix some grammar and inconsistencies
Michael Paquier
2020-09-10
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Allow page lock to conflict among parallel group members.
Amit Kapila
2020-03-21
*
Allow relation extension lock to conflict among parallel group members.
Amit Kapila
2020-03-20
*
Fix typo in proc.c
Michael Paquier
2020-02-07
*
Remove STATUS_FOUND
Peter Eisentraut
2020-01-11
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Remove obsolete comments about sempahores from proc.c.
Thomas Munro
2019-06-21
*
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-12
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Fix the initialization of atomic variables introduced by the
Amit Kapila
2018-11-13
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Use group updates when setting transaction status in clog.
Robert Haas
2017-09-01
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
*
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-10
*
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-09
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
Support condition variables.
Robert Haas
2016-11-22
*
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-05
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Change API of ShmemAlloc() so it throws error rather than returning NULL.
Tom Lane
2016-09-01
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Add idle_in_transaction_session_timeout.
Robert Haas
2016-03-16
*
Rework wait for AccessExclusiveLocks on Hot Standby
Simon Riggs
2016-03-10
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
*
Remove redundant PGPROC.lockGroupLeaderIdentifier field.
Tom Lane
2016-02-22
*
Fix incorrect decision about which lock to take.
Robert Haas
2016-02-21
*
Cosmetic improvements to group locking.
Robert Haas
2016-02-21
*
Rename PGPROC fields related to group XID clearing again.
Robert Haas
2016-02-11
*
Introduce group locking to prevent parallel processes from deadlocking.
Robert Haas
2016-02-07
*
Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.
Robert Haas
2016-01-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove volatile qualifiers from proc.c and procarray.c
Robert Haas
2015-10-16
*
Assorted code review for recent ProcArrayLock patch.
Robert Haas
2015-09-03
*
Reduce ProcArrayLock contention by removing backends in batches.
Robert Haas
2015-08-06
[next]