| Age | Commit message (Expand) | Author |
| 2012-07-11 | Fix bogus macro definition. | Tom Lane |
| 2012-07-10 | Add comments about additional mule-internal charsets from emacs's | Tatsuo Ishii |
| 2012-07-04 | Add wchar -> mb conversion routines. | Robert Haas |
| 2012-07-04 | Improve documentation about MULE encoding. | Tom Lane |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
| 2011-10-29 | Improve make_greater_string() with encoding-specific incrementers. | Robert Haas |
| 2011-04-23 | Fix char2wchar/wchar2char to support collations properly. | Tom Lane |
| 2011-04-07 | Revise the API for GUC variable assign hooks. | Tom Lane |
| 2011-02-21 | Add ENCODING option to COPY TO/FROM and file_fdw. | Itagaki Takahiro |
| 2011-02-08 | Per-column collation support | Peter Eisentraut |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-18 | Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used | Tom Lane |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-10-17 | Write to the Windows eventlog in UTF16, converting the message encoding | Magnus Hagander |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-04-24 | Move gettext encoding names into encnames.c, so we only have one place to upd... | Magnus Hagander |
| 2009-04-08 | Tell gettext which codeset to use by calling bind_textdomain_codeset(). We | Heikki Linnakangas |
| 2009-04-02 | Fix SetClientEncoding() to maintain a cache of previously selected encoding | Tom Lane |
| 2009-03-09 | Revert pg_bind_textdomain_codeset to a existant-but-empty function when | Alvaro Herrera |
| 2009-03-08 | pg_bind_textdomain_codeset must exist only on ENABLE_NLS. | Alvaro Herrera |
| 2009-03-08 | On Windows, call bind_textdomain_codeset on domains other than the default one, | Alvaro Herrera |
| 2009-02-10 | Support for KOI8U encoding | Peter Eisentraut |
| 2009-01-29 | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane |
| 2009-01-04 | Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen() | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-10-29 | Unicode escapes in strings and identifiers | Peter Eisentraut |
| 2008-06-18 | Move wchar2char() and char2wchar() from tsearch into /mb to be easier to | Bruce Momjian |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-10-15 | Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. | Tom Lane |
| 2007-10-13 | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane |
| 2007-09-18 | Close previously open holes for invalidly encoded data to enter the | Andrew Dunstan |
| 2007-04-15 | Make JOHAB client only encoding per discussions in pgsql-hackers | Tatsuo Ishii |
| 2007-03-25 | Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, | Tatsuo Ishii |
| 2006-12-24 | Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-05-21 | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane |
| 2006-02-18 | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut |
| 2005-12-24 | Previous commit message should have been: | Bruce Momjian |
| 2005-12-24 | Add | Bruce Momjian |
| 2005-12-24 | Alignment cleanup. | Bruce Momjian |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-09-24 | Suppress signed-vs-unsigned-char warnings. | Tom Lane |
| 2005-08-05 | Actually, this macro had worse problems than a bogus name ... | Tom Lane |
| 2005-08-05 | Fix misspelled macro name. Doesn't appear to be used anywhere yet, | Tom Lane |
| 2005-06-15 | Support 3 and 4-byte unicode characters. | Bruce Momjian |
| 2005-03-14 | Add support for Win1252 encoding. | Bruce Momjian |