index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mb
Commit message (
Expand
)
Author
Age
*
Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.
Noah Misch
2017-11-12
*
Add KOI8-U map files to Makefile.
Heikki Linnakangas
2017-02-02
*
Encoding PG_UHC is code page 949.
Noah Misch
2015-08-14
*
Restore old pgwin32_message_to_UTF16() behavior outside transactions.
Noah Misch
2015-08-14
*
Remove no-longer-required function declarations.
Tom Lane
2015-05-24
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Extend GB18030 encoding conversion to cover full Unicode range.
Tom Lane
2015-05-15
*
Fix insufficiently-paranoid GB18030 encoding verifier.
Tom Lane
2015-05-15
*
Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.
Tom Lane
2015-05-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
*
Fix typos in comments.
Noah Misch
2014-06-11
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Remove wchar.c Asserts that were stricter than the main code
Bruce Momjian
2014-03-24
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
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-02-23
*
Make various variables const (read-only).
Tom Lane
2014-01-18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add checks for valid multibyte character length in UtfToLocal, LocalToUtf.
Tom Lane
2013-07-18
*
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-26
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Tidy up from frontend Assert change.
Andrew Dunstan
2012-12-16
*
Remove configure flag --disable-shared, as it is no longer used by any
Bruce Momjian
2012-08-30
*
Fix ASCII case in pg_wchar2mule_with_len.
Tom Lane
2012-07-10
*
Fix failure of new wchar->mb functions to advance from pointer.
Robert Haas
2012-07-05
*
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-04
*
Add wchar -> mb conversion routines.
Robert Haas
2012-07-04
*
Improve documentation about MULE encoding.
Tom Lane
2012-07-04
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Further improvement of make_greater_string.
Tom Lane
2011-10-30
*
Improve make_greater_string() with encoding-specific incrementers.
Robert Haas
2011-10-29
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Avoid possibly accessing off the end of memory in SJIS2004 conversion.
Tom Lane
2011-09-06
*
Improve "invalid byte sequence for encoding" message
Peter Eisentraut
2011-09-05
*
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
*
foreach() and list_delete() don't mix.
Tom Lane
2011-04-17
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
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-21
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove unnecessary string null-termination in pg_convert.
Itagaki Takahiro
2010-12-03
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Improved parallel make support
Peter Eisentraut
2010-11-12
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
[next]