aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtsearch.c
Commit message (Expand)AuthorAge
* 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
* Add:Bruce Momjian2000-01-26
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Currently,only the first column of multi-column indicesBruce Momjian1999-09-27
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Fix silly typo in commentary...Tom Lane1999-07-17
* Revise _bt_binsrch() so that its binary search loop takesTom Lane1999-07-16
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Get rid of page-level locking in btree-s.Vadim B. Mikheev1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* There are some bugs about backward scanning usingBruce Momjian1999-04-13
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Fix for relname.data from SHIOZAKI TakehikoBruce Momjian1998-11-02
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Remove added NullProc define, and use fmgr.h value from fmgr.h.Bruce Momjian1998-05-13
* Oops...I used Relation->rd_fd->relname exactly, instead of using the actualMarc G. Fournier1998-04-10
* Okay, add relation name to the file generating the error...Marc G. Fournier1998-04-10
* See if I can determine where the BTP_CHAIN error is coming from...Marc G. Fournier1998-04-10
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26