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
*
Message corrections
Peter Eisentraut
2005-10-29
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-24
*
Support 3 and 4-byte unicode characters.
Bruce Momjian
2005-06-15
*
Rename canonical encodings, per Peter:
Bruce Momjian
2005-03-07
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in backend/utils (except /adt).
Tom Lane
2003-07-25
*
Fix encoding conversion function bug.
Tatsuo Ishii
2003-04-12
*
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2003-03-10
*
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
[next]