summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtutils.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up and document btree code for ordering keys. Neat stuff,Tom Lane2000-07-251-125/+220
* Fix sloppiness about alignment requirements in findsplitloc() spaceTom Lane2000-07-211-24/+48
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-211-48/+6
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-18/+20
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+4
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-181-15/+54
* Add:Bruce Momjian2000-01-261-2/+3
* Currently,only the first column of multi-column indicesBruce Momjian1999-09-271-2/+8
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-1/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* Get rid of page-level locking in btree-s.Vadim B. Mikheev1999-05-251-4/+1
* There are some bugs about backward scanning usingBruce Momjian1999-04-131-2/+8
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-071-3/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-13/+13
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-7/+1
* This patch...Bruce Momjian1998-04-271-11/+10
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-5/+4
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-4/+4
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-4/+4
* Inline memset() as MemSet().Bruce Momjian1997-09-181-3/+3
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-42/+42
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-303/+320
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+5
* 1. BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a givenVadim B. Mikheev1997-04-161-1/+3
* + NULLs handlingVadim B. Mikheev1997-03-241-27/+116
* Patches for Vadim's multikey indexing...Marc G. Fournier1997-03-181-110/+142
* Almost done access...Marc G. Fournier1996-11-051-14/+9
* More include file cleanupsMarc G. Fournier1996-11-031-14/+2
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-031-13/+6
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-3/+8
* #include file cleanupMarc G. Fournier1996-10-201-13/+30
* Fixes:Marc G. Fournier1996-07-301-6/+31
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+239