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