summaryrefslogtreecommitdiff
path: root/src/include/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* Add:Bruce Momjian2000-01-261-2/+3
| | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files.
* Clean up longstanding gcc warnings by adding missing externTom Lane2000-01-201-1/+4
| | | | declarations.
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-4/+4
|
* 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-4/+3
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
|
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+3
|
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-3/+2
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5
|
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-19/+19
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-31/+33
|
* Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian1997-08-191-8/+1
| | | | NOT_USED.
* Change includes from "" to <>Marc G. Fournier1996-11-081-4/+4
|
* Compile and warning cleanupBruce Momjian1996-11-081-3/+5
|
* Okay...this pretty much cleans out the include files.Marc G. Fournier1996-11-061-16/+1
| | | | | | | | | | I'm able to get through a 'make' of the backend with no errors except the occasional 'might not be initialized error', which is nothing major, just annoying. Have a few patches from D'Arcy to incorporate, but am waiting until I can get a clean compile first, which I'm hoping to have before bed, or sometime tomorrow.
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-281-0/+78
- code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed...