index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
nbtree.h
Commit message (
Expand
)
Author
Age
*
C comment improvement & typo fix.
Kevin Grittner
2016-06-02
*
Prevent to use magic constants
Teodor Sigaev
2016-04-28
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Revert buggy optimization of index scans
Simon Riggs
2016-03-03
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Reduce btree scan overhead for < and > strategies
Simon Riggs
2014-11-18
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
*
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Cleanup of new b-tree page deletion code.
Heikki Linnakangas
2014-04-23
*
Make the handling of interrupted B-tree page splits more robust.
Heikki Linnakangas
2014-03-18
*
Fix small typo in comment
Magnus Hagander
2014-03-17
*
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-14
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-11
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-27
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.
Tom Lane
2012-02-21
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
*
Teach btree to handle ScalarArrayOpExpr quals natively.
Tom Lane
2011-10-16
*
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-09
*
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
2011-08-27
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Derive latestRemovedXid for btree deletes by reading heap pages. The
Simon Riggs
2010-03-28
*
Further corrections of mismatching struct and btree SizeOf macros.
Simon Riggs
2010-03-20
*
Fix oversight in btpo.xact patch; it was in fact installing garbage
Tom Lane
2010-03-19
*
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
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
[next]