summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
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
2003-04-04Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian
2003-04-02Whack getaddrinfo() patch around until it works, more or less, onTom Lane
2003-03-29Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut
2003-01-11Back out flockfile change for NetBSD. Giles Lean reports they are notBruce Momjian
2003-01-06Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut
2003-01-02flockfile/funlockfile is POSIX, so NetBSD has them too --- use them.Bruce Momjian
2003-01-02Fix BSD/OS thread file locking bug in new fseeko code.Bruce Momjian
2002-10-29Update comments.Bruce Momjian
2002-10-29Re-add getopt.c for MSWin psql.Bruce Momjian
2002-10-28fseeko NetBSD fix.Bruce Momjian
2002-10-24Fix include for NetBSD.Bruce Momjian
2002-10-24Add prototype include to fseeko.c.Bruce Momjian
2002-10-24Add fseeko for NetBSD.Bruce Momjian
2002-10-23Improve coding style of new function.Bruce Momjian
2002-10-23Make BSD/OS fseeko thread-safe.Bruce Momjian
2002-10-23Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.Bruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-08-12Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestionTom Lane