summaryrefslogtreecommitdiff
path: root/src/backend/port/Makefile
AgeCommit message (Expand)Author
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
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
2002-07-16Add DLLINIT mention in port/Makefile.Bruce Momjian
2002-07-15Remove certain Makefile dependencies by using full pathnames inBruce Momjian
2002-05-05Add a trivial testbed for pg_sema and pg_shmem code.Tom Lane
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-03-13MovePeter Eisentraut
1997-02-04Test for existence of inet_aton on the system, and only include inet_aton.c ifMarc G. Fournier
1997-01-23Small fixes for SVR4 port by Frank RidderbuschMarc G. Fournier
1997-01-22the i386_solaris port requires inet_aton.oMarc G. Fournier
1997-01-13Fix typo in findstring use.Bruce Momjian
1997-01-13Part of patch to make a working nextstep port.Bryan Henderson
1996-11-26Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson
1996-11-10Recognize dependencies more reliably.Bryan Henderson
1996-10-31Fix for gmake clean.Bruce Momjian
1996-10-28Add our own copy of inet_aton() for sparc_solaris, which doesn't have it inBryan Henderson
1996-10-27Simplify make files, add full dependencies.Bryan Henderson