summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/mbutils.c
Commit message (Expand)AuthorAgeFilesLines
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-021-21/+22
* pgindent run.Bruce Momjian2002-09-041-45/+50
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-8/+8
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-2/+31
* Fix bug in pg_convert() per report from MaC.Yui.Tatsuo Ishii2002-08-191-2/+2
* Fix memory leak in SetClientEncoding().Tatsuo Ishii2002-08-141-1/+15
* Load and keep conversion function info when SET CLIENT_ENCODING TO isTatsuo Ishii2002-08-081-14/+93
* Implement DROP CONVERSIONTatsuo Ishii2002-07-251-3/+10
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-181-170/+84
* Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface.Tatsuo Ishii2001-11-201-46/+11
* Fix nasty bugs in pg_convert() and pg_convert2().Tatsuo Ishii2001-11-191-9/+40
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-49/+50
* Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii2001-10-121-1/+8
* Fix type_maximum_size() to give the right answer in MULTIBYTE cases.Tom Lane2001-09-211-13/+19
* Backout Karel's patchTatsuo Ishii2001-09-091-22/+6
* > > A simple and robus solution is in the begin of mbutils.c set defaultBruce Momjian2001-09-081-7/+11
* Commit Karel's patch.Tatsuo Ishii2001-09-061-45/+91
* Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii2001-08-151-75/+193
* TODO item:Tatsuo Ishii2001-07-151-5/+27
* getdatabaseencoding() and PG_encoding_to_char() were being sloppy aboutTom Lane2001-04-161-2/+4
* Modify wchar conversion routines to not fetch the next byte past the endTom Lane2001-03-081-4/+4
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-3/+2
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-141-15/+2
* Add support for code conversion between Unicode and other encodings.Tatsuo Ishii2000-10-301-8/+1
* Support for conversion between UNICODE and other encodingsTatsuo Ishii2000-10-121-13/+36
* Change pg_mblen and pg_encoding_mblen return types from voidTatsuo Ishii2000-08-271-5/+5
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-4/+6
* Eliminate query length limitation imposed by pg_client_to_serverTom Lane1999-09-111-27/+49
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Fix for multi-byte includes.Bruce Momjian1999-07-171-1/+3
* pgindent run over code.Bruce Momjian1999-05-251-7/+5
* Included patches make some enhancements to the multi-byte support.Bruce Momjian1999-02-021-2/+2
* MB patches from Tatsuo IshiiBruce Momjian1998-09-251-1/+29
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-123/+146
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-2/+2
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-0/+216