aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procarray.c
Commit message (Expand)AuthorAge
* Fix false reports in pg_visibilityAlexander Korotkov2024-03-14
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Redefine backend ID to be an index into the proc arrayHeikki Linnakangas2024-03-03
* Remove superfluous 'pgprocno' field from PGPROCHeikki Linnakangas2024-02-22
* Fix name collision in c64086b79dbaAlexander Korotkov2024-01-19
* Reorder actions in ProcArrayApplyRecoveryInfo()Alexander Korotkov2024-01-19
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Remove incorrect file reference in comment.Etsuro Fujita2023-11-13
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Remove extra parenthesis from comment.Etsuro Fujita2023-10-06
* Improve BackendXidGetPid() to only access allProcs on matching XIDMichael Paquier2023-09-08
* Replace known_assigned_xids_lck with memory barriers.Nathan Bossart2023-09-05
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* Message wording improvementsPeter Eisentraut2023-07-10
* Fix typos in commentsMichael Paquier2023-05-02
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-24
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Improve several permission-related error messages.Peter Eisentraut2023-03-17
* Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xidsAndres Freund2023-03-07
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Update copyright for 2023Bruce Momjian2023-01-02
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Ignore invalidated slots while computing oldest catalog XminAlvaro Herrera2022-11-22
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-17
* Improve comments referring snapshot's subxip array.Amit Kapila2022-11-15
* Used optimized linear search in more code pathsMichael Paquier2022-09-22
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Fix comment in procarray.c.Fujii Masao2022-07-28
* 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