aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procarray.c
Commit message (Expand)AuthorAge
* Fix variable shadowing in procarray.c.Fujii Masao2021-09-16
* Use int instead of size_t in procarray.c.Fujii Masao2021-09-16
* Fix potential for compiler warning in GlobalVisTestFor().Andres Freund2021-09-13
* Deduplicate choice of horizon for a relation procarray.c.Andres Freund2021-07-24
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Use correct horizon when vacuuming catalog relations.Andres Freund2021-06-21
* Improve and cleanup ProcArrayAdd(), ProcArrayRemove().Andres Freund2021-06-11
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* Increment xactCompletionCount during subtransaction abort.Andres Freund2021-04-06
* Rename Default Roles to Predefined RolesStephen Frost2021-04-01
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* VACUUM: ignore indexing operations with CONCURRENTLYAlvaro Herrera2021-02-23
* Fix typoAlvaro Herrera2021-02-22
* Rename removable xid function for consistency.Peter Geoghegan2021-02-07
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Restore lock level to update statusFlagsAlvaro Herrera2020-11-26
* Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera2020-11-18
* Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera2020-11-16
* Fix some typosMichael Paquier2020-11-14
* Fix typos.Amit Kapila2020-11-03
* Fix wrong data table horizon computation during backend startup.Andres Freund2020-10-28
* Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund2020-10-28
* Fix and test snapshot behavior on standby.Andres Freund2020-09-30
* Fix whitespacePeter Eisentraut2020-09-20
* Fix typos.Fujii Masao2020-09-14
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* Fix comment in procarray.cMichael Paquier2020-08-27
* Fix typos in comments.Fujii Masao2020-08-21
* Acquire ProcArrayLock exclusively in ProcArrayClearTransaction.Andres Freund2020-08-19
* Fix race condition in snapshot caching when 2PC is used.Andres Freund2020-08-18
* snapshot scalability: cache snapshots using a xact completion counter.Andres Freund2020-08-17
* Fix use of wrong index in ComputeXidHorizons().Andres Freund2020-08-16
* 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
* Track latest completed xid as a FullTransactionId.Andres Freund2020-08-11
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-14
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-07
* Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut2020-04-04
* Fix assorted typosMagnus Hagander2020-03-31
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-30
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10