Commit Graph

38 Commits (df432df9face8d69c9fd5ec4e77d6636ead2e00f)

Author SHA1 Message Date
Tatsuo Ishii 14f72b9a4d Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp> 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Bruce Momjian a8bd7e1c6e > Tatsuo Ishii wrote: 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tatsuo Ishii cfe01796e6 Ok, here is the modified encoding table (column1 is the standard name, 24 years ago
Tatsuo Ishii 51053d3216 Add support for ISO-8859-6 to 16 24 years ago
Tatsuo Ishii 1b20315008 Fix bug in mic2ascii(). It does not handle correctly if none ASCII 24 years ago
Tatsuo Ishii 8ebdac0ed5 Remove test drivers 24 years ago
Tatsuo Ishii e1de3e0833 Implement following item in TODO: 24 years ago
Tatsuo Ishii 227767112c Commit Karel's patch. 24 years ago
Tatsuo Ishii e23f8c4557 Fix a message error in utf_to_local 25 years ago
Tatsuo Ishii c527366b60 Add missing Unicode support for Cyrillic encodings. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tatsuo Ishii f54c02d2eb conv.c did not compile anymore. Fix wrong header file inclusion. 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Tatsuo Ishii 8a35ac24f8 Fix bugs in EUC_TW support. This fix includes patches contributed 25 years ago
Tatsuo Ishii 1acf6f9c8e Add support for code conversion between Unicode and other encodings. 25 years ago
Tatsuo Ishii 2969c01d55 Remove gcc-only macro definition 25 years ago
Tatsuo Ishii de53ce8131 Support for conversion between UNICODE and other encodings 25 years ago
Tatsuo Ishii bfdd6a716d Change pg_mblen and pg_encoding_mblen return types from void 25 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
Tatsuo Ishii 1a6daef70d Enhance multibyte support. 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tatsuo Ishii 1f9d535aca Add UDC (User Defined Characters) support to SJIS/EUC_JP conversion 26 years ago
Tatsuo Ishii 8f02f2252d Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Behal) 27 years ago
Bruce Momjian 9c56b408c4 Add fix for 0x7fU constants to pgindent 27 years ago
Bruce Momjian fcff1cdf4e Another pgindent run. Sorry folks. 27 years ago
Bruce Momjian 4eadfe8754 Make 0x007f -> (unsigned)0x7f to make pgindent happy. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane 6f668ee108 ifdef out some unused routines to suppress gcc warnings. 27 years ago
Tatsuo Ishii 5ae9d85f77 Add KOI8/WIN/ALT support 27 years ago
Bruce Momjian a7ad43cd18 Included patches make some enhancements to the multi-byte support. 27 years ago
Bruce Momjian ffb90a01fd Current multi-byte related codes have a bug with SQL_ASCII 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian c0b01461db o note that now pg_database has a new attribuite "encoding" even 27 years ago
Marc G. Fournier bf00bbb0c4 I really hope that I haven't missed anything in this one... 28 years ago
Bruce Momjian 7b2b779a2a Add auto-size to screen to \d? commands. Use UNION to show all 28 years ago
Bruce Momjian e0ca37bdf6 More mb patches. 28 years ago