Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane | 2004-02-21 |
| | | | | | | problem, per previous discussion. Make some additional changes to centralize the knowledge of just how identifier downcasing is done, in hopes of simplifying any future tweaking in this area. | ||
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
| | |||
* | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 |
| | | | | | | that the right flavors of largefile-related definitions are seen. Most of these changes are probably unnecessary, but better safe than sorry. | ||
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
| | |||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
| | | | | tests pass. | ||
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
| | |||
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
| | |||
* | 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. | ||
* | Eliminate token length assumption in scanstr(). | Tom Lane | 1999-09-11 |
| | |||
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
| | |||
* | Add config.h as needed. | Bruce Momjian | 1999-07-17 |
| | |||
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
| | |||
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
| | |||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
| | |||
* | Simplify scanstr(), fix broken octal-escape code. | Tom Lane | 1999-02-07 |
| | |||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
| | |||
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 |
| | |||
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 |
| | |||
* | 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 |
| | |||
* | Remove quote removal. Moved to parser. | Bruce Momjian | 1996-11-15 |
| | |||
* | Remove ESCAPE_PATCH define | Bruce Momjian | 1996-11-04 |
| | |||
* | added #include "config.h" for ESCAPE_PATCH define | Marc G. Fournier | 1996-08-27 |
| | |||
* | Finished merging in src/backend from Dr. George's source tree | Marc G. Fournier | 1996-07-23 |
| | |||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 |