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
*
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
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.
Tom Lane
2012-08-03
*
Avoid early reuse of btree pages, causing incorrect query results.
Simon Riggs
2012-06-01
*
Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.
Tom Lane
2012-02-21
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Reduce spurious Hot Standby conflicts from never-visible records.
Simon Riggs
2010-12-09
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Fix handling of b-tree reuse WAL records when hot standby is disabled,
Heikki Linnakangas
2010-04-30
*
Optimise btree delete processing when no active backends.
Simon Riggs
2010-04-22
*
Fix uninitialized local variables. Not sure why gcc doesn't complain about
Tom Lane
2010-04-19
*
Properly initialize local varaible in
Bruce Momjian
2010-03-30
*
Derive latestRemovedXid for btree deletes by reading heap pages. The
Simon Riggs
2010-03-28
*
Reset btpo.xact following recovery of btree delete page. Add btpo_xact
Simon Riggs
2010-03-19
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Introduce WAL records to log reuse of btree pages, allowing conflict
Simon Riggs
2010-02-13
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Filter recovery conflicts based upon dboid from relfilenode of WAL
Simon Riggs
2010-01-29
*
First part of refactoring of code for ResolveRecoveryConflict. Purposes
Simon Riggs
2010-01-14
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
[next]