aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/standby.c
Commit message (Expand)AuthorAge
* 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
* Check interrupts during hot standby waitsSimon Riggs2017-01-26
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* Rename WAIT_* constants to PG_WAIT_*.Robert Haas2016-10-05
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Adjust spellings of forms of "cancel"Peter Eisentraut2016-07-14
* pgindent run for 9.6Robert Haas2016-06-09
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894Simon Riggs2016-04-06
* Avoid archiving XLOG_RUNNING_XACTS on idle serverSimon Riggs2016-04-04
* Rework wait for AccessExclusiveLocks on Hot StandbySimon Riggs2016-03-10
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Fix typos in comments.Heikki Linnakangas2014-05-21
* pgindent run for 9.4Bruce Momjian2014-05-06
* Introduce logical decoding.Robert Haas2014-03-03
* Logging running transactions every 15 seconds.Robert Haas2014-01-15
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix memory leak in LogStandbySnapshot().Tom Lane2013-06-04
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* Update copyrights for 2013Bruce Momjian2013-01-01