summaryrefslogtreecommitdiff
path: root/src/include/executor/execdebug.h
Commit message (Collapse)AuthorAgeFilesLines
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
|
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-1/+3
|
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-5/+1
|
* Bring debugging print statement declarations up to date.Thomas G. Lockhart1999-02-231-45/+29
| | | | | Comment-out the #undef default declarations to allow the parameters to be set on the compiler command line.
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
|
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-11/+11
|
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-9/+10
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-10/+10
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-180/+180
|
* D'Arcy's recent cleanupsMarc G. Fournier1996-11-081-1/+7
|
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-281-0/+377
- code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed...