aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/pg_locale.h
Commit message (Expand)AuthorAge
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane2017-09-22
* Reject use of ucol_strcollUTF8() before ICU 53Peter Eisentraut2017-08-10
* Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane2017-06-23
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix cpluspluscheck warningPeter Eisentraut2017-03-26
* Avoid syntax error on platforms that have neither LOCALE_T nor ICU.Tom Lane2017-03-23
* ICU supportPeter Eisentraut2017-03-23
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-15
* Update copyright for 2016Bruce Momjian2016-01-02
* Revoke support for strxfrm() that write past the specified array length.Noah Misch2015-07-08
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane2012-03-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-23
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES.Tom Lane2008-05-19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Arrange to set the LC_XXX environment variables to match our localeTom Lane2005-12-28
* Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian2005-03-16
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Update copyright to 2004.Bruce Momjian2004-08-29
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2002-09-04
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Cope with the likelihood that setlocale and localeconv will returnTom Lane2001-09-29
* pgindent run. Make it all clean.Bruce Momjian2001-03-22