| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make JOHAB client only encoding per discussions in pgsql-hackers | Tatsuo Ishii | 2007-04-15 | 1 | -2/+2 |
| * | Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, | Tatsuo Ishii | 2007-03-25 | 1 | -10/+36 |
| * | Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of | Tom Lane | 2006-12-24 | 1 | -1/+3 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -23/+23 |
| * | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 | 1 | -24/+44 |
| * | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 | 1 | -2/+6 |
| * | Previous commit message should have been: | Bruce Momjian | 2005-12-24 | 1 | -2/+2 |
| * | Add | Bruce Momjian | 2005-12-24 | 1 | -2/+3 |
| * | Alignment cleanup. | Bruce Momjian | 2005-12-24 | 1 | -43/+43 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -18/+16 |
| * | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 | 1 | -14/+14 |
| * | Actually, this macro had worse problems than a bogus name ... | Tom Lane | 2005-08-05 | 1 | -3/+2 |
| * | Fix misspelled macro name. Doesn't appear to be used anywhere yet, | Tom Lane | 2005-08-05 | 1 | -2/+2 |
| * | Support 3 and 4-byte unicode characters. | Bruce Momjian | 2005-06-15 | 1 | -1/+3 |
| * | Add support for Win1252 encoding. | Bruce Momjian | 2005-03-14 | 1 | -2/+3 |
| * | Rename canonical encodings, per Peter: | Bruce Momjian | 2005-03-07 | 1 | -8/+8 |
| * | Back out addition of Win1252 encoding. | Bruce Momjian | 2004-12-04 | 1 | -2/+1 |
| * | Back out fix for Unicode characters above 0x10000 | Bruce Momjian | 2004-12-03 | 1 | -11/+1 |
| * | Fix for Unicode characters above 0x10000. | Bruce Momjian | 2004-12-02 | 1 | -1/+11 |
| * | Add Charset WIN1252 support. | Bruce Momjian | 2004-12-02 | 1 | -1/+2 |
| * | Allow WIN1250 as server encoding. | Peter Eisentraut | 2004-09-17 | 1 | -3/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -2/+3 |
| * | Add PQmbdsplen() which returns the "display length" of a character. | Tatsuo Ishii | 2004-03-15 | 1 | -1/+6 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -2/+2 |
| * | In src/include/mb/pg_wchar.h we have: | Bruce Momjian | 2003-06-02 | 1 | -2/+2 |
| * | Fix for GUC client_encoding variable not being handled | Tatsuo Ishii | 2003-02-19 | 1 | -1/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -16/+16 |
| * | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 | 1 | -6/+6 |
| * | Add Cyrillic and other encodings for encoding conversion. | Tatsuo Ishii | 2002-08-14 | 1 | -1/+5 |
| * | Fix typo. Remove #ifdef MULTIBYTE | Tatsuo Ishii | 2002-07-29 | 1 | -35/+25 |
| * | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii | 2002-07-18 | 1 | -32/+17 |
| * | Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp> | Tatsuo Ishii | 2002-06-13 | 1 | -2/+2 |
| * | > Tatsuo Ishii wrote: | Bruce Momjian | 2002-03-05 | 1 | -4/+10 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -4/+4 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -35/+36 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -119/+121 |
| * | Ok, here is the modified encoding table (column1 is the standard name, | Tatsuo Ishii | 2001-10-16 | 1 | -13/+13 |
| * | Add support for ISO-8859-6 to 16 | Tatsuo Ishii | 2001-10-11 | 1 | -11/+98 |
| * | Add pg_database_encoding_max_length() function. | Tatsuo Ishii | 2001-09-23 | 1 | -1/+2 |
| * | Fix type_maximum_size() to give the right answer in MULTIBYTE cases. | Tom Lane | 2001-09-21 | 1 | -14/+24 |
| * | Implement following item in TODO: | Tatsuo Ishii | 2001-09-11 | 1 | -1/+5 |
| * | Commit Karel's patch. | Tatsuo Ishii | 2001-09-06 | 1 | -67/+148 |
| * | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii | 2001-08-15 | 1 | -1/+3 |
| * | TODO item: | Tatsuo Ishii | 2001-07-15 | 1 | -1/+2 |
| * | BTW it does not add encodign it just patches existing one (KOI8) to | Bruce Momjian | 2001-05-03 | 1 | -2/+3 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -14/+15 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -2/+1 |
| * | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane | 2000-11-14 | 1 | -3/+1 |