aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
Commit message (Expand)AuthorAge
* Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface.Tatsuo Ishii2001-11-20
* Fix nasty bugs in pg_convert() and pg_convert2().Tatsuo Ishii2001-11-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii2001-10-16
* Add UTF-8 char >= 0x10000 checkTatsuo Ishii2001-10-15
* Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii2001-10-12
* Add support for ISO-8859-6 to 16Tatsuo Ishii2001-10-11
* Fix bug in mic2ascii(). It does not handle correctly if none ASCIITatsuo Ishii2001-09-25
* Add pg_database_encoding_max_length() function.Tatsuo Ishii2001-09-23
* Remove test driversTatsuo Ishii2001-09-22
* Fix type_maximum_size() to give the right answer in MULTIBYTE cases.Tom Lane2001-09-21
* Remove old file.Peter Eisentraut2001-09-19
* Implement following item in TODO:Tatsuo Ishii2001-09-11
* Backout Karel's patchTatsuo Ishii2001-09-09
* > > A simple and robus solution is in the begin of mbutils.c set defaultBruce Momjian2001-09-08
* Remove file, per Karel.Bruce Momjian2001-09-07
* Remove variable length macros used in debugging, per Karel.Bruce Momjian2001-09-07
* Remove unused files for Karel's patch.Bruce Momjian2001-09-07
* Remove common.c, removed in Karal's patch.Bruce Momjian2001-09-07
* Add missing files.Tatsuo Ishii2001-09-07
* Commit Karel's patch.Tatsuo Ishii2001-09-06
* Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii2001-08-15
* TODO item:Tatsuo Ishii2001-07-15
* Fix a message error in utf_to_localTatsuo Ishii2001-05-28
* BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian2001-05-03
* Add missing Unicode support for Cyrillic encodings.Tatsuo Ishii2001-04-29
* Add a crash gurard to pg_encoding_mblen in case of an invalid encodingTatsuo Ishii2001-04-19
* Correction for mathematical properties in Unicode converison maps.Tatsuo Ishii2001-04-16
* getdatabaseencoding() and PG_encoding_to_char() were being sloppy aboutTom Lane2001-04-16
* Fix unportable assumptions about alignment of local char[n] variables.Tom Lane2001-03-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Modify wchar conversion routines to not fetch the next byte past the endTom Lane2001-03-08
* Enhanced UTF-8/SJIS mapping generator, contributed byTatsuo Ishii2001-02-23
* Unicode <-> SJIS new mapping tables (based on CP932.TXT) contributed byTatsuo Ishii2001-02-15
* Move pg_encoding_mblen() from common.c to wchar.c.Tatsuo Ishii2001-02-11
* conv.c did not compile anymore. Fix wrong header file inclusion.Tatsuo Ishii2001-02-11
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Fix a bug in conversion from big5 to EUC_TW (CNS 11643-1992 Plane 3)Tatsuo Ishii2000-12-09
* Make all commands that link a program look likePeter Eisentraut2000-11-30
* Unicode conversion fix suggested by Jan Varga...Tatsuo Ishii2000-11-26
* Fix bugs in EUC_TW support. This fix includes patches contributedTatsuo Ishii2000-11-17
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-14
* Add support for code conversion between Unicode and other encodings.Tatsuo Ishii2000-10-30
* Remove gcc-only macro definitionTatsuo Ishii2000-10-27
* Support SET/SHOW/RESET client_encoding and server_encoding even whenTom Lane2000-10-25
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Support for conversion between UNICODE and other encodingsTatsuo Ishii2000-10-12
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31