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
*
Fix pg_euccn_mblen() so that it always returns 2 if data is not ascii.
Tatsuo Ishii
2000-01-25
*
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Peter Eisentraut
2000-01-19
*
Fix minor comping errors
Tatsuo Ishii
2000-01-18
*
Remove compiler warnings
Tatsuo Ishii
2000-01-18
*
Add UDC (User Defined Characters) support to SJIS/EUC_JP conversion
Tatsuo Ishii
2000-01-13
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
*
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-12-09
*
Eliminate query length limitation imposed by pg_client_to_server
Tom Lane
1999-09-11
*
Enable WIN32 compilation of libpq.
Bruce Momjian
1999-07-19
*
Re-add getopt.h check, remove NT-specific tests for it.
Bruce Momjian
1999-07-19
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Fix for multi-byte includes.
Bruce Momjian
1999-07-17
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
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
*
set client_encoding to <nothing> crashes backend.
Tatsuo Ishii
1999-05-13
*
Correct potential infinite loop in pg_utf2wchar_with_len;
Tom Lane
1999-04-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
*
These small utilities are for generating internal tables from
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
*
Here are the patches against the current source tree. I have run the
Bruce Momjian
1998-10-06
*
MB patches from Tatsuo Ishii
Bruce Momjian
1998-09-25
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
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
*
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-07-26
*
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-07-24