aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/Makefile
Commit message (Expand)AuthorAge
* Unbreak Windows builds broken by pgpipe removal.Andrew Dunstan2012-03-29
* Move pipe.c into the backend.Robert Haas2011-02-04
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-05
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-29
* More refactoring, so that the SUBSYS.o rules are now all in one place.Peter Eisentraut2008-02-19
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut2007-01-07
* Modify Solaris compiler build rules to use the cpp preprocessor, the theBruce Momjian2006-04-28
* Remove BEOS port.Bruce Momjian2006-01-05
* Remove QNX port.Bruce Momjian2006-01-05
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* 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
* Add DLLINIT mention in port/Makefile.Bruce Momjian2002-07-16
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-15
* Add a trivial testbed for pg_sema and pg_shmem code.Tom Lane2002-05-05
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* MovePeter Eisentraut2002-03-13
* Test for existence of inet_aton on the system, and only include inet_aton.c ifMarc G. Fournier1997-02-04
* Small fixes for SVR4 port by Frank RidderbuschMarc G. Fournier1997-01-23
* the i386_solaris port requires inet_aton.oMarc G. Fournier1997-01-22
* Fix typo in findstring use.Bruce Momjian1997-01-13
* Part of patch to make a working nextstep port.Bryan Henderson1997-01-13
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-26
* Recognize dependencies more reliably.Bryan Henderson1996-11-10
* Fix for gmake clean.Bruce Momjian1996-10-31
* Add our own copy of inet_aton() for sparc_solaris, which doesn't have it inBryan Henderson1996-10-28
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27