aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* _hash_first: release buf & metabuf if no tuples found for a key.Vadim B. Mikheev1997-06-28
* Someone forgot about aligning in fastgetiattr()...Vadim B. Mikheev1997-06-12
* Compare 'char' and 'text' lexicographically.Vadim B. Mikheev1997-06-11
* From: Robert Bruccoleri <bruc@bms.com>Marc G. Fournier1997-06-11
* Duplicates handling...Vadim B. Mikheev1997-06-10
* Added check is new item successfuly inserted to a page or not.Vadim B. Mikheev1997-06-06
* If we have to split leaf page in the chain of duplicatesVadim B. Mikheev1997-05-31
* Fix duplicates handling.Vadim B. Mikheev1997-05-30
* 1. Pass GISTENTRYs to giststate->penaltyFn by pointers, not by vals.Vadim B. Mikheev1997-05-22
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-22
* Initialize internal keys if rtree used in inner scan.Vadim B. Mikheev1997-05-20
* Bug: backend crashes in btbeginscan()->btrescan()->_bt_orderkeys()Vadim B. Mikheev1997-05-05
* Fix old bug in _hash_first() for scan without keys:Vadim B. Mikheev1997-04-30
* _bt_endpoint fixed: set currentItemData to Invalid if no result.Vadim B. Mikheev1997-04-24
* Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-22
* #ifdef BTREE_BUILD_STATS enables to get executor stats for btreeVadim B. Mikheev1997-04-18
* Fix bttextcmp() to use unsigned char*.Vadim B. Mikheev1997-04-18
* 1. BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a givenVadim B. Mikheev1997-04-16
* Fix btabstimecmp ().Vadim B. Mikheev1997-04-07
* CloseSequences () at xact commit/abort.Vadim B. Mikheev1997-04-02
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-28
* Someone forgot about 'case sizeof(int32)' forVadim B. Mikheev1997-03-26
* Free memory allocated by command in the BlankPortal' HeapMemory contextVadim B. Mikheev1997-03-25
* + NULLs handlingVadim B. Mikheev1997-03-24
* Patches for Vadim's multikey indexing...Marc G. Fournier1997-03-18
* Date/Time updates from Thomas...Marc G. Fournier1997-03-14
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* Change "WARN" message generated if a unique index is attempted on a table/keyMarc G. Fournier1997-02-25
* Added: UNIQUE feature to bulkload code.Vadim B. Mikheev1997-02-22
* Update btree patches that were missed.Bruce Momjian1997-02-18
* Add prototypes and remove unused variables from btree Fastbuild patch.Bruce Momjian1997-02-14
* What looks like some *major* improvements to btree indexing...Marc G. Fournier1997-02-12
* would you mind committing the following changes for me? (the firstBruce Momjian1997-01-25
* Removed unlinked patch that is not neede now that Vadim has properly fixed it.Bruce Momjian1997-01-23
* VariableRelationPutNextXid () now flushes variable relationVadim B. Mikheev1997-01-16
* include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian1997-01-10
* Fixed (I hope) unique btree index implementation.Vadim B. Mikheev1997-01-10
* index_insert has now HeapRelation as last param (for unique indexVadim B. Mikheev1997-01-10
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-10
* Releasing empty root page in _bt_endpoint () to avoidVadim B. Mikheev1997-01-05
* Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error.Bruce Momjian1997-01-01
* Removal of CppConcat from indexam.c.Bruce Momjian1996-12-26
* Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.Bryan Henderson1996-12-15
* AvoidingVadim B. Mikheev1996-12-14
* Add comments describing interface to heap_getattr().Bryan Henderson1996-12-09
* _bt_updateitem is returned in code, but works only if sizes of keysVadim B. Mikheev1996-12-06
* 1. _bt_compare fixed to work properly with new code in _bt_insertonpgVadim B. Mikheev1996-12-06
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-04
* TransactionIdIsInProgress is commented outVadim B. Mikheev1996-11-27