Commit Graph

78 Commits (5a1cd89f8f4a0bc13c85810de47d48bb6386ea89)

Author SHA1 Message Date
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane 58a031f920 Make configure probe for mbstowcs_l as well as wcstombs_l. 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane c7cea267de Replace empty locale name with implied value in CREATE DATABASE and initdb. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane 2562dcea81 Suppress "unused function" warning when not HAVE_LOCALE_T. 14 years ago
Tom Lane 37d4fd2b9d Improve reporting of newlocale() failures in CREATE COLLATION. 14 years ago
Heikki Linnakangas a88b6e4cfb setlocale() on Windows doesn't work correctly if the locale name contains 14 years ago
Peter Eisentraut 1af55e2751 Use consistent format for reporting GetLastError() 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Andrew Dunstan 860be17ec3 Assorted minor changes to silence Windows compiler warnings. 15 years ago
Tom Lane 2ab0796d7a Fix char2wchar/wchar2char to support collations properly. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Peter Eisentraut 11745364d0 Add collation support on Windows (MSVC build) 15 years ago
Tom Lane 2594cf0e8c Revise the API for GUC variable assign hooks. 15 years ago
Tom Lane 6e197cb2e5 Improve reporting of run-time-detected indeterminate-collation errors. 15 years ago
Tom Lane 176d5bae1d Fix up handling of C/POSIX collations. 15 years ago
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Bruce Momjian 7eb6e6b48a Add comments about why we set LC_CTYPE in WIN32 for time when we don't 16 years ago
Bruce Momjian 22da73198f Add C comments for recent to_char('L') fix for Win32. 16 years ago
Itagaki Takahiro 95a777c612 Fix encoding issue when lc_monetary or lc_numeric are different encoding 16 years ago
Bruce Momjian bf379837dc Back out unintended change to pg_locale.c. 16 years ago
Bruce Momjian 9295eea839 Document ATAPI FLUSH CACHE EXT. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Heikki Linnakangas 00b24e1678 Update comment to reflect that LC_COLLATE and LC_CTYPE are now 17 years ago
Magnus Hagander 3a8ec880dc Silence compiler warnings in new win32 locale code 17 years ago
Magnus Hagander 95aaf25f39 Remove stray ' character at end of line. 17 years ago
Magnus Hagander 0154345078 Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 17 years ago
Magnus Hagander 8d320b6356 Code review of strftime patch, per comments from Tom: 17 years ago
Magnus Hagander 0709c0017f Fix strftime usage on Win32 when trying to fetch the locale-aware 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Heikki Linnakangas 61d9674988 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 17 years ago
Tom Lane 07a5606735 Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES. 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian d2b694d825 Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES. 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane f2de12e50e Don't choke during startup if the environment offers an invalid value 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Tom Lane fd924b2988 Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus. 20 years ago
Tom Lane ab51bbaa06 Arrange to set the LC_XXX environment variables to match our locale 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 494f30c953 Prevent locale-aware handling of upper, lower, and initcap when the 21 years ago
Bruce Momjian 2daed8c5b3 Update copyrights that were missed. 21 years ago
Tom Lane fae7ce83fe Make locale_messages_assign() really work on Windows; the prior hack 21 years ago