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
Commit message (
Expand
)
Author
Age
*
Add PQmbdsplen() which returns the "display length" of a character.
Tatsuo Ishii
2004-03-15
*
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
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
Fix GB18030 to UTF-8 mapping table
Tatsuo Ishii
2003-08-25
*
Fix GB18030 to UTF-8 mapping table
Tatsuo Ishii
2003-08-24
*
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
*
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in utils/adt. Again thanks to Joe Conway for doing
Tom Lane
2003-07-27
*
Error message editing in backend/utils (except /adt).
Tom Lane
2003-07-25
*
Attached is the complete diff against current CVS.
Bruce Momjian
2003-06-12
*
Back out patch that got bundled into another patch.
Bruce Momjian
2003-06-12
*
New patch with corrected README attached.
Bruce Momjian
2003-06-12
*
Allow Win32 to compile under MinGW. Major changes are:
Bruce Momjian
2003-05-15
*
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
*
Fix encoding conversion function bug.
Tatsuo Ishii
2003-04-12
*
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
*
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
*
Fix array subscript overruns identified by Yichen Xie.
Tom Lane
2003-01-29
*
Fix typo in an error message
Tatsuo Ishii
2003-01-11
*
Fix Latin9/Unicode conversion by selecting the right table.
Peter Eisentraut
2002-12-09
*
As far as I figured from the source code this function only deals with
Bruce Momjian
2002-12-05
*
Guard against 0 length string encoding conversion case.
Tatsuo Ishii
2002-11-26
*
Fix broken GB18030 <--> UTF-8 conversion map
Tatsuo Ishii
2002-11-12
*
Remove encoding lookups from grammar stage, push them back to places
Tom Lane
2002-11-02
*
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
*
Fix bug in encoding conversion map.
Tatsuo Ishii
2002-09-18
*
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 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
*
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
*
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
*
Add Cyrillic and other encodings for encoding conversion.
Tatsuo Ishii
2002-08-14
[next]