aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtsearch.c
Commit message (Expand)AuthorAge
* Optimize the case where a btree indexscan has current and mark positionsTom Lane2006-08-24
* Rewrite btree index scans to work a page at a time in all cases (bothTom Lane2006-05-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane2006-01-25
* Allow row comparisons to be used as indexscan qualifications.Tom Lane2006-01-25
* Instead of using a numberOfRequiredKeys count to distinguish requiredTom Lane2006-01-23
* Improve comments about btree's use of ScanKey data structures: thereTom Lane2006-01-17
* Push the responsibility for handling ignore_killed_tuples down intoTom Lane2005-12-07
* A couple of tiny performance hacks in _bt_step(). Remove PageIsEmptyTom Lane2005-12-07
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-18
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Avoid unnecessary palloc overhead in _bt_first(). The temporaryTom Lane2005-06-19
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-13
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane2004-04-21
* Further cleanup in _bt_first: eliminate duplicate code paths.Tom Lane2003-12-21
* Previous change exposed some opportunities for further simplificationTom Lane2003-12-21
* Improve btree's initial-positioning-strategy code so that we never needTom Lane2003-12-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane2003-07-29
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/access.Tom Lane2003-07-21
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-22
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-21
* Update copyright to 2002.Bruce Momjian2002-06-20
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-06
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up and document btree code for ordering keys. Neat stuff,Tom Lane2000-07-25
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-21
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-18