aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/index/istrat.c
Commit message (Expand)AuthorAge
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-19
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Allow 8-key indexes.Bruce Momjian1998-09-23
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* fix typo.Bruce Momjian1998-08-11
* Strategy cleanups.Bruce Momjian1998-08-11
* index strategy cleanupBruce Momjian1998-08-11
* Update flowchart.Bruce Momjian1998-08-10
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* This patch...Bruce Momjian1998-04-27
* ASSERT fixes.Bruce Momjian1998-04-06
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* 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
* Remove compile warning.Bruce Momjian1997-08-22
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* 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
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-23
* -Wall'd ... I missed a subdir under access :(Marc G. Fournier1996-10-21
* More #include cleanupsMarc G. Fournier1996-10-20
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09