Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
| | |||
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
| | |||
* | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 |
| | |||
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
| | |||
* | Add support for Latin9 encoding in to_ascii(). Jaime Casanova | Tom Lane | 2004-12-20 |
| | |||
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
| | |||
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
| | |||
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
| | |||
* | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 |
| | |||
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
| | | | | so it won't miss 'em again. | ||
* | pgindent run. | Bruce Momjian | 2003-08-04 |
| | |||
* | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 |
| | | | | the bulk of the heavy lifting ... | ||
* | Fix a *second* buffer overrun bug in to_ascii(). Grumble. | Tom Lane | 2003-07-14 |
| | |||
* | Fix buffer overrun in to_ascii(), per report from Guido Notari. | Tom Lane | 2003-04-02 |
| | |||
* | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 |
| | |||
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
| | | | | initdb/regression tests pass. | ||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
| | | | | spacing. Also adds space for one-line comments. | ||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
| | | | | tests pass. | ||
* | Commit Karel's patch. | Tatsuo Ishii | 2001-09-06 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------- Subject: Re: [PATCHES] encoding names From: Karel Zak <zakkr@zf.jcu.cz> To: Peter Eisentraut <peter_e@gmx.net> Cc: pgsql-patches <pgsql-patches@postgresql.org> Date: Fri, 31 Aug 2001 17:24:38 +0200 On Thu, Aug 30, 2001 at 01:30:40AM +0200, Peter Eisentraut wrote: > > - convert encoding 'name' to 'id' > > I thought we decided not to add functions returning "new" names until we > know exactly what the new names should be, and pending schema Ok, the patch not to add functions. > better > > ...(): encoding name too long Fixed. I found new bug in command/variable.c in parse_client_encoding(), nobody probably never see this error: if (pg_set_client_encoding(encoding)) { elog(ERROR, "Conversion between %s and %s is not supported", value, GetDatabaseEncodingName()); } because pg_set_client_encoding() returns -1 for error and 0 as true. It's fixed too. IMHO it can be apply. Karel PS: * following files are renamed: src/utils/mb/Unicode/KOI8_to_utf8.map --> src/utils/mb/Unicode/koi8r_to_utf8.map src/utils/mb/Unicode/WIN_to_utf8.map --> src/utils/mb/Unicode/win1251_to_utf8.map src/utils/mb/Unicode/utf8_to_KOI8.map --> src/utils/mb/Unicode/utf8_to_koi8r.map src/utils/mb/Unicode/utf8_to_WIN.map --> src/utils/mb/Unicode/utf8_to_win1251.map * new file: src/utils/mb/encname.c * removed file: src/utils/mb/common.c -- Karel Zak <zakkr@zf.jcu.cz> http://home.zf.jcu.cz/~zakkr/ C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz | ||
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
| | |||
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
| | |||
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
| | |||
* | Minor cleanup. | Tom Lane | 2000-10-25 |
| | |||
* | Tired of seeing these warnings ... | Tom Lane | 2000-08-26 |
| | |||
* | > I had to back out the patch. It only compiles with multi-byte enabled. | Bruce Momjian | 2000-08-05 |
| | | | | | | | | | | | | | | Ooops, I forget... here it is again. > > > If encoding is not supported returns ERROR. and if multibyte not enabled too.... Thanks. Karel ~ | ||
* | Back out to_ascii patch from Karel. | Bruce Momjian | 2000-08-04 |
| | |||
* | Add missing files from Karel, tip from Jan. | Bruce Momjian | 2000-08-04 |