| Age | Commit message (Expand) | Author |
| 2013-07-19 | Add checks for valid multibyte character length in UtfToLocal, LocalToUtf. | Tom Lane |
| 2013-06-26 | Renovate display of non-ASCII messages on Windows. | Noah Misch |
| 2013-05-29 | pgindent run for release 9.3 | Bruce Momjian |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
| 2012-12-16 | Tidy up from frontend Assert change. | Andrew Dunstan |
| 2012-08-30 | Remove configure flag --disable-shared, as it is no longer used by any | Bruce Momjian |
| 2012-07-10 | Fix ASCII case in pg_wchar2mule_with_len. | Tom Lane |
| 2012-07-06 | Fix failure of new wchar->mb functions to advance from pointer. | Robert Haas |
| 2012-07-05 | Run newly-configured perltidy script on Perl files. | Bruce Momjian |
| 2012-07-04 | Add wchar -> mb conversion routines. | Robert Haas |
| 2012-07-04 | Improve documentation about MULE encoding. | Tom Lane |
| 2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
| 2012-04-24 | Lots of doc corrections. | Robert Haas |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
| 2011-10-30 | Further improvement of make_greater_string. | Tom Lane |
| 2011-10-29 | Improve make_greater_string() with encoding-specific incrementers. | Robert Haas |
| 2011-09-11 | Remove many -Wcast-qual warnings | Peter Eisentraut |
| 2011-09-06 | Avoid possibly accessing off the end of memory in SJIS2004 conversion. | Tom Lane |
| 2011-09-05 | Improve "invalid byte sequence for encoding" message | Peter Eisentraut |
| 2011-04-23 | Fix char2wchar/wchar2char to support collations properly. | Tom Lane |
| 2011-04-17 | foreach() and list_delete() don't mix. | Tom Lane |
| 2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
| 2011-04-07 | Revise the API for GUC variable assign hooks. | Tom Lane |
| 2011-02-21 | Fix pg_server_to_client, that was broken in the previous commit. | Itagaki Takahiro |
| 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-12-03 | Remove unnecessary string null-termination in pg_convert. | Itagaki Takahiro |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2010-11-12 | Improved parallel make support | Peter Eisentraut |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-09-19 | Replace last remaining $Id$ with $PostgreSQL$. | Tom Lane |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-08-18 | Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used | Tom Lane |
| 2010-07-07 | Adjust mbutils.c so it won't get broken by future pgindent runs. | Tom Lane |
| 2010-07-06 | Undo pgindent breakage (again). Per buildfarm. | Tom Lane |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-02-27 | Undo some more pgindent breakage. Per buildfarm. | Tom Lane |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-16 | Remove personal copyright now that file has been rewritten using | Bruce Momjian |
| 2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
| 2010-01-04 | Remove sometimes inaccurate error hint about source of wrongly encoded data. | Andrew Dunstan |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-11-12 | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane |
| 2009-11-04 | Rename some encoding conversion modules to keep pathnames in our source | Tom Lane |
| 2009-10-17 | Fix typo in previous release as reported by Itagaki Takahiro, but missed | Magnus Hagander |
| 2009-10-17 | Write to the Windows eventlog in UTF16, converting the message encoding | Magnus Hagander |
| 2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
| 2009-08-07 | Expand test coverage support to entire tree | Peter Eisentraut |