index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
procarray.c
Commit message (
Expand
)
Author
Age
*
Fix false reports in pg_visibility
Alexander Korotkov
2024-03-14
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-03-03
*
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-22
*
Fix name collision in c64086b79dba
Alexander Korotkov
2024-01-19
*
Reorder actions in ProcArrayApplyRecoveryInfo()
Alexander Korotkov
2024-01-19
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-12-08
*
Remove incorrect file reference in comment.
Etsuro Fujita
2023-11-13
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Remove extra parenthesis from comment.
Etsuro Fujita
2023-10-06
*
Improve BackendXidGetPid() to only access allProcs on matching XID
Michael Paquier
2023-09-08
*
Replace known_assigned_xids_lck with memory barriers.
Nathan Bossart
2023-09-05
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-24
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
*
Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids
Andres Freund
2023-03-07
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
Ignore invalidated slots while computing oldest catalog Xmin
Alvaro Herrera
2022-11-22
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
*
Improve comments referring snapshot's subxip array.
Amit Kapila
2022-11-15
*
Used optimized linear search in more code paths
Michael Paquier
2022-09-22
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Fix comment in procarray.c.
Fujii Masao
2022-07-28
*
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-27
*
Revert changes to CONCURRENTLY that "sped up" Xmin advance
Alvaro Herrera
2022-05-31
*
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-19
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Tighten ComputeXidHorizons' handling of walsenders.
Tom Lane
2022-04-15
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
*
Reset lastOverflowedXid on standby when needed
Alexander Korotkov
2021-11-06
*
Fix variable shadowing in procarray.c.
Fujii Masao
2021-09-16
*
Use int instead of size_t in procarray.c.
Fujii Masao
2021-09-16
*
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
*
Deduplicate choice of horizon for a relation procarray.c.
Andres Freund
2021-07-24
[next]