summaryrefslogtreecommitdiff
path: root/src/include/access/genam.h
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-5/+1
* Add:Bruce Momjian2000-01-261-2/+3
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-1/+2
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-301-1/+2
* More cleanupBruce Momjian1999-07-161-3/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-5/+5
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-3/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-14/+8
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-2/+2
* index_markpos()/index_restrpos() are in use now.Vadim B. Mikheev1998-02-261-1/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-7/+13
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-13/+7
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-10/+10
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-13/+13
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-26/+32
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-6/+1
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-101-2/+2
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-2/+3
* Another run through.Marc G. Fournier1996-11-051-5/+5
* More cleans of the inter-dependencies in the #include filesMarc G. Fournier1996-11-031-6/+1
* remove:Marc G. Fournier1996-10-311-2/+1
* Moved from backend/access to include/accessMarc G. Fournier1996-08-271-0/+61