summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-0128-55/+55
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-2/+2
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-021-198/+0
* Omit src/port/pipe.c on non-Windows platforms. It's useless and drawsTom Lane2008-11-251-3/+7
* Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander2008-11-241-0/+198
* Reduce chatter from _dosmaperr() when used in FRONTEND code.Tom Lane2008-10-161-2/+2
* Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq onMagnus Hagander2008-05-211-2/+2
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-175-2/+17
* Fix declarations of pthread functions, missed in recent commit.Tom Lane2008-05-161-3/+3
* Make the win32 implementation of getrusage() return EINVAL if beingMagnus Hagander2008-05-141-1/+8
* Don't pull in pthreads header files in this file because we never use them.Magnus Hagander2008-04-221-7/+2
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-181-31/+46
* Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas2008-04-181-3/+22
* Fix MinGW warnings re formats and unused variables. per ITAGAKI TakahiroAndrew Dunstan2008-04-161-19/+16
* A quick try at un-breaking the Cygwin build. Whether it needs theTom Lane2008-04-111-3/+6
* Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander2008-04-101-1/+35
* Fix a number of places that were making file-type tests infelicitously.Tom Lane2008-03-312-8/+8
* More README src cleanups.Bruce Momjian2008-03-211-0/+5
* Fix our printf implementation to follow spec: if a star parameterTom Lane2008-03-181-1/+7
* Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander2008-02-291-1/+218
* Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut2008-02-182-2/+12
* Stamp HEAD as 8.4devel.Tom Lane2008-02-131-2/+2
* 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