]> granicus.if.org Git - postgresql/history - src/backend/port/Makefile
Fix confusion between "size" and "AnonymousShmemSize".
[postgresql] / src / backend / port / Makefile
2012-03-29 Andrew DunstanUnbreak Windows builds broken by pgpipe removal.
2011-02-04 Robert HaasMove pipe.c into the backend.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Heikki LinnakangasIntroduce latches. A latch is a boolean variable, with...
2010-07-05 Tom LaneSplit the LDFLAGS make variable into two parts: LDFLAGS...
2008-10-29 Peter EisentrautSupport for Sun Studio compiler on Linux
2008-02-19 Peter EisentrautMore refactoring, so that the SUBSYS.o rules are now...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2007-01-07 Peter EisentrautIndent comments in makefiles better so they don't appea...
2006-04-28 Bruce MomjianModify Solaris compiler build rules to use the cpp...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX port.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
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...
2002-07-16 Bruce MomjianAdd DLLINIT mention in port/Makefile.
2002-07-15 Bruce MomjianRemove certain Makefile dependencies by using full...
2002-05-05 Tom LaneAdd a trivial testbed for pg_sema and pg_shmem code.
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-03-13 Peter EisentrautMove
1997-02-04 Marc G. FournierTest for existence of inet_aton on the system, and...
1997-01-23 Marc G. FournierSmall fixes for SVR4 port by Frank Ridderbusch
1997-01-22 Marc G. Fournierthe i386_solaris port requires inet_aton.o
1997-01-13 Bruce MomjianFix typo in findstring use.
1997-01-13 Bryan HendersonPart of patch to make a working nextstep port.
1996-11-26 Bryan HendersonMake it compile on Ultrix. Thanks Erik Bertelson.
1996-11-10 Bryan HendersonRecognize dependencies more reliably.
1996-10-31 Bruce MomjianFix for gmake clean.
1996-10-28 Bryan HendersonAdd our own copy of inet_aton() for sparc_solaris,...
1996-10-27 Bryan HendersonSimplify make files, add full dependencies.