aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
Commit message (Expand)AuthorAge
* Fix pg_euccn_mblen() so that it always returns 2 if data is not ascii.Tatsuo Ishii2000-01-25
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19
* Fix minor comping errorsTatsuo Ishii2000-01-18
* Remove compiler warningsTatsuo Ishii2000-01-18
* Add UDC (User Defined Characters) support to SJIS/EUC_JP conversionTatsuo Ishii2000-01-13
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Eliminate query length limitation imposed by pg_client_to_serverTom Lane1999-09-11
* Enable WIN32 compilation of libpq.Bruce Momjian1999-07-19
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Fix for multi-byte includes.Bruce Momjian1999-07-17
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...Tatsuo Ishii1999-07-11
* Add fix for 0x7fU constants to pgindentBruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* set client_encoding to <nothing> crashes backend.Tatsuo Ishii1999-05-13
* Correct potential infinite loop in pg_utf2wchar_with_len;Tom Lane1999-04-25
* ifdef out some unused routines to suppress gcc warnings.Tom Lane1999-04-25
* Add KOI8/WIN/ALT supportTatsuo Ishii1999-03-24
* These small utilities are for generating internal tables fromTatsuo Ishii1999-03-24
* Included patches make some enhancements to the multi-byte support.Bruce Momjian1999-02-02
* Current multi-byte related codes have a bug with SQL_ASCIIBruce Momjian1998-12-14
* Here are the patches against the current source tree. I have run theBruce Momjian1998-10-06
* MB patches from Tatsuo IshiiBruce Momjian1998-09-25
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* >Applied.Bruce Momjian1998-08-25
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-24
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24