| Commit message (Expand) | Author | Age |
* | Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the | Heikki Linnakangas | 2008-03-20 |
* | Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from and | Tom Lane | 2008-01-09 |
* | Fix some missed copyright updates. | Tom Lane | 2008-01-01 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Cleanup for new else/comment handling. | Bruce Momjian | 2007-11-16 |
* | Fix pgindent to properly handle 'else' and single-line comments on the | Bruce Momjian | 2007-11-15 |
* | 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 |
* | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 |
* | Add comments re text <-> bytea internal equivalence in convert routines. | Andrew Dunstan | 2007-09-24 |
* | Use correct PG_GETARG macro in pg_convert | Andrew Dunstan | 2007-09-24 |
* | 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 |
* | Tweak the code in a couple of places to try to deliver more user-friendly | Tom Lane | 2007-05-28 |
* | Tweak clean_encoding_name() API to avoid need to cast away const. | Tom Lane | 2007-04-16 |
* | Make JOHAB client only encoding per discussions in pgsql-hackers | Tatsuo Ishii | 2007-04-15 |
* | Fix description how to create conversion function. | Tatsuo Ishii | 2007-04-15 |
* | Fix typo in Makefile. | Bruce Momjian | 2007-03-27 |
* | Remove advertising clause from Berkeley BSD-licensed files, per | Bruce Momjian | 2007-03-26 |
* | 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 |
* | Allow 4 bytes UTF-8 (UCS-4 range 00010000-001FFFFF) | Tatsuo Ishii | 2007-03-23 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 |
* | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same | Tom Lane | 2007-01-24 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of | Tom Lane | 2006-12-24 |
* | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 |
* | Fix gratuitous message spelling differences | Peter Eisentraut | 2006-11-27 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | 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 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 |
* | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 |
* | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte | Tatsuo Ishii | 2006-03-04 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 |
* | The Makefile was invoking perl scripts as ./script.pl. This fails when | Peter Eisentraut | 2006-02-24 |
* | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 |
* | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane | 2006-02-12 |
* | Throw a warning rather than an error on invalid character from UTF8 to | Bruce Momjian | 2006-02-12 |
* | Allow psql multi-line column values to align in the proper columns | Bruce Momjian | 2006-02-10 |
* | mbutils was previously doing some allocations, including invoking | Neil Conway | 2006-01-12 |