aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* Use (unsigned char) cast in argument of pg_tolower(). Maybe it works onTom Lane2009-04-03
* Make directory name comparisons on Win32 case insensitive.Magnus Hagander2009-04-03
* tag 8.3.7REL8_3_7Marc G. Fournier2009-03-13
* Loop calling CallNamedPipe() several times in case it fails,Magnus Hagander2009-02-15
* tag for 8.3.6Marc G. Fournier2009-01-30
* commit for 8.3.5REL8_3_5Marc G. Fournier2008-10-31
* tag for 8.3.4REL8_3_4Marc G. Fournier2008-09-19
* Stamp 8.3.3 (except for configure.in/configure)Tom Lane2008-06-08
* Stamp 8.3.2 (except for configure.in/configure)Tom Lane2008-06-05
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-18
* Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas2008-04-18
* A quick try at un-breaking the Cygwin build. Whether it needs theTom Lane2008-04-11
* Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander2008-04-10
* Fix a number of places that were making file-type tests infelicitously.Tom Lane2008-03-31
* Stamp version 8.3.1, except for configure.in/configure.Tom Lane2008-03-13
* Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander2008-02-29
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* may -> mightPeter Eisentraut2007-12-28
* Wording improvementsPeter Eisentraut2007-12-27
* On win32, loop when opening files if sharing- och lock-violation errorsMagnus Hagander2007-12-20
* Use _dosmaperr() to deal with errors opening files in pgwin32_open().Magnus Hagander2007-11-30
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Add new encoding aliases for Solaris, per Zdenek Kotala.Alvaro Herrera2007-10-25
* Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander2007-10-23
* Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule.Tom Lane2007-10-17
* Add missing codepage numbers for Windows.Magnus Hagander2007-10-10
* Teach chklocale.c how to extract encoding info from Windows localeTom Lane2007-10-03
* Teach chklocale.c about a few names for frontend-only encodings,Tom Lane2007-09-29
* On OS X, assume that an empty-string result for nl_langinfo(CODESET)Tom Lane2007-09-28
* Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane2007-09-28
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Get dirmod.c on the same page as port.h about whether we use pgsymlinkTom Lane2007-07-12
* Silence mingw compiler warningMagnus Hagander2007-04-18
* Add O_DIRECT support on Windows.Magnus Hagander2007-04-13
* Update comment for new thread_test location.Bruce Momjian2007-04-03
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-26
* Code cleanup for function prototypes: change two K&R-style prototypesNeil Conway2007-03-18
* Add comment to explain why O_EXCL and O_TRUNC can be ignored inBruce Momjian2007-02-13
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-09
* Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut2007-02-07
* Use sizeof() for snprintf() buffer length.Bruce Momjian2007-01-29
* Update process termination message to display signal number and nameBruce Momjian2007-01-29
* Drat, can't fit an additional argument into log_error. Is it worth anTom Lane2007-01-28
* Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorlyTom Lane2007-01-28
* Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian2007-01-28
* Add signal.h for sys_siglist reference.Bruce Momjian2007-01-28
* Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian2007-01-28
* Remove newline from error message because URL is gone.Bruce Momjian2007-01-23
* Back out use of FormatMessage(), does error values, not exceptionBruce Momjian2007-01-23
* Print meaningfull error text for abonormal process exit on Win32, ratherBruce Momjian2007-01-23