aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procarray.c
Commit message (Expand)AuthorAge
* Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xidsAndres Freund2023-03-07
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Ignore invalidated slots while computing oldest catalog XminAlvaro Herrera2022-11-22
* Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas2022-06-27
* Revert changes to CONCURRENTLY that "sped up" Xmin advanceAlvaro Herrera2022-05-31
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-05-19
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Tighten ComputeXidHorizons' handling of walsenders.Tom Lane2022-04-15
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-27
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-19
* Reset lastOverflowedXid on standby when neededAlexander Korotkov2021-11-06
* Fix variable shadowing in procarray.c.Fujii Masao2021-09-16
* Use int instead of size_t in procarray.c.Fujii Masao2021-09-16
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Deduplicate choice of horizon for a relation procarray.c.Andres Freund2021-07-24
* Remove some dead stores.Thomas Munro2021-07-02
* 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