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
/
conversion_procs
Commit message (
Expand
)
Author
Age
*
Magic blocks don't do us any good unless we use 'em ... so install one
Tom Lane
2006-05-30
*
Change the backend to reject strings containing invalidly-encoded multibyte
Tom Lane
2006-05-21
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte
Tatsuo Ishii
2006-03-04
*
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
Peter Eisentraut
2006-02-27
*
Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean
Peter Eisentraut
2006-02-18
*
Throw a warning rather than an error on invalid character from UTF8 to
Bruce Momjian
2006-02-12
*
More uses of IS_HIGHBIT_SET() macro.
Bruce Momjian
2005-12-26
*
I have added these macros to c.h:
Bruce Momjian
2005-12-25
*
Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8.
Tatsuo Ishii
2005-12-23
*
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-24
*
Allow direct conversion between EUC_JP and SJIS to improve
Tatsuo Ishii
2005-06-24
*
Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.
Tatsuo Ishii
2005-06-10
*
Alter the signature for encoding conversion functions to declare the
Tom Lane
2005-05-03
*
Add support for Win1252 encoding.
Bruce Momjian
2005-03-14
*
Unbreak out-of-tree builds, by fixing a typo.
Neil Conway
2005-03-07
*
Rename canonical encodings, per Peter:
Bruce Momjian
2005-03-07
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Back out addition of Win1252 encoding.
Bruce Momjian
2004-12-04
*
Add Charset WIN1252 support.
Bruce Momjian
2004-12-02
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
If we don't have shared libraries, we don't have conversions. Make
Tom Lane
2004-01-21
*
Fix bit-rot in support for building with --disable-shared. This patch
Tom Lane
2004-01-21
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Fix uninstall target.
Peter Eisentraut
2003-08-23
*
Conversion functions must be STRICT to prevent them from getting null inputs.
Tom Lane
2003-08-08
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Error message editing in backend/utils (except /adt).
Tom Lane
2003-07-25
*
This is a derived file and should never have been added to CVS.
Tom Lane
2003-04-02
*
Add new files.
Bruce Momjian
2003-03-27
*
Fix array subscript overruns identified by Yichen Xie.
Tom Lane
2003-01-29
*
Fix Latin9/Unicode conversion by selecting the right table.
Peter Eisentraut
2002-12-09
*
Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.
Tom Lane
2002-10-26
*
Tweak conversion names to follow the established naming scheme, and
Peter Eisentraut
2002-09-24
*
Update Japanese README so that it reflects the changes made to the
Tatsuo Ishii
2002-09-18
*
Change Assert(len > 0) to Assert(len >= 0)
Tatsuo Ishii
2002-09-13
*
Assorted fixes for Cygwin:
Peter Eisentraut
2002-09-05
*
pgindent run.
Bruce Momjian
2002-09-04
*
Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during
Tom Lane
2002-09-04
*
Refrect the changes to src/test/regress/sql/conversion.sql By Tom.
Tatsuo Ishii
2002-09-04
*
Remove erroneous character from Makefile due to editor error.
Bruce Momjian
2002-08-22
*
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-22
*
Changes made so new conversion Makefiles will build out of the source tree.
Bruce Momjian
2002-08-21
*
Add Cyrillic and other encodings for encoding conversion.
Tatsuo Ishii
2002-08-14
*
Address build problems on cygwin and (hopefully) AIX.
Tatsuo Ishii
2002-08-08
[next]