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
/
wchar.c
Commit message (
Expand
)
Author
Age
*
Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL
Tatsuo Ishii
2007-03-26
*
Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same
Tom Lane
2007-01-24
*
Change the backend to reject strings containing invalidly-encoded multibyte
Tom Lane
2006-05-21
*
Fix long standing Asian multibyte charsets bug.
Tatsuo Ishii
2005-12-24
*
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 utils/adt. Again thanks to Joe Conway for doing
Tom Lane
2003-07-27
*
Fix typo in an error message
Tatsuo Ishii
2003-01-11
*
pgindent run.
Bruce Momjian
2002-09-04
*
Remove all traces of multibyte and locale options. Clean up comments
Peter Eisentraut
2002-09-03
*
Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>
Tatsuo Ishii
2002-06-13
*
> Tatsuo Ishii wrote:
Bruce Momjian
2002-03-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Add UTF-8 char >= 0x10000 check
Tatsuo Ishii
2001-10-15
*
Add support for ISO-8859-6 to 16
Tatsuo Ishii
2001-10-11
*
Add pg_database_encoding_max_length() function.
Tatsuo Ishii
2001-09-23
*
Fix type_maximum_size() to give the right answer in MULTIBYTE cases.
Tom Lane
2001-09-21
*
Implement following item in TODO:
Tatsuo Ishii
2001-09-11
*
Commit Karel's patch.
Tatsuo Ishii
2001-09-06
*
Add a crash gurard to pg_encoding_mblen in case of an invalid encoding
Tatsuo Ishii
2001-04-19
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Modify wchar conversion routines to not fetch the next byte past the end
Tom Lane
2001-03-08
*
Move pg_encoding_mblen() from common.c to wchar.c.
Tatsuo Ishii
2001-02-11
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
*
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
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Fix pg_euccn_mblen() so that it always returns 2 if data is not ascii.
Tatsuo Ishii
2000-01-25
*
Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...
Tatsuo Ishii
1999-07-11
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Correct potential infinite loop in pg_utf2wchar_with_len;
Tom Lane
1999-04-25
*
Add KOI8/WIN/ALT support
Tatsuo Ishii
1999-03-24
*
Included patches make some enhancements to the multi-byte support.
Bruce Momjian
1999-02-02
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
>Applied.
Bruce Momjian
1998-08-25
*
o note that now pg_database has a new attribuite "encoding" even
Bruce Momjian
1998-08-24
*
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-07-24