Commit Graph

144 Commits (a288d94c91e345ebeb10ac30f247270c8c8e380a)

Author SHA1 Message Date
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Noah Misch be8b06c364 Revoke support for strxfrm() that write past the specified array length. 10 years ago
Noah Misch f0a264a362 Fix failure to copy setlocale() return value. 10 years ago
Noah Misch 1f2a378de4 Revert "Detect setlocale(LC_CTYPE, NULL) clobbering previous return values." 10 years ago
Noah Misch b76e76be46 Detect setlocale(LC_CTYPE, NULL) clobbering previous return values. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Noah Misch fd97bd411d Check return values of sensitive system library calls. 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian 886c0be3f6 C comments: remove odd blank lines after #ifdef WIN32 lines 12 years ago
Tom Lane 769065c1b2 Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Noah Misch 5f538ad004 Renovate display of non-ASCII messages on Windows. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Andrew Dunstan e1c1e21732 Enable building with Microsoft Visual Studio 2012. 13 years ago
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