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