]> granicus.if.org Git - postgresql/history - src/port
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / port /
2003-04-27 Tom LaneMake getaddrinfo's behavior with NULL node parameter...
2003-04-24 Bruce MomjianAdd comments to replace/unlink Win32 functions.
2003-04-22 Bruce MomjianAdd Win32 unlink/rename file.
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-01-11 Bruce MomjianBack out flockfile change for NetBSD. Giles Lean repor...
2003-01-06 Peter EisentrautUse our own version of getopt_long() if the OS doesn...
2003-01-02 Bruce Momjianflockfile/funlockfile is POSIX, so NetBSD has them...
2003-01-02 Bruce MomjianFix BSD/OS thread file locking bug in new fseeko code.
2002-10-29 Bruce MomjianUpdate comments.
2002-10-29 Bruce MomjianRe-add getopt.c for MSWin psql.
2002-10-28 Bruce Momjianfseeko NetBSD fix.
2002-10-24 Bruce MomjianFix include for NetBSD.
2002-10-24 Bruce MomjianAdd prototype include to fseeko.c.
2002-10-24 Bruce MomjianAdd fseeko for NetBSD.
2002-10-23 Bruce MomjianImprove coding style of new function.
2002-10-23 Bruce MomjianMake BSD/OS fseeko thread-safe.
2002-10-23 Bruce MomjianAdd fseeko/ftello using fsetpos/fgetpos for BSD/OS.
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-12 Tom LaneRemove use of __P so that <sys/cdefs.h> is not needed...
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-19 Bruce MomjianComplete TODO item:
2002-07-18 Bruce MomjianMove libc replacement files from src/backend/port to...
1997-04-12 Marc G. Fournierremove the port related .h files from the top level...
1997-04-01 Marc G. FournierMisc port related issues
1997-03-25 Marc G. FournierVarious patches for shared libraries under i386-solaris by:
1997-03-25 Marc G. FournierMOre univel port patches/files from:
1997-03-25 Marc G. FournierNeeds USE_POSIX_SIGNALS
1997-03-20 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-02-13 Marc G. FournierImprovements to the ultrix port, in particular a bunch...
1997-02-13 Marc G. FournierVarious patches for nextstep by GregorHoffleit
1997-02-12 Marc G. FournierWhat looks like some *major* improvements to btree...
1997-02-09 Marc G. FournierTry to further reduce the PORT dependencies.