summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtsearch.c
Commit message (Expand)AuthorAgeFilesLines
* Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at theTom Lane2009-05-051-9/+13
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+3
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Improve a number of elog messages for not-supposed-to-happen cases in btrees,Tom Lane2007-12-311-7/+8
* pgindent run for 8.3.Bruce Momjian2007-11-151-5/+5
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-271-2/+2
* Make 'col IS NULL' clauses be indexable conditions.Tom Lane2007-04-061-3/+1
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-19/+49
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix up btree's initial scankey processing to be able to detect redundantTom Lane2006-12-281-10/+14
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-9/+17
* pgindent run for 8.2.Bruce Momjian2006-10-041-26/+27
* Optimize the case where a btree indexscan has current and mark positionsTom Lane2006-08-241-1/+18
* Rewrite btree index scans to work a page at a time in all cases (bothTom Lane2006-05-071-239/+310
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane2006-01-251-11/+5
* Allow row comparisons to be used as indexscan qualifications.Tom Lane2006-01-251-34/+85
* Instead of using a numberOfRequiredKeys count to distinguish requiredTom Lane2006-01-231-3/+3
* Improve comments about btree's use of ScanKey data structures: thereTom Lane2006-01-171-24/+42
* Push the responsibility for handling ignore_killed_tuples down intoTom Lane2005-12-071-20/+4
* A couple of tiny performance hacks in _bt_step(). Remove PageIsEmptyTom Lane2005-12-071-8/+10
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-19/+20
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-181-3/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-142/+137
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-061-1/+4
* Avoid unnecessary palloc overhead in _bt_first(). The temporaryTom Lane2005-06-191-21/+4
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-131-5/+7
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-66/+78
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane2004-04-211-19/+10
* Further cleanup in _bt_first: eliminate duplicate code paths.Tom Lane2003-12-211-99/+70
* Previous change exposed some opportunities for further simplificationTom Lane2003-12-211-37/+11
* Improve btree's initial-positioning-strategy code so that we never needTom Lane2003-12-211-116/+173
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-83/+178
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-5/+8
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-44/+47
* Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane2003-07-291-10/+10
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/access.Tom Lane2003-07-211-10/+10
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-221-45/+175
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-211-44/+89
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-241-7/+4