aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/standby.c
Commit message (Expand)AuthorAge
* 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
* Fix typos in various placesMichael Paquier2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.Tom Lane2018-09-19
* Fix longstanding recursion hazard in sinval message processing.Tom Lane2018-09-07
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Move RecoveryLockList into a hash table.Thomas Munro2018-06-26
* Remove AELs from subxids correctly on standbySimon Riggs2018-06-16
* Remove spurious code comments in standby related codeSimon Riggs2018-06-14
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix variable and type name in comment.Heikki Linnakangas2017-07-12
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Assign AccessExclusiveLocks against subxacts in Hot StandbySimon Riggs2017-03-22
* Improve performance of replay of AccessExclusiveLocksSimon Riggs2017-03-22
* Fix typos in comments.Heikki Linnakangas2017-02-06