summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add hint for "invalid byte sequence for encoding" error message,Bruce Momjian2006-08-221-2/+5
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-142-4/+2
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-112-23/+23
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-2/+2
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-3/+1
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-3023-23/+69
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-2125-730/+1314
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-1121-0/+42
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0530-60/+60
* Tighten up SJIS byte sequence check. Now we reject invalid SJIS byteTatsuo Ishii2006-03-041-2/+15
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-2/+2
* The Makefile was invoking perl scripts as ./script.pl. This fails whenPeter Eisentraut2006-02-241-8/+8
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-1848-1427/+1306
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-121-2/+2
* Throw a warning rather than an error on invalid character from UTF8 toBruce Momjian2006-02-121-3/+5
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-101-16/+197
* mbutils was previously doing some allocations, including invokingNeil Conway2006-01-121-38/+32
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-112-12/+12
* Remove a confusing pair of parentheses.Neil Conway2006-01-111-3/+3
* More uses of IS_HIGHBIT_SET() macro.Bruce Momjian2005-12-266-46/+34
* I have added these macros to c.h:Bruce Momjian2005-12-256-24/+24
* Formatting cleanups.Bruce Momjian2005-12-241-64/+22
* Formatting cleanup.Bruce Momjian2005-12-241-41/+42
* Fix long standing Asian multibyte charsets bug.Tatsuo Ishii2005-12-241-22/+23
* Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8.Tatsuo Ishii2005-12-231-18/+27
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-092-7/+10
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-222-5/+5
* Message correctionsPeter Eisentraut2005-10-292-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1519-132/+159