| Commit message (Expand) | Author | Age |
* | Reduce excessive dereferencing of function pointers | Peter Eisentraut | 2017-09-07 |
* | Phase 3 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane | 2017-06-21 |
* | Fix insufficiently-paranoid GB18030 encoding verifier. | Tom Lane | 2015-05-15 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Remove wchar.c Asserts that were stricter than the main code | Bruce Momjian | 2014-03-24 |
* | Make various variables const (read-only). | Tom Lane | 2014-01-18 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Tidy up from frontend Assert change. | Andrew Dunstan | 2012-12-16 |
* | Fix ASCII case in pg_wchar2mule_with_len. | Tom Lane | 2012-07-10 |
* | Fix failure of new wchar->mb functions to advance from pointer. | Robert Haas | 2012-07-05 |
* | Add wchar -> mb conversion routines. | Robert Haas | 2012-07-04 |
* | Improve documentation about MULE encoding. | Tom Lane | 2012-07-04 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Lots of doc corrections. | Robert Haas | 2012-04-23 |
* | Further improvement of make_greater_string. | Tom Lane | 2011-10-30 |
* | Improve make_greater_string() with encoding-specific incrementers. | Robert Haas | 2011-10-29 |
* | Improve "invalid byte sequence for encoding" message | Peter Eisentraut | 2011-09-05 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used | Tom Lane | 2010-08-18 |
* | Remove sometimes inaccurate error hint about source of wrongly encoded data. | Andrew Dunstan | 2010-01-04 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 |
* | Support for KOI8U encoding | Peter Eisentraut | 2009-02-10 |
* | Remove the encoding *numbers* from the comments. They are useless, and | Peter Eisentraut | 2009-02-10 |
* | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane | 2009-01-29 |
* | Unicode escapes in strings and identifiers | Peter Eisentraut | 2008-10-29 |
* | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. | Tom Lane | 2007-10-15 |
* | Close previously open holes for invalidly encoded data to enter the | Andrew Dunstan | 2007-09-18 |
* | Suppress an integer-overflow warning. | Tom Lane | 2007-07-12 |
* | Make JOHAB client only encoding per discussions in pgsql-hackers | Tatsuo Ishii | 2007-04-15 |
* | Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL | Tatsuo Ishii | 2007-03-26 |
* | Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, | Tatsuo Ishii | 2007-03-25 |
* | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same | Tom Lane | 2007-01-24 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | In new "invalid byte sequence" error hint, call it "error", not | Bruce Momjian | 2006-08-22 |
* | Add hint for "invalid byte sequence for encoding" error message, | Bruce Momjian | 2006-08-22 |
* | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 |
* | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 |
* | Allow psql multi-line column values to align in the proper columns | Bruce Momjian | 2006-02-10 |
* | More uses of IS_HIGHBIT_SET() macro. | Bruce Momjian | 2005-12-26 |
* | I have added these macros to c.h: | Bruce Momjian | 2005-12-25 |
* | Formatting cleanups. | Bruce Momjian | 2005-12-24 |
* | Formatting cleanup. | Bruce Momjian | 2005-12-24 |
* | Fix long standing Asian multibyte charsets bug. | Tatsuo Ishii | 2005-12-24 |
* | Message corrections | Peter Eisentraut | 2005-10-29 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |