aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fill tuple before HeapSatisfiesHOTAndKeyUpdateAlvaro Herrera2013-02-01
* Restrict infomask bits to set on multixactsAlvaro Herrera2013-01-31
* Switch timelines if we crash soon after promotion.Simon Riggs2013-01-31
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29
* Add some randomness to the choice of which GiST page to insert to.Heikki Linnakangas2013-01-25
* Fix rare missing cancellations in Hot Standby.Simon Riggs2013-01-24
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-23
* Fix off-by-one bug in xlog reading logicAlvaro Herrera2013-01-18
* Use the right timeline when beginning to stream from master.Heikki Linnakangas2013-01-18
* When xlogreader asks the callback function to read a page, make sure weHeikki Linnakangas2013-01-17
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Fix a couple of error-handling bugs in the xlogreader patch.Heikki Linnakangas2013-01-17
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-17
* Split out XLog reading as an independent facilityAlvaro Herrera2013-01-16
* Remove spurious spaceAlvaro Herrera2013-01-14
* Redesign the planner's handling of index-descent cost estimation.Tom Lane2013-01-11
* Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas2013-01-03
* Delay reading timeline history file until it's fetched from master.Heikki Linnakangas2013-01-03
* Fix bug in streaming replication over multiple tli switches.Heikki Linnakangas2013-01-02
* Fix silly typo in code, which broke the check for reaching consistency.Heikki Linnakangas2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas2012-12-30
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Assign InvalidXLogRecPtr instead of MemSet(0)Alvaro Herrera2012-12-27
* Fix grammatical mistake in error messagePeter Eisentraut2012-12-20
* Fix recycling of WAL segments after switching timeline during recovery.Heikki Linnakangas2012-12-20
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-20
* Don't set ThisTimeLineID in checkpointer & bgwriter during recovery.Heikki Linnakangas2012-12-20
* Check if we've reached end-of-backup point also if no redo is required.Heikki Linnakangas2012-12-19
* Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs. Hot Standby.Robert Haas2012-12-14
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.Heikki Linnakangas2012-12-12
* Consistency check should compare last record replayed, not last record read.Heikki Linnakangas2012-12-11
* Update minimum recovery point on truncation.Heikki Linnakangas2012-12-10
* Fix the tracking of min recovery point timeline.Heikki Linnakangas2012-12-10
* Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane2012-12-05
* Oops, meant to change the comment in writeTimeLineHistory.Heikki Linnakangas2012-12-05
* Must not reach consistency before XLOG_BACKUP_RECORDSimon Riggs2012-12-05
* Downgrade a status message from LOG to DEBUG2.Heikki Linnakangas2012-12-04
* Write exact xlog position of timeline switch in the timeline history file.Heikki Linnakangas2012-12-04
* Track the timeline associated with minRecoveryPoint, for more sanity checks.Heikki Linnakangas2012-12-04
* Attempt to unbreak MSVC builds broken by f21bb9cfb5646e1793dcc9c0ea697bab99af...Andrew Dunstan2012-12-03
* Refactor inCommit flag into generic delayChkpt flag.Simon Riggs2012-12-03
* Clarify locking for PageGetLSN() in XLogCheckBuffer()Simon Riggs2012-12-03
* Clarify when to use PageSetLSN/PageGetLSN().Simon Riggs2012-12-03
* Refactor the code implementing standby-mode logic.Heikki Linnakangas2012-12-03
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-02