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
*
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
*
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-27
*
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-19
*
Rethink the delay-checkpoint-end mechanism in the back-branches.
Robert Haas
2022-04-14
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
*
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
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-14
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
*
Fix assorted typos
Magnus Hagander
2020-03-31
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-13
*
Use standard compare_exchange loop style in ProcArrayGroupClearXid().
Noah Misch
2019-10-18
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove volatiles from {procarray,volatile}.c and fix memory ordering issue.
Andres Freund
2018-11-10
*
Combine two flag tests in GetSnapshotData().
Andres Freund
2018-11-09
*
Avoid duplicate XIDs at recovery when building initial snapshot
Michael Paquier
2018-10-14
*
Replace CAS loop with single TAS in ProcArrayGroupClearXid()
Alexander Korotkov
2018-09-22
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Remove AELs from subxids correctly on standby
Simon Riggs
2018-06-16
*
Remove spurious code comments in standby related code
Simon Riggs
2018-06-14
*
Remove cut-off bug from RunningTransactionData
Simon Riggs
2018-06-14
*
Exclude VACUUMs from RunningXactData
Simon Riggs
2018-06-07
*
Fix typo
Magnus Hagander
2018-02-20
*
Fix Latin spelling
Peter Eisentraut
2018-01-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix typo
Alvaro Herrera
2017-12-21
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Initialize replication_slot_catalog_xmin in procarray
Peter Eisentraut
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Fix race between GetNewTransactionId and GetOldestActiveTransactionId.
Heikki Linnakangas
2017-07-13
[next]