| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | |
| 1998-12-18 | Fixed nodeToString() to put out "<>" for NULL strings again. | Jan Wieck | |
| More cleanups to appendStringInfo() usage in node/outfuncs.c. Jan | |||
| 1998-12-14 | more cleanups...of note, appendStringInfo now performs like sprintf(), | Marc G. Fournier | |
| where you state a format and arguments. the old behavior required each appendStringInfo to have to have a sprintf() before it if any formatting was required. Also shortened several instances where there were multiple appendStringInfo() calls in a row, doing nothing more then adding one more word to the String, instead of doing them all in one call. | |||
| 1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian | |
| 1998-03-20 | Fix spelling of "including | Bruce Momjian | |
| Edward J. Huff | |||
| 1997-09-08 | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | |
| 1997-09-08 | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | |
| indenting. Also static variable indenting. | |||
| 1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | |
| 1996-10-31 | remove: | Marc G. Fournier | |
| #include "postgres.h" #include "c.h" | |||
| 1996-08-28 | Clean up th ecompile process by centralizing the include files | Marc G. Fournier | |
| - code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed... | |||
