Commit Graph

411 Commits (2acb2bcbcb91431e7877e5f46292f50b7a4cdf1f)

Author SHA1 Message Date
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Magnus Hagander 3a0717c3f0 Update no longer current comments in header. 17 years ago
Tom Lane 27fbfd396c Remove a boatload of useless definitions of 'int optreset'. If we 17 years ago
Tom Lane eb3a10b05d Hmm, baiji thinks we need explicit 'extern' here. 17 years ago
Tom Lane 1d26226d95 Make an attempt at fixing our current Solaris 11 breakage: add a configure 17 years ago
Tom Lane 5d7f69936e Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on 17 years ago
Magnus Hagander aa38153d22 Make directory name comparisons on Win32 case insensitive. 17 years ago
Magnus Hagander 2e371183ee Loop calling CallNamedPipe() several times in case it fails, 17 years ago
Magnus Hagander b31d0719fb Don't call SetEnvironmentVariable() when removing an environment variable, 17 years ago
Peter Eisentraut 8b9dd6b5fd Support for KOI8U encoding 17 years ago
Magnus Hagander 0154345078 Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 17 years ago
Bruce Momjian 1327a0bc06 Remove empty #ifdef block. 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Magnus Hagander 2c69fa0c38 Change wildcard cerfificate mapping to be much simler - we now only match 17 years ago
Tom Lane 4d1ba044d8 Omit src/port/pipe.c on non-Windows platforms. It's useless and draws 17 years ago
Magnus Hagander cb10467d30 Add support for matching wildcard server certificates to the new SSL code. 17 years ago
Tom Lane 0e3d5ad477 Reduce chatter from _dosmaperr() when used in FRONTEND code. 17 years ago
Magnus Hagander 206378e4ab Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on 18 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago
Tom Lane 3951fae51d Fix declarations of pthread functions, missed in recent commit. 18 years ago
Magnus Hagander 14e6858ff4 Make the win32 implementation of getrusage() return EINVAL if being 18 years ago
Magnus Hagander fc507eb0b6 Don't pull in pthreads header files in this file because we never use them. 18 years ago
Tom Lane b8e5581d76 Fix rmtree() so that it keeps going after failure to remove any individual 18 years ago
Heikki Linnakangas 9cb91f90c9 Fix two race conditions between the pending unlink mechanism that was put in 18 years ago
Andrew Dunstan 74be86847c Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro 18 years ago
Tom Lane 00832809a0 A quick try at un-breaking the Cygwin build. Whether it needs the 18 years ago
Magnus Hagander 47a19a495d Create wrapper pgwin32_safestat() and redefine stat() to it 18 years ago
Tom Lane c5f11f9d19 Fix a number of places that were making file-type tests infelicitously. 18 years ago
Bruce Momjian fca9fff41b More README src cleanups. 18 years ago
Tom Lane 206b1e558a Fix our printf implementation to follow spec: if a star parameter 18 years ago
Magnus Hagander 2d2b022267 Fix handling of restricted processes for Windows Vista (mainly), 18 years ago
Peter Eisentraut 84ce707ba8 Added --htmldir option to pg_config, equivalent to the new configure option. 18 years ago
Tom Lane cf9e156156 Stamp HEAD as 8.4devel. 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Peter Eisentraut eea8efe50d may -> might 18 years ago
Peter Eisentraut f5f1355dc4 Wording improvements 18 years ago
Magnus Hagander 120d7e18e7 On win32, loop when opening files if sharing- och lock-violation errors 18 years ago
Magnus Hagander 35736874f9 Use _dosmaperr() to deal with errors opening files in pgwin32_open(). 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Alvaro Herrera f8c9ef9069 Add new encoding aliases for Solaris, per Zdenek Kotala. 18 years ago
Magnus Hagander 344d0cae64 Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of 18 years ago
Tom Lane 26cbf791ec Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule. 18 years ago
Magnus Hagander fb074439ae Add missing codepage numbers for Windows. 19 years ago
Tom Lane a8dfe119bd Teach chklocale.c how to extract encoding info from Windows locale 19 years ago
Tom Lane d5459671a3 Teach chklocale.c about a few names for frontend-only encodings, 19 years ago
Tom Lane 1f32999039 On OS X, assume that an empty-string result for nl_langinfo(CODESET) 19 years ago
Tom Lane 70b9b9b788 Change initdb and CREATE DATABASE to actively reject attempts to create 19 years ago
Magnus Hagander 906b2e1b37 Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with 19 years ago
Tom Lane 6bc12a4aca Get dirmod.c on the same page as port.h about whether we use pgsymlink 19 years ago