summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
Commit message (Expand)AuthorAgeFilesLines
* Fix multi-column index scans in internal pages.Vadim B. Mikheev1997-10-221-3/+9
* Inline memset() as MemSet().Bruce Momjian1997-09-183-9/+9
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-085-13/+13
* Add typdefs to pgindent run.Bruce Momjian1997-09-085-40/+40
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-089-696/+696
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-079-5119/+5423
* More NOT_USEDsBruce Momjian1997-08-201-5/+2
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-194-12/+28
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-122-15/+15
* Compare 'char' and 'text' lexicographically.Vadim B. Mikheev1997-06-111-6/+5
* Duplicates handling...Vadim B. Mikheev1997-06-102-124/+303
* Added check is new item successfuly inserted to a page or not.Vadim B. Mikheev1997-06-062-17/+29
* If we have to split leaf page in the chain of duplicatesVadim B. Mikheev1997-05-311-41/+24
* Fix duplicates handling.Vadim B. Mikheev1997-05-304-109/+531
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-221-2/+3
* Bug: backend crashes in btbeginscan()->btrescan()->_bt_orderkeys()Vadim B. Mikheev1997-05-052-24/+31
* _bt_endpoint fixed: set currentItemData to Invalid if no result.Vadim B. Mikheev1997-04-241-1/+3
* #ifdef BTREE_BUILD_STATS enables to get executor stats for btreeVadim B. Mikheev1997-04-182-17/+37
* Fix bttextcmp() to use unsigned char*.Vadim B. Mikheev1997-04-181-9/+29
* 1. BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a givenVadim B. Mikheev1997-04-165-99/+167
* Fix btabstimecmp ().Vadim B. Mikheev1997-04-071-3/+3
* + NULLs handlingVadim B. Mikheev1997-03-245-107/+432
* Patches for Vadim's multikey indexing...Marc G. Fournier1997-03-183-144/+190
* Change "WARN" message generated if a unique index is attempted on a table/keyMarc G. Fournier1997-02-251-2/+2
* Added: UNIQUE feature to bulkload code.Vadim B. Mikheev1997-02-222-45/+54
* Update btree patches that were missed.Bruce Momjian1997-02-183-12/+64
* Add prototypes and remove unused variables from btree Fastbuild patch.Bruce Momjian1997-02-141-17/+2
* What looks like some *major* improvements to btree indexing...Marc G. Fournier1997-02-122-221/+371
* would you mind committing the following changes for me? (the firstBruce Momjian1997-01-251-2/+2
* Fixed (I hope) unique btree index implementation.Vadim B. Mikheev1997-01-101-26/+88
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-101-4/+4
* Releasing empty root page in _bt_endpoint () to avoidVadim B. Mikheev1997-01-051-2/+10
* Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.Bryan Henderson1996-12-151-9/+17
* _bt_updateitem is returned in code, but works only if sizes of keysVadim B. Mikheev1996-12-061-50/+76
* 1. _bt_compare fixed to work properly with new code in _bt_insertonpgVadim B. Mikheev1996-12-061-10/+91
* Fix memory overhelding while forming index' result:Vadim B. Mikheev1996-11-211-17/+4
* Remove PERFECT_MEMBruce Momjian1996-11-152-11/+5
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-133-52/+115
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+2
* Almost done access...Marc G. Fournier1996-11-0510-135/+70
* More include file cleanupsMarc G. Fournier1996-11-038-122/+13
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-036-75/+41
* Finish cleaning up -I linesMarc G. Fournier1996-11-031-4/+2
* Fixes:Marc G. Fournier1996-10-301-2/+27
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-15/+38
* Make sure the btree patch gets into 2.0 as well...Marc G. Fournier1996-10-251-9/+50
* 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-238-38/+58
* #include file cleanupMarc G. Fournier1996-10-209-80/+258
* Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier1996-10-181-5/+1