summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2008-04-18Fix rmtree() so that it keeps going after failure to remove any individualTom Lane
2008-04-18Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas
2008-04-16Fix MinGW warnings re formats and unused variables. per ITAGAKI TakahiroAndrew Dunstan
2008-04-11A quick try at un-breaking the Cygwin build. Whether it needs theTom Lane
2008-04-10Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander
2008-03-31Fix a number of places that were making file-type tests infelicitously.Tom Lane
2008-03-21More README src cleanups.Bruce Momjian
2008-03-18Fix our printf implementation to follow spec: if a star parameterTom Lane
2008-02-29Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander
2008-02-18Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut
2008-02-13Stamp HEAD as 8.4devel.Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-28may -> mightPeter Eisentraut
2007-12-27Wording improvementsPeter Eisentraut
2007-12-20On win32, loop when opening files if sharing- och lock-violation errorsMagnus Hagander
2007-11-30Use _dosmaperr() to deal with errors opening files in pgwin32_open().Magnus Hagander
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-25Add new encoding aliases for Solaris, per Zdenek Kotala.Alvaro Herrera
2007-10-23Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander
2007-10-17Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule.Tom Lane
2007-10-10Add missing codepage numbers for Windows.Magnus Hagander
2007-10-03Teach chklocale.c how to extract encoding info from Windows localeTom Lane
2007-09-29Teach chklocale.c about a few names for frontend-only encodings,Tom Lane
2007-09-28On OS X, assume that an empty-string result for nl_langinfo(CODESET)Tom Lane
2007-09-28Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-07-12Get dirmod.c on the same page as port.h about whether we use pgsymlinkTom Lane
2007-04-18Silence mingw compiler warningMagnus Hagander
2007-04-13Add O_DIRECT support on Windows.Magnus Hagander
2007-04-03Update comment for new thread_test location.Bruce Momjian
2007-03-26Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian
2007-03-18Code cleanup for function prototypes: change two K&R-style prototypesNeil Conway
2007-02-13Add comment to explain why O_EXCL and O_TRUNC can be ignored inBruce Momjian
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-02-07Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut
2007-01-29Use sizeof() for snprintf() buffer length.Bruce Momjian
2007-01-29Update process termination message to display signal number and nameBruce Momjian
2007-01-28Drat, can't fit an additional argument into log_error. Is it worth anTom Lane
2007-01-28Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorlyTom Lane
2007-01-28Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian
2007-01-28Add signal.h for sys_siglist reference.Bruce Momjian
2007-01-28Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian
2007-01-23Remove newline from error message because URL is gone.Bruce Momjian
2007-01-23Back out use of FormatMessage(), does error values, not exceptionBruce Momjian
2007-01-23Print meaningfull error text for abonormal process exit on Win32, ratherBruce Momjian
2007-01-22When system() fails in Win32, report it as an exception, print theBruce Momjian
2007-01-19Change the sed rules in the regression test for pg_regress hackery to createAlvaro Herrera
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-05Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian
2006-12-04Patch of Win32 Encoding problem for server messages usingBruce Momjian