summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2006-01-05Add port support for unsetenv() in back branches. Needed for localeTom Lane
2004-03-23fflush() FILE buffer to descriptor so stat call gets proper size in fseeko.c.Bruce Momjian
2004-03-23Fix getpwuid_r call:Bruce Momjian
2004-03-20Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian
2004-03-14> (I also see some post-7.4.1 changes in src/template/solaris, so youBruce Momjian
2004-03-02[ backpatch]Bruce Momjian
2004-02-23Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane
2003-11-24Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut
2003-10-26Allow win32 client compiles with MSC.Bruce Momjian
2003-10-24Don't reference pthread.h unless we have threads enabled, per Peter.Bruce Momjian
2003-10-24Use AROPT, not hard-coded flags.Peter Eisentraut
2003-10-10Change Win32 rename/unlink timeout to 3 seconds.Bruce Momjian
2003-09-29Update docs that point to thread test program.Bruce Momjian
2003-09-27Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian
2003-09-15Add errno value for thread *_r function call buffer too small. ImproveBruce Momjian
2003-09-13Attempt threading in this order:Bruce Momjian
2003-09-10copydir() is supposed to return on failure, not elog(ERROR). ReduceTom Lane
2003-09-05ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.Bruce Momjian
2003-09-03Add test for thread-safeness of libc functions.Bruce Momjian
2003-08-16Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian
2003-08-14Document threading status.Bruce Momjian
2003-08-13I'm quite fond of doing VPATH builds, i.e. building outside the sourceBruce Momjian
2003-08-08Move simple_prompt()/sprompt.c into /port.Bruce Momjian
2003-08-08Typo cleanup.Bruce Momjian
2003-08-08More threading cleanups.Bruce Momjian
2003-08-08threads.c -> thread.c, be consistent.Bruce Momjian
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-27elog mop-up.Tom Lane
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-06-23Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian
2003-06-14Handle threading in two more gethostbyname calls.Bruce Momjian
2003-06-14Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian
2003-06-12Attached is the complete diff against current CVS.Bruce Momjian
2003-06-12Back out patch that got bundled into another patch.Bruce Momjian
2003-06-12New patch with corrected README attached.Bruce Momjian
2003-06-12IPv6 cleanups.Bruce Momjian
2003-05-16Allow interfaces to compile under MingGW/Win32 by adding _P to symbolsBruce Momjian
2003-05-16Reorganize Win32 includes to only include <port.h> after system includesBruce Momjian
2003-05-15Add copydir() function because xcopy doesn't work in XP without aBruce Momjian
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-05-10More crypt() cleanup.Bruce Momjian
2003-05-10Remove HPUX 9 rint() test.Bruce Momjian
2003-05-09Add crypt() to /port for Win32.Bruce Momjian
2003-05-09Add rint() to /port, remove from qnx/.Bruce Momjian
2003-05-09Add opendir/readdir/closedir() for Win32.Bruce Momjian
2003-04-27Make getaddrinfo's behavior with NULL node parameter agree with theTom Lane
2003-04-24Add comments to replace/unlink Win32 functions.Bruce Momjian
2003-04-22Add Win32 unlink/rename file.Bruce Momjian