Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 |
* | Rename canonical encodings, per Peter: | Bruce Momjian | 2005-03-07 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls. | Tom Lane | 2002-10-26 |
* | Change Assert(len > 0) to Assert(len >= 0) | Tatsuo Ishii | 2002-09-13 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Changes made so new conversion Makefiles will build out of the source tree. | Bruce Momjian | 2002-08-21 |
* | Add conversion procs for CREATE CONVERSION | Tatsuo Ishii | 2002-07-16 |