aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtsearch.c
Commit message (Expand)AuthorAge
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix parallel index scan hang with deleted or half-dead pages.Robert Haas2017-12-13
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* btree: Support parallel index scans.Robert Haas2017-02-15
* Move comment about test slightly closer to test.Robert Haas2017-01-31
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix btree mark/restore bug.Kevin Grittner2016-06-02
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Revert buggy optimization of index scansSimon Riggs2016-03-03
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-25
* Update copyright for 2015Bruce Momjian2015-01-06
* Reduce btree scan overhead for < and > strategiesSimon Riggs2014-11-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas2014-03-18
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Avoid scanning nulls at the beginning of a btree index scan.Tom Lane2011-11-02
* Improve index-only scans to avoid repeated access to the index page.Tom Lane2011-10-09
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* pgindent run of recent SSI changes. Also, remove an unnecessary #include.Heikki Linnakangas2011-06-16
* Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas2011-06-15
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* Per-column collation supportPeter Eisentraut2011-02-08
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at theTom Lane2009-05-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Improve a number of elog messages for not-supposed-to-happen cases in btrees,Tom Lane2007-12-31
* pgindent run for 8.3.Bruce Momjian2007-11-15