aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
Commit message (Expand)AuthorAge
* Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii2004-03-15
* If we don't have shared libraries, we don't have conversions. MakeTom Lane2004-01-21
* Fix bit-rot in support for building with --disable-shared. This patchTom Lane2004-01-21
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Fix GB18030 to UTF-8 mapping tableTatsuo Ishii2003-08-25
* Fix GB18030 to UTF-8 mapping tableTatsuo Ishii2003-08-24
* Fix uninstall target.Peter Eisentraut2003-08-23
* Conversion functions must be STRICT to prevent them from getting null inputs.Tom Lane2003-08-08
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-12
* Back out patch that got bundled into another patch.Bruce Momjian2003-06-12
* New patch with corrected README attached.Bruce Momjian2003-06-12
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Department of second thoughts: probably still need an IsTransactionStateTom Lane2003-04-27
* Clean up some problems in SetClientEncoding: failed to honor doit flagTom Lane2003-04-27
* Fix encoding conversion function bug.Tatsuo Ishii2003-04-12
* This is a derived file and should never have been added to CVS.Tom Lane2003-04-02
* Add new files.Bruce Momjian2003-03-27
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-19
* Fix array subscript overruns identified by Yichen Xie.Tom Lane2003-01-29
* Fix typo in an error messageTatsuo Ishii2003-01-11
* Fix Latin9/Unicode conversion by selecting the right table.Peter Eisentraut2002-12-09
* As far as I figured from the source code this function only deals withBruce Momjian2002-12-05
* Guard against 0 length string encoding conversion case.Tatsuo Ishii2002-11-26
* Fix broken GB18030 <--> UTF-8 conversion mapTatsuo Ishii2002-11-12
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-02
* Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane2002-10-26
* Tweak conversion names to follow the established naming scheme, andPeter Eisentraut2002-09-24
* Fix bug in encoding conversion map.Tatsuo Ishii2002-09-18
* Update Japanese README so that it reflects the changes made to theTatsuo Ishii2002-09-18
* Change Assert(len > 0) to Assert(len >= 0)Tatsuo Ishii2002-09-13
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-05
* pgindent run.Bruce Momjian2002-09-04
* Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane2002-09-04
* Refrect the changes to src/test/regress/sql/conversion.sql By Tom.Tatsuo Ishii2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Remove erroneous character from Makefile due to editor error.Bruce Momjian2002-08-22
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Changes made so new conversion Makefiles will build out of the source tree.Bruce Momjian2002-08-21
* Fix bug in pg_convert() per report from MaC.Yui.Tatsuo Ishii2002-08-19
* Fix memory leak in SetClientEncoding().Tatsuo Ishii2002-08-14
* Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii2002-08-14