| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tidy up from frontend Assert change. | Andrew Dunstan | 2012-12-16 | 1 | -1/+0 |
| * | Fix ASCII case in pg_wchar2mule_with_len. | Tom Lane | 2012-07-10 | 1 | -11/+11 |
| * | Fix failure of new wchar->mb functions to advance from pointer. | Robert Haas | 2012-07-05 | 1 | -1/+4 |
| * | Add wchar -> mb conversion routines. | Robert Haas | 2012-07-04 | 1 | -42/+205 |
| * | Improve documentation about MULE encoding. | Tom Lane | 2012-07-04 | 1 | -0/+6 |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -12/+11 |
| * | Lots of doc corrections. | Robert Haas | 2012-04-23 | 1 | -1/+1 |
| * | Further improvement of make_greater_string. | Tom Lane | 2011-10-30 | 1 | -179/+155 |
| * | Improve make_greater_string() with encoding-specific incrementers. | Robert Haas | 2011-10-29 | 1 | -0/+257 |
| * | Improve "invalid byte sequence for encoding" message | Peter Eisentraut | 2011-09-05 | 1 | -6/+14 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used | Tom Lane | 2010-08-18 | 1 | -9/+11 |
| * | Remove sometimes inaccurate error hint about source of wrongly encoded data. | Andrew Dunstan | 2010-01-04 | 1 | -5/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -6/+6 |
| * | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 | 1 | -20/+7 |
| * | Support for KOI8U encoding | Peter Eisentraut | 2009-02-10 | 1 | -1/+2 |
| * | Remove the encoding *numbers* from the comments. They are useless, and | Peter Eisentraut | 2009-02-10 | 1 | -42/+42 |
| * | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane | 2009-01-29 | 1 | -1/+34 |
| * | Unicode escapes in strings and identifiers | Peter Eisentraut | 2008-10-29 | 1 | -1/+36 |
| * | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 | 1 | -7/+20 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -9/+9 |
| * | Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. | Tom Lane | 2007-10-15 | 1 | -50/+43 |
| * | Close previously open holes for invalidly encoded data to enter the | Andrew Dunstan | 2007-09-18 | 1 | -13/+29 |
| * | Suppress an integer-overflow warning. | Tom Lane | 2007-07-12 | 1 | -2/+2 |
| * | Make JOHAB client only encoding per discussions in pgsql-hackers | Tatsuo Ishii | 2007-04-15 | 1 | -22/+22 |
| * | Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL | Tatsuo Ishii | 2007-03-26 | 1 | -5/+5 |
| * | Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, | Tatsuo Ishii | 2007-03-25 | 1 | -6/+8 |
| * | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same | Tom Lane | 2007-01-24 | 1 | -17/+43 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -97/+113 |
| * | In new "invalid byte sequence" error hint, call it "error", not | Bruce Momjian | 2006-08-22 | 1 | -2/+2 |
| * | Add hint for "invalid byte sequence for encoding" error message, | Bruce Momjian | 2006-08-22 | 1 | -2/+5 |
| * | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 | 1 | -153/+583 |
| * | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 | 1 | -6/+10 |
| * | Allow psql multi-line column values to align in the proper columns | Bruce Momjian | 2006-02-10 | 1 | -16/+197 |
| * | More uses of IS_HIGHBIT_SET() macro. | Bruce Momjian | 2005-12-26 | 1 | -11/+11 |
| * | I have added these macros to c.h: | Bruce Momjian | 2005-12-25 | 1 | -13/+13 |
| * | Formatting cleanups. | Bruce Momjian | 2005-12-24 | 1 | -64/+22 |
| * | Formatting cleanup. | Bruce Momjian | 2005-12-24 | 1 | -41/+42 |
| * | Fix long standing Asian multibyte charsets bug. | Tatsuo Ishii | 2005-12-24 | 1 | -22/+23 |
| * | Message corrections | Peter Eisentraut | 2005-10-29 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -46/+77 |
| * | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 | 1 | -25/+31 |
| * | Support 3 and 4-byte unicode characters. | Bruce Momjian | 2005-06-15 | 1 | -37/+64 |
| * | Add support for Win1252 encoding. | Bruce Momjian | 2005-03-14 | 1 | -1/+2 |
| * | Update comments for new encoding names. | Bruce Momjian | 2005-03-14 | 1 | -3/+3 |
| * | Rename canonical encodings, per Peter: | Bruce Momjian | 2005-03-07 | 1 | -6/+6 |
| * | Back out fix for Unicode characters above 0x10000 | Bruce Momjian | 2004-12-03 | 1 | -72/+44 |
| * | Fix for Unicode characters above 0x10000. | Bruce Momjian | 2004-12-02 | 1 | -44/+72 |
| * | Allow WIN1250 as server encoding. | Peter Eisentraut | 2004-09-17 | 1 | -6/+6 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -31/+29 |