summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale.c
Commit message (Expand)AuthorAgeFilesLines
* Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane2017-09-221-4/+1
* Improve dubious memory management in pg_newlocale_from_collation().Tom Lane2017-09-201-8/+15
* Second try at getting useful errors out of newlocale/_create_locale.Tom Lane2017-08-011-4/+12
* Try to deliver a sane message for _create_locale() failure on Windows.Tom Lane2017-08-011-2/+7
* Refine memory allocation in ICU conversionsPeter Eisentraut2017-07-011-4/+20
* Prohibit creating ICU collation with different ctypePeter Eisentraut2017-06-301-0/+5
* Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane2017-06-231-5/+30
* Phase 3 of pgindent updates.Tom Lane2017-06-211-8/+8
* Phase 2 of pgindent updates.Tom Lane2017-06-211-17/+17
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-4/+4
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-21/+23
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-161-0/+2
* ICU supportPeter Eisentraut2017-03-231-43/+223
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-251-1/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix PGLC_localeconv() to handle errors better.Tom Lane2016-11-211-52/+164
* Avoid multiple free_struct_lconv() calls on same data.Tom Lane2016-02-281-5/+11
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Revoke support for strxfrm() that write past the specified array length.Noah Misch2015-07-081-0/+58
* Fix failure to copy setlocale() return value.Noah Misch2015-06-201-0/+6
* Revert "Detect setlocale(LC_CTYPE, NULL) clobbering previous return values."Noah Misch2015-06-201-14/+0
* Detect setlocale(LC_CTYPE, NULL) clobbering previous return values.Noah Misch2015-06-171-0/+14
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Check return values of sensitive system library calls.Noah Misch2015-05-181-30/+44
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-181-2/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-13/+16
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-3/+0
* Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane2014-02-231-14/+9
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Renovate display of non-ASCII messages on Windows.Noah Misch2013-06-261-8/+26
* pgindent run for release 9.3Bruce Momjian2013-05-291-5/+5
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-061-5/+63
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane2012-08-311-3/+3
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-3/+3
* Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane2012-03-251-10/+24
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Suppress "unused function" warning when not HAVE_LOCALE_T.Tom Lane2011-09-201-0/+2
* Improve reporting of newlocale() failures in CREATE COLLATION.Tom Lane2011-09-201-14/+25
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-011-6/+13
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-231-1/+1
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-13/+13
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-251-1/+12
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-231-0/+173
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-21/+20
* Add collation support on Windows (MSVC build)Peter Eisentraut2011-04-101-0/+15
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-44/+53
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-221-11/+3