| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | |
| because c.h has sys/types.h. | |||
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian | |
| 2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | |
| the parsetree representation. As yet we don't *do* anything with schema names, just drop 'em on the floor; but you can enter schema-compatible command syntax, and there's even a primitive CREATE SCHEMA command. No doc updates yet, except to note that you can now extract a field from a function-returning-row's result with (foo(...)).fieldname. | |||
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | |
| spacing. Also adds space for one-line comments. | |||
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | |
| tests pass. | |||
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian | |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | |
| 2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | |
| 2000-01-26 | Add: | Bruce Momjian | |
| * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | |||
| 1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian | |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | |
| 1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian | |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | |
| 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 | |
| 1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | |
| NOT_USED. | |||
| 1996-10-31 | More Makefile cleanups | Marc G. Fournier | |
| Add #include "postgres.h" as required | |||
| 1996-07-09 | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | |
