aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* Win32 adjustments for dirmod and configure/configure.in.Bruce Momjian2004-02-02
* Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian2004-02-02
* Briefly,Bruce Momjian2004-02-02
* Add WIN32 pipe implementation that uses sockets.Bruce Momjian2004-01-09
* Throw compile error if our non-thread-safe snprintf is used.Bruce Momjian2004-01-08
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut2003-11-24
* Update /port C header descriptions.Bruce Momjian2003-11-11
* Allow win32 client compiles with MSC.Bruce Momjian2003-10-26
* Don't reference pthread.h unless we have threads enabled, per Peter.Bruce Momjian2003-10-24
* Use AROPT, not hard-coded flags.Peter Eisentraut2003-10-24
* Change Win32 rename/unlink timeout to 3 seconds.Bruce Momjian2003-10-10
* Update docs that point to thread test program.Bruce Momjian2003-09-29
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-27
* Add errno value for thread *_r function call buffer too small. ImproveBruce Momjian2003-09-15
* Attempt threading in this order:Bruce Momjian2003-09-13
* copydir() is supposed to return on failure, not elog(ERROR). ReduceTom Lane2003-09-10
* ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.Bruce Momjian2003-09-05
* Add test for thread-safeness of libc functions.Bruce Momjian2003-09-03
* Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian2003-08-16
* Document threading status.Bruce Momjian2003-08-14
* I'm quite fond of doing VPATH builds, i.e. building outside the sourceBruce Momjian2003-08-13
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-08
* Typo cleanup.Bruce Momjian2003-08-08
* More threading cleanups.Bruce Momjian2003-08-08
* threads.c -> thread.c, be consistent.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* elog mop-up.Tom Lane2003-07-27
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-23
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-23
* Handle threading in two more gethostbyname calls.Bruce Momjian2003-06-14
* Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian2003-06-14
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-12
* Back out patch that got bundled into another patch.Bruce Momjian2003-06-12
* New patch with corrected README attached.Bruce Momjian2003-06-12
* IPv6 cleanups.Bruce Momjian2003-06-12
* Allow interfaces to compile under MingGW/Win32 by adding _P to symbolsBruce Momjian2003-05-16
* Reorganize Win32 includes to only include <port.h> after system includesBruce Momjian2003-05-16
* Add copydir() function because xcopy doesn't work in XP without aBruce Momjian2003-05-15
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* More crypt() cleanup.Bruce Momjian2003-05-10
* Remove HPUX 9 rint() test.Bruce Momjian2003-05-10
* Add crypt() to /port for Win32.Bruce Momjian2003-05-09
* Add rint() to /port, remove from qnx/.Bruce Momjian2003-05-09
* Add opendir/readdir/closedir() for Win32.Bruce Momjian2003-05-09
* Make getaddrinfo's behavior with NULL node parameter agree with theTom Lane2003-04-27
* Add comments to replace/unlink Win32 functions.Bruce Momjian2003-04-24