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
/
port
/
chklocale.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-27
Remove invitation to report a bug about unknown encoding
Peter Eisentraut
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-29
Support building with Visual Studio 2015
Andrew Dunstan
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-15
Add "SHIFT_JIS" as an accepted encoding name for locale checking.
Tatsuo Ishii
2013-06-26
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-02-06
Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-01
Fix MinGW build, broken by my previous patch to add a setlocale() wrapper
Heikki Linnakangas
2011-09-01
setlocale() on Windows doesn't work correctly if the locale name contains
Heikki Linnakangas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-10
Fix pg_get_encoding_from_locale() function call parameters to match
Bruce Momjian
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-05-06
Code page for EUC-KR is surely 51949.
Itagaki Takahiro
2010-04-28
Add CP949 as an alias for UHC encoding. pg_get_encoding_from_locale()
Itagaki Takahiro
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-11-12
Check for C/POSIX before assuming that nl_langinfo or win32_langinfo
Tom Lane
2009-11-12
Make initdb behave sanely when the selected locale has codeset "US-ASCII".
Tom Lane
2009-02-10
Support for KOI8U encoding
Peter Eisentraut
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-10-25
Add new encoding aliases for Solaris, per Zdenek Kotala.
Alvaro Herrera
2007-10-17
Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule.
Tom Lane
2007-10-10
Add missing codepage numbers for Windows.
Magnus Hagander
2007-10-03
Teach chklocale.c how to extract encoding info from Windows locale
Tom Lane
2007-09-29
Teach chklocale.c about a few names for frontend-only encodings,
Tom Lane
2007-09-28
On OS X, assume that an empty-string result for nl_langinfo(CODESET)
Tom Lane
2007-09-28
Change initdb and CREATE DATABASE to actively reject attempts to create
Tom Lane