index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtxlog.c
Commit message (
Expand
)
Author
Age
*
Remove dead assignment to local variable.
Heikki Linnakangas
2021-07-12
*
Fix nbtree metapage cache upgrade bug.
Peter Geoghegan
2019-07-18
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Remove obsolete nbtree split REDO routine comment.
Peter Geoghegan
2019-05-08
*
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
*
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
*
Fix spurious compiler warning in nbtxlog.c.
Peter Geoghegan
2019-03-20
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-23
*
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-19
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-28
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Flag index metapages as standard-format in xlog.c calls.
Tom Lane
2017-11-03
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
Minor code-cleanliness improvements for btree.
Tom Lane
2017-09-18
*
Remove dedicated B-tree root-split record types.
Heikki Linnakangas
2017-08-16
*
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Simon Riggs
2016-04-03
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Don't call PageGetSpecialPointer() on page until it's been initialized.
Heikki Linnakangas
2015-06-30
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Silence compiler warning about variable being used uninitialized.
Heikki Linnakangas
2014-11-20
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
*
Fix backup-block numbering in redo of b-tree split.
Heikki Linnakangas
2014-05-19
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Correct comment in Hot Standby nbtree handling
Simon Riggs
2014-05-06
*
Cleanup of new b-tree page deletion code.
Heikki Linnakangas
2014-04-23
*
Retain original physical order of tuples in redo of b-tree splits.
Heikki Linnakangas
2014-04-22
*
Remove dead code and add comments.
Heikki Linnakangas
2014-03-24
*
Make the handling of interrupted B-tree page splits more robust.
Heikki Linnakangas
2014-03-18
*
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-14
*
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
[next]