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
/
nbtsearch.c
Commit message (
Expand
)
Author
Age
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-09
*
Fix btree mark/restore bug.
Kevin Grittner
2016-06-02
*
Revert buggy optimization of index scans
Simon Riggs
2016-03-03
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Reduce btree scan overhead for < and > strategies
Simon Riggs
2014-11-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Make the handling of interrupted B-tree page splits more robust.
Heikki Linnakangas
2014-03-18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Avoid scanning nulls at the beginning of a btree index scan.
Tom Lane
2011-11-02
*
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-09
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
*
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-06-15
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at the
Tom Lane
2009-05-05
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Improve a number of elog messages for not-supposed-to-happen cases in btrees,
Tom Lane
2007-12-31
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix up pgstats counting of live and dead tuples to recognize that committed
Tom Lane
2007-05-27
*
Make 'col IS NULL' clauses be indexable conditions.
Tom Lane
2007-04-06
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Fix up btree's initial scankey processing to be able to detect redundant
Tom Lane
2006-12-28
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Optimize the case where a btree indexscan has current and mark positions
Tom Lane
2006-08-24
*
Rewrite btree index scans to work a page at a time in all cases (both
Tom Lane
2006-05-07
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Remove the no-longer-useful BTItem/BTItemData level of structure, and
Tom Lane
2006-01-25
*
Allow row comparisons to be used as indexscan qualifications.
Tom Lane
2006-01-25
*
Instead of using a numberOfRequiredKeys count to distinguish required
Tom Lane
2006-01-23
*
Improve comments about btree's use of ScanKey data structures: there
Tom Lane
2006-01-17
*
Push the responsibility for handling ignore_killed_tuples down into
Tom Lane
2005-12-07
[next]