index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
procarray.c
Age
Commit message (
Expand
)
Author
2025-03-23
Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-28
Replace PGPROC.isBackgroundWorker with isRegularBackend.
Tom Lane
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-09
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-07-08
Remove an extra period in code comment
Richard Guo
2024-07-03
Optimize memory access in GetRunningTransactionData()
Alexander Korotkov
2024-07-03
Fix typo in GetRunningTransactionData()
Alexander Korotkov
2024-06-27
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-05-16
Fix documentation about DROP DATABASE FORCE process termination rights.
Noah Misch
2024-04-17
Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymore
Andres Freund
2024-04-03
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-03-14
Fix false reports in pg_visibility
Alexander Korotkov
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
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-02-21
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-01-19
Fix name collision in c64086b79dba
Alexander Korotkov
2024-01-19
Reorder actions in ProcArrayApplyRecoveryInfo()
Alexander Korotkov
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-11
Remove trace_recovery_messages
Michael Paquier
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-11-13
Remove incorrect file reference in comment.
Etsuro Fujita
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-06
Remove extra parenthesis from comment.
Etsuro Fujita
2023-09-08
Improve BackendXidGetPid() to only access allProcs on matching XID
Michael Paquier
2023-09-05
Replace known_assigned_xids_lck with memory barriers.
Nathan Bossart
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-07-10
Message wording improvements
Peter Eisentraut
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-24
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-03-17
Improve several permission-related error messages.
Peter Eisentraut
2023-03-08
Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids
Andres Freund
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-29
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-22
Ignore invalidated slots while computing oldest catalog Xmin
Alvaro Herrera
2022-11-17
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-15
Improve comments referring snapshot's subxip array.
Amit Kapila
2022-09-22
Used optimized linear search in more code paths
Michael Paquier
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-07-28
Fix comment in procarray.c.
Fujii Masao
2022-06-27
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-05-31
Revert changes to CONCURRENTLY that "sped up" Xmin advance
Alvaro Herrera
2022-05-19
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-15
Tighten ComputeXidHorizons' handling of walsenders.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
[next]