aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/proc.h
Commit message (Expand)AuthorAge
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-14
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-14
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-14
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Remove PROC_IN_ANALYZE and derived flagsAlvaro Herrera2020-08-07
* Remove STATUS_WAITINGPeter Eisentraut2020-06-17
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-07
* Add GUC variables for stat tracking and timeout as PGDLLIMPORTMichael Paquier2020-01-21
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier2019-02-12
* Update copyright for 2019Bruce Momjian2019-01-02
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Update copyright for 2018Bruce Momjian2018-01-02
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* Use group updates when setting transaction status in clog.Robert Haas2017-09-01
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Show more processes in pg_stat_activity.Robert Haas2017-03-26
* Report catalog_xmin separately in hot_standby_feedbackSimon Riggs2017-03-25
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-22
* 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
* Support condition variables.Robert Haas2016-11-22
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Once again allow LWLocks to be used within DSM segments.Robert Haas2016-08-15
* pgindent run for 9.6Robert Haas2016-06-09
* Add idle_in_transaction_session_timeout.Robert Haas2016-03-16
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Remove redundant PGPROC.lockGroupLeaderIdentifier field.Tom Lane2016-02-22
* 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
* Assorted code review for recent ProcArrayLock patch.Robert Haas2015-09-03
* Reduce ProcArrayLock contention by removing backends in batches.Robert Haas2015-08-06
* Centralize decision-making about where to get a backend's PGPROC.Robert Haas2015-07-28
* Move deadlock and other interrupt handling in proc.c out of signal handlers.Andres Freund2015-02-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.Andres Freund2014-12-25
* Don't skip SQL backends in logical decoding for visibility computation.Andres Freund2014-12-02
* pgindent run for 9.4Bruce Momjian2014-05-06
* Introduce logical decoding.Robert Haas2014-03-03