summaryrefslogtreecommitdiff
path: root/src/backend/access/index/genam.c
Commit message (Expand)AuthorAgeFilesLines
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+6
* Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane2000-03-141-1/+4
* Add:Bruce Momjian2000-01-261-2/+3
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-301-34/+40
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-4/+1
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* 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-5/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-4/+8
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-13/+1
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-5/+5
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-2/+2
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-157/+171
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+5
* More cleanupsMarc G. Fournier1996-11-051-14/+6
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-031-33/+1
* Same clean up of Makefile, and addition of include filesMarc G. Fournier1996-10-311-1/+4
* -Wall'd ... I missed a subdir under access :(Marc G. Fournier1996-10-211-1/+13
* More #include cleanupsMarc G. Fournier1996-10-201-15/+31
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+275