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
/
conv.c
Commit message (
Expand
)
Author
Age
*
pgindent run.
Bruce Momjian
2002-09-04
*
Add Cyrillic and other encodings for encoding conversion.
Tatsuo Ishii
2002-08-14
*
Oops. Too much ifdef out.
Tatsuo Ishii
2002-07-19
*
Temporary ifdef out migrating functions to avoid compiler warnings.
Tatsuo Ishii
2002-07-19
*
I have committed many support files for CREATE CONVERSION. Default
Tatsuo Ishii
2002-07-18
*
Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>
Tatsuo Ishii
2002-06-13
*
Change made to elog:
Bruce Momjian
2002-03-06
*
> Tatsuo Ishii wrote:
Bruce Momjian
2002-03-05
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-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
*
Ok, here is the modified encoding table (column1 is the standard name,
Tatsuo Ishii
2001-10-16
*
Add support for ISO-8859-6 to 16
Tatsuo Ishii
2001-10-11
*
Fix bug in mic2ascii(). It does not handle correctly if none ASCII
Tatsuo Ishii
2001-09-25
*
Remove test drivers
Tatsuo Ishii
2001-09-22
*
Implement following item in TODO:
Tatsuo Ishii
2001-09-11
*
Commit Karel's patch.
Tatsuo Ishii
2001-09-06
*
Fix a message error in utf_to_local
Tatsuo Ishii
2001-05-28
*
Add missing Unicode support for Cyrillic encodings.
Tatsuo Ishii
2001-04-29
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
conv.c did not compile anymore. Fix wrong header file inclusion.
Tatsuo Ishii
2001-02-11
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
*
Fix bugs in EUC_TW support. This fix includes patches contributed
Tatsuo Ishii
2000-11-17
*
Add support for code conversion between Unicode and other encodings.
Tatsuo Ishii
2000-10-30
*
Remove gcc-only macro definition
Tatsuo Ishii
2000-10-27
*
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
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
*
Enhance multibyte support.
Tatsuo Ishii
2000-05-20
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add UDC (User Defined Characters) support to SJIS/EUC_JP conversion
Tatsuo Ishii
2000-01-13
*
Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...
Tatsuo Ishii
1999-07-11
*
Add fix for 0x7fU constants to pgindent
Bruce Momjian
1999-05-26
*
Another pgindent run. Sorry folks.
Bruce Momjian
1999-05-25
*
Make 0x007f -> (unsigned)0x7f to make pgindent happy.
Bruce Momjian
1999-05-25
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
ifdef out some unused routines to suppress gcc warnings.
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
*
Current multi-byte related codes have a bug with SQL_ASCII
Bruce Momjian
1998-12-14
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
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