aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
Commit message (Expand)AuthorAge
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update UTF-8 <--> EUC_KR, JOHAB, UHC mappings.Tatsuo Ishii2009-05-03
* Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander2009-04-24
* Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas2009-04-08
* Add entry in the encoding number to OS name table for KOI8-U.Peter Eisentraut2009-04-06
* Fix SetClientEncoding() to maintain a cache of previously selected encodingTom Lane2009-04-02
* Fix case of the just resurrected UCS_to_BIG5.pl script, and updateHeikki Linnakangas2009-03-18
* Add seven kanji characters defined in the Windows 950 codepage to ourHeikki Linnakangas2009-03-18
* Revert pg_bind_textdomain_codeset to a existant-but-empty function whenAlvaro Herrera2009-03-09
* pg_bind_textdomain_codeset must exist only on ENABLE_NLS.Alvaro Herrera2009-03-08
* On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera2009-03-08
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-02
* Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev2009-03-02
* Fix buffer allocations in encoding conversion routines so that they won'tTom Lane2009-02-28
* Support for KOI8U encodingPeter Eisentraut2009-02-10
* Remove the encoding *numbers* from the comments. They are useless, andPeter Eisentraut2009-02-10
* Add possibility to generate only some files, by passing command-linePeter Eisentraut2009-02-10
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-29
* Explicitly bind gettext to the correct encoding on Windows.Magnus Hagander2009-01-22
* Use the new text domain names ("postgres-8.4" instead of "postgres")Magnus Hagander2009-01-19
* Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen()Tom Lane2009-01-04
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add an explicit caution about how to use pg_do_encoding_conversion withTom Lane2008-11-11
* pg_do_encoding_conversion cannot return NULL (at least not unless the inputTom Lane2008-11-10
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-29
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* Suppress gcc warning about possibly-uninitialized variable. It's notTom Lane2008-08-29
* Add missing descriptions for aggregates, functions and conversions.Bruce Momjian2008-08-23
* Fix compiler warning introduced by recent patch. Tsk tsk.Tom Lane2008-06-18
* Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian2008-06-18
* Add URL for introduction to multibyte programming in C.Bruce Momjian2008-06-17
* Explicitly bind gettext() to the UTF8 locale when in use.Magnus Hagander2008-05-27
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Clean up a few places where Datums were being treated as pointers withoutTom Lane2008-04-12
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* More README src cleanups.Bruce Momjian2008-03-21
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20
* Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to theHeikki Linnakangas2008-03-20
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-18
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from andTom Lane2008-01-09
* Fix some missed copyright updates.Tom Lane2008-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Cleanup for new else/comment handling.Bruce Momjian2007-11-16
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.Tom Lane2007-10-15
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Add comments re text <-> bytea internal equivalence in convert routines.Andrew Dunstan2007-09-24
* Use correct PG_GETARG macro in pg_convertAndrew Dunstan2007-09-24