index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mb
/
mbutils.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-08-15
Restore old pgwin32_message_to_UTF16() behavior outside transactions.
Noah Misch
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-02-23
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-23
Plug some more holes in encoding conversion.
Tom Lane
2014-01-18
Make various variables const (read-only).
Tom Lane
2013-06-26
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2012-07-04
Add wchar -> mb conversion routines.
Robert Haas
2011-04-23
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-17
foreach() and list_delete() don't mix.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-07
Revise the API for GUC variable assign hooks.
Tom Lane
2011-02-21
Fix pg_server_to_client, that was broken in the previous commit.
Itagaki Takahiro
2011-02-21
Add ENCODING option to COPY TO/FROM and file_fdw.
Itagaki Takahiro
2011-02-08
Per-column collation support
Peter Eisentraut
2010-12-03
Remove unnecessary string null-termination in pg_convert.
Itagaki Takahiro
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-07
Adjust mbutils.c so it won't get broken by future pgindent runs.
Tom Lane
2010-07-06
Undo pgindent breakage (again). Per buildfarm.
Tom Lane
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-02-27
Undo some more pgindent breakage. Per buildfarm.
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2009-11-12
Make initdb behave sanely when the selected locale has codeset "US-ASCII".
Tom Lane
2009-10-17
Fix typo in previous release as reported by Itagaki Takahiro, but missed
Magnus Hagander
2009-10-17
Write to the Windows eventlog in UTF16, converting the message encoding
Magnus Hagander
2009-07-07
Don't use 'return' where you should use 'PG_RETURN_xxx'.
Tom Lane
2009-07-07
More sensible character_octet_length
Peter Eisentraut
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-04-24
Move gettext encoding names into encnames.c, so we only have one place to upd...
Magnus Hagander
2009-04-08
Tell gettext which codeset to use by calling bind_textdomain_codeset(). We
Heikki Linnakangas
2009-04-06
Add entry in the encoding number to OS name table for KOI8-U.
Peter Eisentraut
2009-04-02
Fix SetClientEncoding() to maintain a cache of previously selected encoding
Tom Lane
2009-03-09
Revert pg_bind_textdomain_codeset to a existant-but-empty function when
Alvaro Herrera
2009-03-08
pg_bind_textdomain_codeset must exist only on ENABLE_NLS.
Alvaro Herrera
2009-03-08
On Windows, call bind_textdomain_codeset on domains other than the default one,
Alvaro Herrera
2009-03-02
Fix usage of char2wchar/wchar2char. Changes:
Teodor Sigaev
2009-01-22
Explicitly bind gettext to the correct encoding on Windows.
Magnus Hagander
2009-01-19
Use the new text domain names ("postgres-8.4" instead of "postgres")
Magnus Hagander
2009-01-04
Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen()
Tom Lane
2008-11-11
Add an explicit caution about how to use pg_do_encoding_conversion with
Tom Lane
2008-11-10
pg_do_encoding_conversion cannot return NULL (at least not unless the input
Tom Lane
2008-06-18
Fix compiler warning introduced by recent patch. Tsk tsk.
Tom Lane
2008-06-18
Move wchar2char() and char2wchar() from tsearch into /mb to be easier to
Bruce Momjian
2008-05-27
Explicitly bind gettext() to the UTF8 locale when in use.
Magnus Hagander
[next]