| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add an explicit caution about how to use pg_do_encoding_conversion with | Tom Lane | 2008-11-11 | 1 | -1/+7 |
| * | pg_do_encoding_conversion cannot return NULL (at least not unless the input | Tom Lane | 2008-11-10 | 1 | -3/+1 |
| * | 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 |
| * | Suppress gcc warning about possibly-uninitialized variable. It's not | Tom Lane | 2008-08-29 | 1 | -1/+2 |
| * | Add missing descriptions for aggregates, functions and conversions. | Bruce Momjian | 2008-08-23 | 1 | -1/+3 |
| * | Fix compiler warning introduced by recent patch. Tsk tsk. | Tom Lane | 2008-06-18 | 1 | -1/+2 |
| * | Move wchar2char() and char2wchar() from tsearch into /mb to be easier to | Bruce Momjian | 2008-06-18 | 1 | -1/+129 |
| * | Add URL for introduction to multibyte programming in C. | Bruce Momjian | 2008-06-17 | 1 | -1/+5 |
| * | Explicitly bind gettext() to the UTF8 locale when in use. | Magnus Hagander | 2008-05-27 | 1 | -1/+20 |
| * | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 2 | -1/+7 |
| * | Clean up a few places where Datums were being treated as pointers without | Tom Lane | 2008-04-12 | 1 | -3/+3 |
| * | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 | 1 | -12/+3 |
| * | More README src cleanups. | Bruce Momjian | 2008-03-21 | 1 | -2/+2 |
| * | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian | 2008-03-20 | 1 | -0/+5 |
| * | Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the | Heikki Linnakangas | 2008-03-20 | 1 | -5/+16 |
| * | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut | 2008-03-18 | 1 | -4/+6 |
| * | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -10/+3 |
| * | Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from and | Tom Lane | 2008-01-09 | 1 | -15/+9 |
| * | Fix some missed copyright updates. | Tom Lane | 2008-01-01 | 3 | -6/+6 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 34 | -68/+68 |
| * | Cleanup for new else/comment handling. | Bruce Momjian | 2007-11-16 | 1 | -2/+2 |
| * | Fix pgindent to properly handle 'else' and single-line comments on the | Bruce Momjian | 2007-11-15 | 1 | -24/+28 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 16 | -84/+92 |
| * | Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. | Tom Lane | 2007-10-15 | 2 | -52/+45 |
| * | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 | 2 | -12/+25 |
| * | Add comments re text <-> bytea internal equivalence in convert routines. | Andrew Dunstan | 2007-09-24 | 1 | -1/+11 |
| * | Use correct PG_GETARG macro in pg_convert | Andrew Dunstan | 2007-09-24 | 1 | -2/+2 |
| * | Close previously open holes for invalidly encoded data to enter the | Andrew Dunstan | 2007-09-18 | 2 | -28/+88 |
| * | Suppress an integer-overflow warning. | Tom Lane | 2007-07-12 | 1 | -2/+2 |
| * | Tweak the code in a couple of places to try to deliver more user-friendly | Tom Lane | 2007-05-28 | 1 | -9/+39 |
| * | Tweak clean_encoding_name() API to avoid need to cast away const. | Tom Lane | 2007-04-16 | 1 | -5/+5 |
| * | Make JOHAB client only encoding per discussions in pgsql-hackers | Tatsuo Ishii | 2007-04-15 | 2 | -26/+26 |
| * | Fix description how to create conversion function. | Tatsuo Ishii | 2007-04-15 | 1 | -2/+2 |
| * | Fix typo in Makefile. | Bruce Momjian | 2007-03-27 | 1 | -2/+2 |
| * | Remove advertising clause from Berkeley BSD-licensed files, per | Bruce Momjian | 2007-03-26 | 2 | -10/+2 |
| * | 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 | 35 | -106/+70158 |
| * | Allow 4 bytes UTF-8 (UCS-4 range 00010000-001FFFFF) | Tatsuo Ishii | 2007-03-23 | 1 | -4/+11 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -2/+2 |
| * | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 | 23 | -46/+46 |
| * | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same | Tom Lane | 2007-01-24 | 1 | -17/+43 |
| * | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 1 | -8/+1 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 31 | -62/+62 |
| * | Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of | Tom Lane | 2006-12-24 | 1 | -1/+9 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 1 | -2/+2 |
| * | Fix gratuitous message spelling differences | Peter Eisentraut | 2006-11-27 | 2 | -4/+4 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 2 | -4/+4 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 9 | -148/+162 |
| * | In new "invalid byte sequence" error hint, call it "error", not | Bruce Momjian | 2006-08-22 | 1 | -2/+2 |