summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb
AgeCommit message (Expand)Author
2013-07-19Add checks for valid multibyte character length in UtfToLocal, LocalToUtf.Tom Lane
2013-06-26Renovate display of non-ASCII messages on Windows.Noah Misch
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-16Tidy up from frontend Assert change.Andrew Dunstan
2012-08-30Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian
2012-07-10Fix ASCII case in pg_wchar2mule_with_len.Tom Lane
2012-07-06Fix failure of new wchar->mb functions to advance from pointer.Robert Haas
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-04Add wchar -> mb conversion routines.Robert Haas
2012-07-04Improve documentation about MULE encoding.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-24Lots of doc corrections.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-30Further improvement of make_greater_string.Tom Lane
2011-10-29Improve make_greater_string() with encoding-specific incrementers.Robert Haas
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-06Avoid possibly accessing off the end of memory in SJIS2004 conversion.Tom Lane
2011-09-05Improve "invalid byte sequence for encoding" messagePeter Eisentraut
2011-04-23Fix char2wchar/wchar2char to support collations properly.Tom Lane
2011-04-17foreach() and list_delete() don't mix.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-02-21Fix pg_server_to_client, that was broken in the previous commit.Itagaki Takahiro
2011-02-21Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-03Remove unnecessary string null-termination in pg_convert.Itagaki Takahiro
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-19Replace last remaining $Id$ with $PostgreSQL$.Tom Lane
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-18Rename utf2ucs() to utf8_to_unicode(), and export it so it can be usedTom Lane
2010-07-07Adjust mbutils.c so it won't get broken by future pgindent runs.Tom Lane
2010-07-06Undo pgindent breakage (again). Per buildfarm.Tom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-02-27Undo some more pgindent breakage. Per buildfarm.Tom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-16Remove personal copyright now that file has been rewritten usingBruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-04Remove sometimes inaccurate error hint about source of wrongly encoded data.Andrew Dunstan
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-11-12Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane
2009-11-04Rename some encoding conversion modules to keep pathnames in our sourceTom Lane
2009-10-17Fix typo in previous release as reported by Itagaki Takahiro, but missedMagnus Hagander
2009-10-17Write to the Windows eventlog in UTF16, converting the message encodingMagnus Hagander
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-07Expand test coverage support to entire treePeter Eisentraut