aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/proc.c
Commit message (Expand)AuthorAge
* Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier2019-02-12
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Fix the initialization of atomic variables introduced by theAmit Kapila2018-11-13
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Update copyright for 2018Bruce Momjian2018-01-02
* Use group updates when setting transaction status in clog.Robert Haas2017-09-01
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Show more processes in pg_stat_activity.Robert Haas2017-03-26
* Revert "Use group updates when setting transaction status in clog."Robert Haas2017-03-10
* Use group updates when setting transaction status in clog.Robert Haas2017-03-09
* Don't count background workers against a user's connection limit.Andrew Dunstan2017-02-01
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make the different Unix-y semaphore implementations ABI-compatible.Tom Lane2016-12-12
* Add support for temporary replication slotsPeter Eisentraut2016-12-12
* Support condition variables.Robert Haas2016-11-22
* Rename WAIT_* constants to PG_WAIT_*.Robert Haas2016-10-05
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Change API of ShmemAlloc() so it throws error rather than returning NULL.Tom Lane2016-09-01
* pgindent run for 9.6Robert Haas2016-06-09
* Add idle_in_transaction_session_timeout.Robert Haas2016-03-16
* Rework wait for AccessExclusiveLocks on Hot StandbySimon Riggs2016-03-10
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Remove redundant PGPROC.lockGroupLeaderIdentifier field.Tom Lane2016-02-22
* Fix incorrect decision about which lock to take.Robert Haas2016-02-21
* Cosmetic improvements to group locking.Robert Haas2016-02-21
* Rename PGPROC fields related to group XID clearing again.Robert Haas2016-02-11
* Introduce group locking to prevent parallel processes from deadlocking.Robert Haas2016-02-07
* Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.Robert Haas2016-01-29
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove volatile qualifiers from proc.c and procarray.cRobert Haas2015-10-16
* Assorted code review for recent ProcArrayLock patch.Robert Haas2015-09-03
* Reduce ProcArrayLock contention by removing backends in batches.Robert Haas2015-08-06
* Reduce chatter from signaling of autovacuum workers.Tom Lane2015-07-28
* Centralize decision-making about where to get a backend's PGPROC.Robert Haas2015-07-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Move deadlock and other interrupt handling in proc.c out of signal handlers.Andres Freund2015-02-03
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Update copyright for 2015Bruce Momjian2015-01-06
* Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.Andres Freund2014-12-25
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-30
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* pgindent run for 9.4Bruce Momjian2014-05-06
* Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao2014-03-13
* Introduce logical decoding.Robert Haas2014-03-03
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Introduce replication slots.Robert Haas2014-01-31
* Clear MyProc and MyProcSignalState before they become invalid.Robert Haas2014-01-31