aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale.c
Commit message (Expand)AuthorAge
* 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
* Improve dubious memory management in pg_newlocale_from_collation().Tom Lane2017-09-20
* Second try at getting useful errors out of newlocale/_create_locale.Tom Lane2017-08-01
* Try to deliver a sane message for _create_locale() failure on Windows.Tom Lane2017-08-01
* Refine memory allocation in ICU conversionsPeter Eisentraut2017-07-01
* Prohibit creating ICU collation with different ctypePeter Eisentraut2017-06-30
* Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane2017-06-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* 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
* Fix PGLC_localeconv() to handle errors better.Tom Lane2016-11-21
* Avoid multiple free_struct_lconv() calls on same data.Tom Lane2016-02-28
* Update copyright for 2016Bruce Momjian2016-01-02
* Revoke support for strxfrm() that write past the specified array length.Noah Misch2015-07-08
* Fix failure to copy setlocale() return value.Noah Misch2015-06-20
* Revert "Detect setlocale(LC_CTYPE, NULL) clobbering previous return values."Noah Misch2015-06-20
* Detect setlocale(LC_CTYPE, NULL) clobbering previous return values.Noah Misch2015-06-17
* pgindent run for 9.5Bruce Momjian2015-05-23
* Check return values of sensitive system library calls.Noah Misch2015-05-18
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane2014-02-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Renovate display of non-ASCII messages on Windows.Noah Misch2013-06-26
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-06
* Update copyrights for 2013Bruce Momjian2013-01-01
* Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane2012-08-31
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* 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
* Suppress "unused function" warning when not HAVE_LOCALE_T.Tom Lane2011-09-20
* Improve reporting of newlocale() failures in CREATE COLLATION.Tom Lane2011-09-20
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-01
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-23
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add collation support on Windows (MSVC build)Peter Eisentraut2011-04-10