aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Cleanup for array fix patch.Bruce Momjian1997-09-10
* Fix for arrays.Bruce Momjian1997-09-10
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* TupleUpdatedByCurXactAndCmd () changed due toVadim B. Mikheev1997-08-29
* Fix very old bug which made tuples changed/inserted by a commndVadim B. Mikheev1997-08-29
* heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev1997-08-27
* Inlined heap_getattr().Bruce Momjian1997-08-26
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-24
* Remove compile warning.Bruce Momjian1997-08-22
* CreateTupleDescCopy don't copy constraints now!Vadim B. Mikheev1997-08-22
* Name change cleanup.Bruce Momjian1997-08-21
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-21
* Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian1997-08-21
* Get rid of attproc, atttyparg, attcanindex, attdefrel, attboundVadim B. Mikheev1997-08-21
* More NOT_USEDsBruce Momjian1997-08-20
* HTNegate/HTCommute/HTNegateCommute are not used.Vadim B. Mikheev1997-08-20
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-19
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-18
* _hash_checkpage: cleanup for CASSERTVadim B. Mikheev1997-08-14
* These changes allow the module to compile quietly when assert checking isBruce Momjian1997-08-12
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* Catch non-functional delete attempts.Vadim B. Mikheev1997-08-06
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-03
* _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