aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/standby.c
Commit message (Expand)AuthorAge
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Redefine backend ID to be an index into the proc arrayHeikki Linnakangas2024-03-03
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier2023-07-03
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* Report stats when replaying XLOG_RUNNING_XACTSAndres Freund2023-06-12
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-24
* Handle logical slot conflicts on standbyAndres Freund2023-04-08
* Fix incorrect format placeholdersPeter Eisentraut2023-03-30
* Speedup and increase usability of set proc title functionsDavid Rowley2023-02-20
* Update copyright for 2023Bruce Momjian2023-01-02
* Avoid special XID snapshotConflictHorizon values.Peter Geoghegan2023-01-02
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-17
* Take care to de-duplicate entries in standby.c's table of locks.Tom Lane2022-10-06
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Clean up newlines following left parenthesesAlvaro Herrera2022-05-13
* Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().Andres Freund2022-05-02
* Fix typos in standby.cMichael Paquier2022-03-25
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Consistently use the function name CreateCheckPoint in code and comments.Amit Kapila2022-01-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Avoid O(N^2) behavior when the standby process releases many locks.Tom Lane2021-10-31
* Fix duplicate words in commentsDaniel Gustafsson2021-10-04
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Message style improvementsPeter Eisentraut2021-06-28
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Shut down transaction tracking at startup process exit.Fujii Masao2021-04-06
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao2021-02-15
* Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao2021-02-09
* Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao2021-02-09
* Log long wait time on recovery conflict when it's resolved.Fujii Masao2021-01-13
* Add GUC to log long wait times on recovery conflicts.Fujii Masao2021-01-08
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix index deletion latestRemovedXid bug.Peter Geoghegan2020-12-30
* Revert "Get rid of the dedicated latch for signaling the startup process".Fujii Masao2020-12-17
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Add wait events for recovery conflicts.Fujii Masao2020-04-03
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Fix bug that causes to report waiting in PS display twice, in hot standby.Fujii Masao2020-03-10
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29