aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/index/indexam.c
Commit message (Expand)AuthorAge
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* index_markpos()/index_restrpos are used now.Vadim B. Mikheev1998-02-26
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Used modified version of indent that understands over 100 typedefs.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
* Inlined heap_getattr().Bruce Momjian1997-08-26
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-10
* Removal of CppConcat from indexam.c.Bruce Momjian1996-12-26
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-13
* More cleanupsMarc G. Fournier1996-11-05
* More include file cleanupsMarc G. Fournier1996-11-03
* Same clean up of Makefile, and addition of include filesMarc G. Fournier1996-10-31
* -Wall'd ... I missed a subdir under access :(Marc G. Fournier1996-10-21
* More #include cleanupsMarc G. Fournier1996-10-20
* There, now we support GiST...now what? :)Marc G. Fournier1996-08-26
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09