aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* 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
* Add Win32 unlink/rename file.Bruce Momjian2003-04-22
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-04
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-02
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-29
* Back out flockfile change for NetBSD. Giles Lean reports they are notBruce Momjian2003-01-11
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-06
* flockfile/funlockfile is POSIX, so NetBSD has them too --- use them.Bruce Momjian2003-01-02
* Fix BSD/OS thread file locking bug in new fseeko code.Bruce Momjian2003-01-02
* Update comments.Bruce Momjian2002-10-29
* Re-add getopt.c for MSWin psql.Bruce Momjian2002-10-29
* fseeko NetBSD fix.Bruce Momjian2002-10-28
* Fix include for NetBSD.Bruce Momjian2002-10-24
* Add prototype include to fseeko.c.Bruce Momjian2002-10-24
* Add fseeko for NetBSD.Bruce Momjian2002-10-24
* Improve coding style of new function.Bruce Momjian2002-10-23
* Make BSD/OS fseeko thread-safe.Bruce Momjian2002-10-23
* Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.Bruce Momjian2002-10-23
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestionTom Lane2002-08-12
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-27
* Complete TODO item:Bruce Momjian2002-07-19
* Move libc replacement files from src/backend/port to src/port.Bruce Momjian2002-07-18
* remove the port related .h files from the top level directory.Marc G. Fournier1997-04-12
* Misc port related issuesMarc G. Fournier1997-04-01
* Various patches for shared libraries under i386-solaris by:Marc G. Fournier1997-03-25
* MOre univel port patches/files from:Marc G. Fournier1997-03-25
* Needs USE_POSIX_SIGNALSMarc G. Fournier1997-03-25
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-03-20
* Improvements to the ultrix port, in particular a bunch of compilerMarc G. Fournier1997-02-13
* Various patches for nextstep by GregorHoffleitMarc G. Fournier1997-02-13