summaryrefslogtreecommitdiff
path: root/src/backend/access/index/istrat.c
Commit message (Expand)AuthorAgeFilesLines
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-2/+5
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-15/+12
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-4/+4
* Implement reindex commandHiroshi Inoue2000-02-181-6/+8
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-5/+5
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-2/+2
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-9/+10
* Final cleanup.Bruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-191-8/+8
* pgindent run over code.Bruce Momjian1999-05-251-7/+7
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-6/+6
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Allow 8-key indexes.Bruce Momjian1998-09-231-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-18/+13
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-6/+6
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-38/+61
* fix typo.Bruce Momjian1998-08-111-2/+2
* Strategy cleanups.Bruce Momjian1998-08-111-8/+4
* index strategy cleanupBruce Momjian1998-08-111-9/+2
* Update flowchart.Bruce Momjian1998-08-101-15/+9
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-5/+5
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-11/+1
* This patch...Bruce Momjian1998-04-271-18/+17
* ASSERT fixes.Bruce Momjian1998-04-061-3/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-4/+4
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-6/+7
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-7/+7
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-7/+7
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-5/+5
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-83/+83
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-527/+568
* Remove compile warning.Bruce Momjian1997-08-221-1/+6
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-6/+16
* More cleanupsMarc G. Fournier1996-11-051-23/+12
* More include file cleanupsMarc G. Fournier1996-11-031-24/+1
* Same clean up of Makefile, and addition of include filesMarc G. Fournier1996-10-311-1/+2
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-3/+3
* -Wall'd ... I missed a subdir under access :(Marc G. Fournier1996-10-211-1/+6
* More #include cleanupsMarc G. Fournier1996-10-201-11/+34
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+679