aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
Commit message (Expand)AuthorAge
* Undo some more pgindent breakage. Per buildfarm.Tom Lane2010-02-27
* pgindent run for 9.0Bruce Momjian2010-02-26
* Remove personal copyright now that file has been rewritten usingBruce Momjian2010-02-16
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Remove sometimes inaccurate error hint about source of wrongly encoded data.Andrew Dunstan2010-01-04
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-12
* Rename some encoding conversion modules to keep pathnames in our sourceTom Lane2009-11-04
* Fix typo in previous release as reported by Itagaki Takahiro, but missedMagnus Hagander2009-10-17
* Write to the Windows eventlog in UTF16, converting the message encodingMagnus Hagander2009-10-17
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Expand test coverage support to entire treePeter Eisentraut2009-08-07
* Don't use 'return' where you should use 'PG_RETURN_xxx'.Tom Lane2009-07-07
* More sensible character_octet_lengthPeter Eisentraut2009-07-07
* 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