index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mb
/
mbutils.c
Commit message (
Expand
)
Author
Age
*
Change the backend to reject strings containing invalidly-encoded multibyte
Tom Lane
2006-05-21
*
mbutils was previously doing some allocations, including invoking
Neil Conway
2006-01-12
*
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
Neil Conway
2006-01-11
*
Remove a confusing pair of parentheses.
Neil Conway
2006-01-11
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-24
*
Change typreceive function API so that receive functions get the same
Tom Lane
2005-07-10
*
Rename canonical encodings, per Peter:
Bruce Momjian
2005-03-07
*
More minor cosmetic improvements:
Neil Conway
2004-10-13
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Add PQmbdsplen() which returns the "display length" of a character.
Tatsuo Ishii
2004-03-15
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in backend/utils (except /adt).
Tom Lane
2003-07-25
*
Department of second thoughts: probably still need an IsTransactionState
Tom Lane
2003-04-27
*
Clean up some problems in SetClientEncoding: failed to honor doit flag
Tom Lane
2003-04-27
*
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2003-03-10
*
Fix for GUC client_encoding variable not being handled
Tatsuo Ishii
2003-02-19
*
Guard against 0 length string encoding conversion case.
Tatsuo Ishii
2002-11-26
*
Remove encoding lookups from grammar stage, push them back to places
Tom Lane
2002-11-02
*
pgindent run.
Bruce Momjian
2002-09-04
*
Remove all traces of multibyte and locale options. Clean up comments
Peter Eisentraut
2002-09-03
*
Remove #ifdef MULTIBYTE per hackers list discussion.
Tatsuo Ishii
2002-08-29
*
Fix bug in pg_convert() per report from MaC.Yui.
Tatsuo Ishii
2002-08-19
*
Fix memory leak in SetClientEncoding().
Tatsuo Ishii
2002-08-14
*
Load and keep conversion function info when SET CLIENT_ENCODING TO is
Tatsuo Ishii
2002-08-08
*
Implement DROP CONVERSION
Tatsuo Ishii
2002-07-25
*
I have committed many support files for CREATE CONVERSION. Default
Tatsuo Ishii
2002-07-18
*
Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface.
Tatsuo Ishii
2001-11-20
*
Fix nasty bugs in pg_convert() and pg_convert2().
Tatsuo Ishii
2001-11-19
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Add a new function "pg_client_encoding" which returns the current client
Tatsuo Ishii
2001-10-12
*
Fix type_maximum_size() to give the right answer in MULTIBYTE cases.
Tom Lane
2001-09-21
*
Backout Karel's patch
Tatsuo Ishii
2001-09-09
*
> > A simple and robus solution is in the begin of mbutils.c set default
Bruce Momjian
2001-09-08
*
Commit Karel's patch.
Tatsuo Ishii
2001-09-06
*
Add conver/convert2 functions. They are similar to the SQL99's convert.
Tatsuo Ishii
2001-08-15
*
TODO item:
Tatsuo Ishii
2001-07-15
*
getdatabaseencoding() and PG_encoding_to_char() were being sloppy about
Tom Lane
2001-04-16
*
Modify wchar conversion routines to not fetch the next byte past the end
Tom Lane
2001-03-08
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
*
Extend CREATE DATABASE to allow selection of a template database to be
Tom Lane
2000-11-14
*
Add support for code conversion between Unicode and other encodings.
Tatsuo Ishii
2000-10-30
*
Support for conversion between UNICODE and other encodings
Tatsuo Ishii
2000-10-12
*
Change pg_mblen and pg_encoding_mblen return types from void
Tatsuo Ishii
2000-08-27
*
Another batch of fmgr updates. I think I have gotten all old-style
Tom Lane
2000-06-13
*
Eliminate query length limitation imposed by pg_client_to_server
Tom Lane
1999-09-11
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Fix for multi-byte includes.
Bruce Momjian
1999-07-17
[next]