Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
| | |||
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 |
| | | | | | ends to clean up (see my message of same date to pghackers), but mostly it works. INITDB REQUIRED! | ||
* | #include cleanups | Bruce Momjian | 2000-06-15 |
| | |||
* | Add: | Bruce Momjian | 2000-01-26 |
| | | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | ||
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
| | |||
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
| | |||
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 |
| | |||
* | Bring debugging print statement declarations up to date. | Thomas G. Lockhart | 1999-02-23 |
| | | | | | 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 Momjian | 1999-02-13 |
| | |||
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
| | |||
* | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 |
| | |||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 |
| | | | | indenting. Also static variable indenting. | ||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
| | |||
* | D'Arcy's recent cleanups | Marc G. Fournier | 1996-11-08 |
| | |||
* | Clean up th ecompile process by centralizing the include files | Marc G. Fournier | 1996-08-28 |
- code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed... |