Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-05 | Remove extremely old, incomplete, broken example code. | Tom Lane | |
Per my proposal a few days ago. | |||
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian | |
2006-03-01 | This patch makes the error message strings throughout the backend | Neil Conway | |
more compliant with the error message style guide. In particular, errdetail should begin with a capital letter and end with a period, whereas errmsg should not. I also fixed a few related issues in passing, such as fixing the repeated misspelling of "lexeme" in contrib/tsearch2 (per Tom's suggestion). | |||
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian | |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon | |
Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ... | |||
2004-08-29 | Update copyright to 2004. | Bruce Momjian | |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian | |
2002-06-20 | Update copyright to 2002. | Bruce Momjian | |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | |
initdb/regression 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-09 | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | |
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-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | |
1998-03-01 | Move around files before applying Darren's second patch | Marc G. Fournier | |