summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale.c
AgeCommit message (Expand)Author
2006-11-24Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.Bruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-06-03Don't choke during startup if the environment offers an invalid valueTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-02Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus.Tom Lane
2005-12-28Arrange to set the LC_XXX environment variables to match our localeTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-03-16Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-10-17Make locale_messages_assign() really work on Windows; the prior hackTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-05-27On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL.Tom Lane
2004-01-19Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2002-10-18Fix breakage that had crept into setlocale() usage: once again we'veTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-09Make sure monetary, numeric, and time locale categories are set to C andPeter Eisentraut
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut
2002-03-06Change made to elog:Bruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-29Cope with the likelihood that setlocale and localeconv will returnTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-11-25Make PGLC_setlocale() static, and document that it can't be used safelyTom Lane
2000-08-29 * to_char:Bruce Momjian
2000-06-29Add #ifdef for LC_MESSAGES, because it is not ANSI C standard, and BSDIBruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-18Clean up minor compiler warnings.Tom Lane
2000-02-08 I'm sending patch with new version of to_char numbers formatting.Bruce Momjian
2000-01-07Sorry, that I send this letter/patch again, but previous sending isBruce Momjian