summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/stats.c
AgeCommit message (Expand)Author
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-01-26Add:Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-03Fix to prevent too large tuple from being created.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-12-15Initial MVCC code.Vadim B. Mikheev
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1996-11-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-05Missed a file...Marc G. Fournier
1996-11-05More cleanupsMarc G. Fournier
1996-11-03Changes required so that access/* compiles cleanly...Marc G. Fournier
1996-10-31Cleaned out -I../.. -I../../include from MakefileMarc G. Fournier
1996-10-21-Wall'dMarc G. Fournier
1996-10-20First pass at fixing my own mistakesMarc G. Fournier
1996-10-20Another directory cleaned outMarc G. Fournier
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier