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
*
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
*
Fix typos in various places
Michael Paquier
2019-06-03
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.
Tom Lane
2018-09-19
*
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-07
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Move RecoveryLockList into a hash table.
Thomas Munro
2018-06-26
*
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
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix variable and type name in comment.
Heikki Linnakangas
2017-07-12
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Assign AccessExclusiveLocks against subxacts in Hot Standby
Simon Riggs
2017-03-22
*
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
[next]