| Commit message (Expand) | Author | Age |
* | Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface. | Tatsuo Ishii | 2001-11-20 |
* | Fix nasty bugs in pg_convert() and pg_convert2(). | Tatsuo Ishii | 2001-11-19 |
* | 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 UTF-8 char >= 0x10000 check | Tatsuo Ishii | 2001-10-15 |
* | Add a new function "pg_client_encoding" which returns the current client | Tatsuo Ishii | 2001-10-12 |
* | 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 |
* | Add pg_database_encoding_max_length() function. | Tatsuo Ishii | 2001-09-23 |
* | Remove test drivers | Tatsuo Ishii | 2001-09-22 |
* | Fix type_maximum_size() to give the right answer in MULTIBYTE cases. | Tom Lane | 2001-09-21 |
* | Remove old file. | Peter Eisentraut | 2001-09-19 |
* | Implement following item in TODO: | Tatsuo Ishii | 2001-09-11 |
* | Backout Karel's patch | Tatsuo Ishii | 2001-09-09 |
* | > > A simple and robus solution is in the begin of mbutils.c set default | Bruce Momjian | 2001-09-08 |
* | Remove file, per Karel. | Bruce Momjian | 2001-09-07 |
* | Remove variable length macros used in debugging, per Karel. | Bruce Momjian | 2001-09-07 |
* | Remove unused files for Karel's patch. | Bruce Momjian | 2001-09-07 |
* | Remove common.c, removed in Karal's patch. | Bruce Momjian | 2001-09-07 |
* | Add missing files. | Tatsuo Ishii | 2001-09-07 |
* | Commit Karel's patch. | Tatsuo Ishii | 2001-09-06 |
* | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii | 2001-08-15 |
* | TODO item: | Tatsuo Ishii | 2001-07-15 |
* | Fix a message error in utf_to_local | Tatsuo Ishii | 2001-05-28 |
* | BTW it does not add encodign it just patches existing one (KOI8) to | Bruce Momjian | 2001-05-03 |
* | Add missing Unicode support for Cyrillic encodings. | Tatsuo Ishii | 2001-04-29 |
* | Add a crash gurard to pg_encoding_mblen in case of an invalid encoding | Tatsuo Ishii | 2001-04-19 |
* | Correction for mathematical properties in Unicode converison maps. | Tatsuo Ishii | 2001-04-16 |
* | getdatabaseencoding() and PG_encoding_to_char() were being sloppy about | Tom Lane | 2001-04-16 |
* | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane | 2001-03-25 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Modify wchar conversion routines to not fetch the next byte past the end | Tom Lane | 2001-03-08 |
* | Enhanced UTF-8/SJIS mapping generator, contributed by | Tatsuo Ishii | 2001-02-23 |
* | Unicode <-> SJIS new mapping tables (based on CP932.TXT) contributed by | Tatsuo Ishii | 2001-02-15 |
* | Move pg_encoding_mblen() from common.c to wchar.c. | Tatsuo Ishii | 2001-02-11 |
* | 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 a bug in conversion from big5 to EUC_TW (CNS 11643-1992 Plane 3) | Tatsuo Ishii | 2000-12-09 |
* | Make all commands that link a program look like | Peter Eisentraut | 2000-11-30 |
* | Unicode conversion fix suggested by Jan Varga... | Tatsuo Ishii | 2000-11-26 |
* | Fix bugs in EUC_TW support. This fix includes patches contributed | Tatsuo Ishii | 2000-11-17 |
* | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane | 2000-11-14 |
* | 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 SET/SHOW/RESET client_encoding and server_encoding even when | Tom Lane | 2000-10-25 |
* | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 |
* | Support for conversion between UNICODE and other encodings | Tatsuo Ishii | 2000-10-12 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |