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
/
standby.c
Commit message (
Expand
)
Author
Age
*
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-27
*
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
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-07-03
*
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-20
*
Report stats when replaying XLOG_RUNNING_XACTS
Andres Freund
2023-06-12
*
Remove vacuum_defer_cleanup_age
Andres Freund
2023-04-24
*
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
*
Fix incorrect format placeholders
Peter Eisentraut
2023-03-30
*
Speedup and increase usability of set proc title functions
David Rowley
2023-02-20
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Avoid special XID snapshotConflictHorizon values.
Peter Geoghegan
2023-01-02
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
*
Take care to de-duplicate entries in standby.c's table of locks.
Tom Lane
2022-10-06
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Clean up newlines following left parentheses
Alvaro Herrera
2022-05-13
*
Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().
Andres Freund
2022-05-02
*
Fix typos in standby.c
Michael Paquier
2022-03-25
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
*
Consistently use the function name CreateCheckPoint in code and comments.
Amit Kapila
2022-01-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Avoid O(N^2) behavior when the standby process releases many locks.
Tom Lane
2021-10-31
*
Fix duplicate words in comments
Daniel Gustafsson
2021-10-04
*
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
*
Message style improvements
Peter Eisentraut
2021-06-28
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Shut down transaction tracking at startup process exit.
Fujii Masao
2021-04-06
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Display the time when the process started waiting for the lock, in pg_locks, ...
Fujii Masao
2021-02-15
*
Revert "Display the time when the process started waiting for the lock, in pg...
Fujii Masao
2021-02-09
*
Display the time when the process started waiting for the lock, in pg_locks.
Fujii Masao
2021-02-09
*
Log long wait time on recovery conflict when it's resolved.
Fujii Masao
2021-01-13
*
Add GUC to log long wait times on recovery conflicts.
Fujii Masao
2021-01-08
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
*
Revert "Get rid of the dedicated latch for signaling the startup process".
Fujii Masao
2020-12-17
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Add wait events for recovery conflicts.
Fujii Masao
2020-04-03
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Fix bug that causes to report waiting in PS display twice, in hot standby.
Fujii Masao
2020-03-10
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
[next]