]> granicus.if.org Git - postgresql/history - src/backend/catalog/pg_operator.c
Break parser functions into smaller files, group together.
[postgresql] / src / backend / catalog / pg_operator.c
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-07-23 Bruce MomjianFix problems with pg_dump for iheritance, sequences...
1996-12-26 Bruce MomjianIn src/backend/catalog/pg_operator.c in OperatorDef...
1996-11-30 Bruce MomjianThis patch changes quite a few instances of references...
1996-11-08 Marc G. FournierD'Arcy's recent cleanups
1996-11-06 Marc G. FournierAnother directory cleaned up
1996-11-05 Marc G. FournierMakes it compile...still needs work
1996-11-03 Marc G. Fournierfirst pass at cleaning up include files
1996-10-07 Marc G. FournierMostly adding "const" keyword and making some functions...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01