summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Close previously open holes for invalidly encoded data to enter theAndrew Dunstan2007-09-182-28/+88
* Suppress an integer-overflow warning.Tom Lane2007-07-121-2/+2
* Tweak the code in a couple of places to try to deliver more user-friendlyTom Lane2007-05-281-9/+39
* Tweak clean_encoding_name() API to avoid need to cast away const.Tom Lane2007-04-161-5/+5
* Make JOHAB client only encoding per discussions in pgsql-hackersTatsuo Ishii2007-04-152-26/+26
* Fix description how to create conversion function.Tatsuo Ishii2007-04-151-2/+2
* Fix typo in Makefile.Bruce Momjian2007-03-271-2/+2
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-262-10/+2
* Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNALTatsuo Ishii2007-03-261-5/+5
* Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii2007-03-2535-106/+70158
* Allow 4 bytes UTF-8 (UCS-4 range 00010000-001FFFFF)Tatsuo Ishii2007-03-231-4/+11
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-0923-46/+46
* Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the sameTom Lane2007-01-241-17/+43
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0531-62/+62
* Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane2006-12-241-1/+9
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-2/+2
* Fix gratuitous message spelling differencesPeter Eisentraut2006-11-272-4/+4
* Message style improvementsPeter Eisentraut2006-10-062-4/+4
* pgindent run for 8.2.Bruce Momjian2006-10-049-148/+162
* In new "invalid byte sequence" error hint, call it "error", notBruce Momjian2006-08-221-2/+2