aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/mbutils.c
Commit message (Expand)AuthorAge
* Avoid unnecessary out-of-memory errors during encoding conversion.Tom Lane2019-10-03
* Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch2019-05-12
* Update copyright for 2018Bruce Momjian2018-01-02
* Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch2017-11-12
* Add more efficient functions to pqformat API.Andres Freund2017-10-11
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Restore old pgwin32_message_to_UTF16() behavior outside transactions.Noah Misch2015-08-14
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane2014-02-23
* Plug some more holes in encoding conversion.Tom Lane2014-02-23
* Make various variables const (read-only).Tom Lane2014-01-18
* Renovate display of non-ASCII messages on Windows.Noah Misch2013-06-26
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Add wchar -> mb conversion routines.Robert Haas2012-07-04
* 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
* Remove unnecessary string null-termination in pg_convert.Itagaki Takahiro2010-12-03
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 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
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-12
* 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
* 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
* Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander2009-04-24
* Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas2009-04-08
* Add entry in the encoding number to OS name table for KOI8-U.Peter Eisentraut2009-04-06
* Fix SetClientEncoding() to maintain a cache of previously selected encodingTom Lane2009-04-02
* Revert pg_bind_textdomain_codeset to a existant-but-empty function whenAlvaro Herrera2009-03-09
* pg_bind_textdomain_codeset must exist only on ENABLE_NLS.Alvaro Herrera2009-03-08
* On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera2009-03-08
* Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev2009-03-02
* Explicitly bind gettext to the correct encoding on Windows.Magnus Hagander2009-01-22
* Use the new text domain names ("postgres-8.4" instead of "postgres")Magnus Hagander2009-01-19