Commits

DateSubjectAuthorReleases
2002-06-20 Update copyright to 2002. Bruce Momjian 7.3.1
2001-11-05 New pgindent run with fixes suggested by Tom. Patch manually reviewed, Bruce Momjian 7.2.1
2001-10-28 Another pgindent run. Fixes enum indenting, and improves #endif Bruce Momjian 7.2.1
2001-10-25 pgindent run on all C files. Java run to follow. initdb/regression Bruce Momjian 7.2.1
2001-03-23 Fix comments that were mis-wrapped, for Tom Lane. Bruce Momjian 7.1.1
2001-01-24 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. Bruce Momjian 7.1.1
2000-01-26 Add: Bruce Momjian 7.1.1
1999-11-07 New NameStr macro to convert Name to Str. No need for var.data anymore. Bruce Momjian 7.1.1
1999-07-17 Move some system includes into c.h, and remove duplicates. Bruce Momjian 7.1.1
1999-07-15 Change #include's to use <> and "" as appropriate. Bruce Momjian 7.1.1
1999-07-15 Remove unused #includes in *.c files. Bruce Momjian 7.1.1
1999-05-25 pgindent run over code. Bruce Momjian 7.1.1
1999-02-13 Change my-function-name-- to my_function_name, and optimizer renames. Bruce Momjian 7.1.1
1998-09-01 OK, folks, here is the pgindent output. Bruce Momjian 7.1.1
1998-08-19 heap_fetch requires buffer pointer, must be released; heap_getnext Bruce Momjian 7.1.1
1998-06-15 Remove un-needed braces around single statements. Bruce Momjian 7.1.1
1998-06-04 Show backend status on ps command line. Remove unused args from Bruce Momjian 7.1.1
1998-01-05 Change some ABORTS to ERROR. Add line number when COPY Failure. Bruce Momjian 7.1.1
1998-01-05 Change elog(WARN) to elog(ERROR) and elog(ABORT). Bruce Momjian 7.1.1
1997-12-11 Rename pg_plan and pg_eval to be more meaningful. Bruce Momjian 7.1.1
1997-11-25 Break parser functions into smaller files, group together. Bruce Momjian 7.1.1
1997-09-08 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. Bruce Momjian 7.1.1
1997-09-07 Massive commit to run PGINDENT on all *.c and *.h files. Bruce Momjian 7.1.1
1997-08-19 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. Bruce Momjian 7.1.1
1997-08-12 Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. Bruce Momjian 7.1.1