index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
mb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.
Tom Lane
2015-05-14
1
-11
/
+30
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
1
-1
/
+1
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
1
-2
/
+2
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
1
-2
/
+2
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-5
/
+5
*
Fix typo
Peter Eisentraut
2014-02-13
1
-1
/
+1
*
Make various variables const (read-only).
Tom Lane
2014-01-18
1
-19
/
+7
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-26
1
-3
/
+7
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-49
/
+50
*
Support indexing of regular-expression searches in contrib/pg_trgm.
Tom Lane
2013-04-09
1
-0
/
+5
*
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-02-12
1
-2
/
+2
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Fix bogus macro definition.
Tom Lane
2012-07-10
1
-1
/
+1
*
Add comments about additional mule-internal charsets from emacs's
Tatsuo Ishii
2012-07-11
1
-3
/
+11
*
Add wchar -> mb conversion routines.
Robert Haas
2012-07-04
1
-3
/
+21
*
Improve documentation about MULE encoding.
Tom Lane
2012-07-04
1
-49
/
+96
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Improve make_greater_string() with encoding-specific incrementers.
Robert Haas
2011-10-29
1
-0
/
+3
*
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
1
-7
/
+0
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
1
-1
/
+2
*
Add ENCODING option to COPY TO/FROM and file_fdw.
Itagaki Takahiro
2011-02-21
1
-0
/
+2
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-2
/
+2
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used
Tom Lane
2010-08-18
1
-1
/
+2
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-2
/
+2
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Write to the Windows eventlog in UTF16, converting the message encoding
Magnus Hagander
2009-10-17
1
-1
/
+9
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-7
/
+7
*
Move gettext encoding names into encnames.c, so we only have one place to upd...
Magnus Hagander
2009-04-24
1
-1
/
+12
*
Tell gettext which codeset to use by calling bind_textdomain_codeset(). We
Heikki Linnakangas
2009-04-08
1
-2
/
+2
*
Fix SetClientEncoding() to maintain a cache of previously selected encoding
Tom Lane
2009-04-02
1
-2
/
+1
*
Revert pg_bind_textdomain_codeset to a existant-but-empty function when
Alvaro Herrera
2009-03-09
1
-3
/
+1
*
pg_bind_textdomain_codeset must exist only on ENABLE_NLS.
Alvaro Herrera
2009-03-08
1
-1
/
+3
*
On Windows, call bind_textdomain_codeset on domains other than the default one,
Alvaro Herrera
2009-03-08
1
-1
/
+2
*
Support for KOI8U encoding
Peter Eisentraut
2009-02-10
1
-2
/
+3
*
Replace argument-checking Asserts with regular test-and-elog checks in all
Tom Lane
2009-01-29
1
-1
/
+20
*
Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen()
Tom Lane
2009-01-04
1
-1
/
+3
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Unicode escapes in strings and identifiers
Peter Eisentraut
2008-10-29
1
-1
/
+2
*
Move wchar2char() and char2wchar() from tsearch into /mb to be easier to
Bruce Momjian
2008-06-18
1
-1
/
+6
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
1
-5
/
+5
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-22
/
+22
*
Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.
Tom Lane
2007-10-15
1
-3
/
+4
*
Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the
Tom Lane
2007-10-13
1
-19
/
+43
*
Close previously open holes for invalidly encoded data to enter the
Andrew Dunstan
2007-09-18
1
-1
/
+3
*
Make JOHAB client only encoding per discussions in pgsql-hackers
Tatsuo Ishii
2007-04-15
1
-2
/
+2
[next]