summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtree.c
Commit message (Expand)AuthorAgeFilesLines
* Add index recreation suggestion to end of world error message.Bruce Momjian1999-11-141-2/+2
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-171-16/+14
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-8/+9
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-8/+8
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-8/+8
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-6/+1
* Concurrency... Highest one...Vadim B. Mikheev1999-06-071-5/+8
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-251-6/+7
* Get rid of page-level locking in btree-s.Vadim B. Mikheev1999-05-251-24/+29
* pgindent run over code.Bruce Momjian1999-05-251-10/+10
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-281-19/+18
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-2/+2
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-071-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-42/+41
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-8/+9
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-3/+3
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-13/+9
* Fix scan adjustment.Vadim B. Mikheev1998-07-301-2/+103
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-7/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+3
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-43/+43
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-447/+480
* Bug: backend crashes in btbeginscan()->btrescan()->_bt_orderkeys()Vadim B. Mikheev1997-05-051-20/+5
* #ifdef BTREE_BUILD_STATS enables to get executor stats for btreeVadim B. Mikheev1997-04-181-14/+18
* + NULLs handlingVadim B. Mikheev1997-03-241-8/+20
* Patches for Vadim's multikey indexing...Marc G. Fournier1997-03-181-2/+5
* Added: UNIQUE feature to bulkload code.Vadim B. Mikheev1997-02-221-2/+2
* Update btree patches that were missed.Bruce Momjian1997-02-181-1/+1
* What looks like some *major* improvements to btree indexing...Marc G. Fournier1997-02-121-22/+51
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-101-4/+4
* Remove PERFECT_MEMBruce Momjian1996-11-151-8/+4
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-4/+10
* Almost done access...Marc G. Fournier1996-11-051-19/+15
* More include file cleanupsMarc G. Fournier1996-11-031-15/+2
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-031-25/+5
* Take out the PERFECT_MMGR #ifdefs:Marc G. Fournier1996-10-241-3/+1
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-4/+17
* #include file cleanupMarc G. Fournier1996-10-201-13/+41
* There, now we support GiST...now what? :)Marc G. Fournier1996-08-261-2/+8
* Fixes:Marc G. Fournier1996-07-301-26/+40
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+516