aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtxlog.c
Commit message (Expand)AuthorAge
* Fix nbtree metapage cache upgrade bug.Peter Geoghegan2019-07-18
* Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev2018-04-23
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Update copyright for 2018Bruce Momjian2018-01-02
* Flag index metapages as standard-format in xlog.c calls.Tom Lane2017-11-03
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* Minor code-cleanliness improvements for btree.Tom Lane2017-09-18
* Remove dedicated B-tree root-split record types.Heikki Linnakangas2017-08-16
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesSimon Riggs2016-04-03
* Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs2016-01-09
* Update copyright for 2016Bruce Momjian2016-01-02
* Don't call PageGetSpecialPointer() on page until it's been initialized.Heikki Linnakangas2015-06-30
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-25
* Update copyright for 2015Bruce Momjian2015-01-06
* Silence compiler warning about variable being used uninitialized.Heikki Linnakangas2014-11-20
* 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
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-02
* Fix backup-block numbering in redo of b-tree split.Heikki Linnakangas2014-05-19
* pgindent run for 9.4Bruce Momjian2014-05-06
* Correct comment in Hot Standby nbtree handlingSimon Riggs2014-05-06
* Cleanup of new b-tree page deletion code.Heikki Linnakangas2014-04-23
* Retain original physical order of tuples in redo of b-tree splits.Heikki Linnakangas2014-04-22
* Remove dead code and add comments.Heikki Linnakangas2014-03-24
* Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas2014-03-18
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-14
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.Tom Lane2012-08-03
* Avoid early reuse of btree pages, causing incorrect query results.Simon Riggs2012-06-01
* Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.Tom Lane2012-02-21
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01