summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
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
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-19Complete TODO item:Bruce Momjian
2002-07-18Move libc replacement files from src/backend/port to src/port.Bruce Momjian
1997-04-12remove the port related .h files from the top level directory.Marc G. Fournier
1997-04-01Misc port related issuesMarc G. Fournier
1997-03-25Various patches for shared libraries under i386-solaris by:Marc G. Fournier
1997-03-25MOre univel port patches/files from:Marc G. Fournier
1997-03-25Needs USE_POSIX_SIGNALSMarc G. Fournier
1997-03-20From: "D'Arcy J.M. Cain" <[email protected]>Marc G. Fournier
1997-02-13Improvements to the ultrix port, in particular a bunch of compilerMarc G. Fournier
1997-02-13Various patches for nextstep by GregorHoffleitMarc G. Fournier
1997-02-12What looks like some *major* improvements to btree indexing...Marc G. Fournier
1997-02-09Try to further reduce the PORT dependencies.Marc G. Fournier