Commit Graph

27 Commits (df432df9face8d69c9fd5ec4e77d6636ead2e00f)

Author SHA1 Message Date
Tatsuo Ishii 933761e7b1 Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface. 24 years ago
Tatsuo Ishii 5590d5fe99 Fix nasty bugs in pg_convert() and pg_convert2(). 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tatsuo Ishii f426465ba9 Add a new function "pg_client_encoding" which returns the current client 25 years ago
Tom Lane e3f5bc3492 Fix type_maximum_size() to give the right answer in MULTIBYTE cases. 25 years ago
Tatsuo Ishii d330f09a56 Backout Karel's patch 25 years ago
Bruce Momjian fdbf796f36 > > A simple and robus solution is in the begin of mbutils.c set default 25 years ago
Tatsuo Ishii 227767112c Commit Karel's patch. 25 years ago
Tatsuo Ishii ab9b6c45cf Add conver/convert2 functions. They are similar to the SQL99's convert. 25 years ago
Tatsuo Ishii 1032445e5d TODO item: 25 years ago
Tom Lane fbee97664e getdatabaseencoding() and PG_encoding_to_char() were being sloppy about 25 years ago
Tom Lane 572fda2711 Modify wchar conversion routines to not fetch the next byte past the end 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Tom Lane 2cf48ca04b Extend CREATE DATABASE to allow selection of a template database to be 25 years ago
Tatsuo Ishii 1acf6f9c8e Add support for code conversion between Unicode and other encodings. 26 years ago
Tatsuo Ishii de53ce8131 Support for conversion between UNICODE and other encodings 26 years ago
Tatsuo Ishii bfdd6a716d Change pg_mblen and pg_encoding_mblen return types from void 26 years ago
Tom Lane f2d1205322 Another batch of fmgr updates. I think I have gotten all old-style 26 years ago
Tom Lane 4644fc8071 Eliminate query length limitation imposed by pg_client_to_server 27 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian 33e826d167 Fix for multi-byte includes. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian a7ad43cd18 Included patches make some enhancements to the multi-byte support. 27 years ago
Bruce Momjian f52e7346ea MB patches from Tatsuo Ishii 28 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Marc G. Fournier 5979d73841 From: t-ishii@sra.co.jp 28 years ago
Marc G. Fournier bf00bbb0c4 I really hope that I haven't missed anything in this one... 28 years ago