aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale.c
Commit message (Expand)AuthorAge
* 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
* Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.Bruce Momjian2006-11-24
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Don't choke during startup if the environment offers an invalid valueTom Lane2006-06-03
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus.Tom Lane2006-01-02
* Arrange to set the LC_XXX environment variables to match our localeTom Lane2005-12-28
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian2005-03-16
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Make locale_messages_assign() really work on Windows; the prior hackTom Lane2004-10-17
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL.Tom Lane2004-05-27
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Fix breakage that had crept into setlocale() usage: once again we'veTom Lane2002-10-18
* pgindent run.Bruce Momjian2002-09-04
* Make sure monetary, numeric, and time locale categories are set to C andPeter Eisentraut2002-08-09
* 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
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* 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
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Make PGLC_setlocale() static, and document that it can't be used safelyTom Lane2000-11-25
* * to_char:Bruce Momjian2000-08-29
* Add #ifdef for LC_MESSAGES, because it is not ANSI C standard, and BSDIBruce Momjian2000-06-29
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Clean up minor compiler warnings.Tom Lane2000-03-18
* I'm sending patch with new version of to_char numbers formatting.Bruce Momjian2000-02-08
* Sorry, that I send this letter/patch again, but previous sending isBruce Momjian2000-01-07