summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* Stamp version 8.3.1, except for configure.in/configure.Tom Lane2008-03-131-2/+2
* Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander2008-02-291-1/+218
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-0128-54/+54
* may -> mightPeter Eisentraut2007-12-281-2/+2
* Wording improvementsPeter Eisentraut2007-12-271-2/+2
* On win32, loop when opening files if sharing- och lock-violation errorsMagnus Hagander2007-12-201-5/+35
* Use _dosmaperr() to deal with errors opening files in pgwin32_open().Magnus Hagander2007-11-301-17/+2
* pgindent run for 8.3.Bruce Momjian2007-11-156-55/+55
* Add new encoding aliases for Solaris, per Zdenek Kotala.Alvaro Herrera2007-10-251-1/+3
* Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander2007-10-232-7/+11
* Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule.Tom Lane2007-10-171-6/+5
* Add missing codepage numbers for Windows.Magnus Hagander2007-10-101-1/+12
* Teach chklocale.c how to extract encoding info from Windows localeTom Lane2007-10-031-7/+54
* Teach chklocale.c about a few names for frontend-only encodings,Tom Lane2007-09-291-2/+21
* On OS X, assume that an empty-string result for nl_langinfo(CODESET)Tom Lane2007-09-281-1/+18
* Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane2007-09-282-15/+264
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-252-4/+4
* Get dirmod.c on the same page as port.h about whether we use pgsymlinkTom Lane2007-07-121-9/+10
* Silence mingw compiler warningMagnus Hagander2007-04-181-1/+1
* Add O_DIRECT support on Windows.Magnus Hagander2007-04-131-4/+4
* Update comment for new thread_test location.Bruce Momjian2007-04-031-2/+2
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-266-34/+10
* Code cleanup for function prototypes: change two K&R-style prototypesNeil Conway2007-03-182-12/+4
* Add comment to explain why O_EXCL and O_TRUNC can be ignored inBruce Momjian2007-02-131-1/+4
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-091-2/+2
* Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut2007-02-071-0/+55
* Use sizeof() for snprintf() buffer length.Bruce Momjian2007-01-291-2/+2
* Update process termination message to display signal number and nameBruce Momjian2007-01-291-4/+9
* Drat, can't fit an additional argument into log_error. Is it worth anTom Lane2007-01-281-4/+3
* Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorlyTom Lane2007-01-281-6/+7
* Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian2007-01-281-2/+2
* Add signal.h for sys_siglist reference.Bruce Momjian2007-01-281-1/+2
* Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian2007-01-281-4/+8
* Remove newline from error message because URL is gone.Bruce Momjian2007-01-231-2/+2
* Back out use of FormatMessage(), does error values, not exceptionBruce Momjian2007-01-231-19/+3
* Print meaningfull error text for abonormal process exit on Win32, ratherBruce Momjian2007-01-231-3/+19
* When system() fails in Win32, report it as an exception, print theBruce Momjian2007-01-221-1/+6
* Change the sed rules in the regression test for pg_regress hackery to createAlvaro Herrera2007-01-191-12/+14
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0526-51/+51
* Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian2007-01-051-3/+3
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-041-2/+2
* protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan2006-11-281-2/+3
* Change Windows rename and unlink substitutes so that they time out afterTom Lane2006-11-081-48/+20
* Rename our substitute qsort to pg_qsort at the link-symbol level (butTom Lane2006-10-191-13/+5
* Use Min() instead of min() in qsort, for consistency and to avoidTom Lane2006-10-122-10/+6
* Fix thinko in comment.Tom Lane2006-10-071-3/+3
* pgindent run for 8.2.Bruce Momjian2006-10-0411-73/+85
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-032-1/+206
* Cleanup pgwin32_open() 'if' test, and avoid possible error.Bruce Momjian2006-10-031-3/+9
* Add URL about strlcpy() creation history.Bruce Momjian2006-10-021-1/+2