Commit Graph

44 Commits (738dc233f4dcb51e9c969718b52f5579de252880)

Author SHA1 Message Date
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane 689eb53e47 Error message editing in backend/utils (except /adt). 23 years ago
Tom Lane 351372e585 Department of second thoughts: probably still need an IsTransactionState 23 years ago
Tom Lane 5f15fa8d06 Clean up some problems in SetClientEncoding: failed to honor doit flag 23 years ago
Tom Lane e4704001ea This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
Tatsuo Ishii e2a618fe25 Fix for GUC client_encoding variable not being handled 23 years ago
Tatsuo Ishii ac47950238 Guard against 0 length string encoding conversion case. 23 years ago
Tom Lane 5123139210 Remove encoding lookups from grammar stage, push them back to places 23 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Peter Eisentraut 77f7763b55 Remove all traces of multibyte and locale options. Clean up comments 24 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 24 years ago
Tatsuo Ishii 10b374aecf Fix bug in pg_convert() per report from MaC.Yui. 24 years ago
Tatsuo Ishii 538b101595 Fix memory leak in SetClientEncoding(). 24 years ago
Tatsuo Ishii 3c63578a7e Load and keep conversion function info when SET CLIENT_ENCODING TO is 24 years ago
Tatsuo Ishii 0345f58496 Implement DROP CONVERSION 24 years ago
Tatsuo Ishii eb335a034b I have committed many support files for CREATE CONVERSION. Default 24 years ago
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