index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
port
/
Makefile
Commit message (
Expand
)
Author
Age
*
Unbreak Windows builds broken by pgpipe removal.
Andrew Dunstan
2012-03-29
*
Move pipe.c into the backend.
Robert Haas
2011-02-04
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas
2010-09-11
*
Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
Tom Lane
2010-07-05
*
Support for Sun Studio compiler on Linux
Peter Eisentraut
2008-10-29
*
More refactoring, so that the SUBSYS.o rules are now all in one place.
Peter Eisentraut
2008-02-19
*
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-19
*
Indent comments in makefiles better so they don't appear in the output.
Peter Eisentraut
2007-01-07
*
Modify Solaris compiler build rules to use the cpp preprocessor, the the
Bruce Momjian
2006-04-28
*
Remove BEOS port.
Bruce Momjian
2006-01-05
*
Remove QNX port.
Bruce Momjian
2006-01-05
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Allow Win32 to compile under MinGW. Major changes are:
Bruce Momjian
2003-05-15
*
Assemble portability modules into libpgport library.
Peter Eisentraut
2002-07-27
*
Complete TODO item:
Bruce Momjian
2002-07-19
*
Move libc replacement files from src/backend/port to src/port.
Bruce Momjian
2002-07-18
*
Add DLLINIT mention in port/Makefile.
Bruce Momjian
2002-07-16
*
Remove certain Makefile dependencies by using full pathnames in
Bruce Momjian
2002-07-15
*
Add a trivial testbed for pg_sema and pg_shmem code.
Tom Lane
2002-05-05
*
Create an internal semaphore API that is not tied to SysV semaphores.
Tom Lane
2002-05-05
*
Move
Peter Eisentraut
2002-03-13
*
Test for existence of inet_aton on the system, and only include inet_aton.c if
Marc G. Fournier
1997-02-04
*
Small fixes for SVR4 port by Frank Ridderbusch
Marc G. Fournier
1997-01-23
*
the i386_solaris port requires inet_aton.o
Marc G. Fournier
1997-01-22
*
Fix typo in findstring use.
Bruce Momjian
1997-01-13
*
Part of patch to make a working nextstep port.
Bryan Henderson
1997-01-13
*
Make it compile on Ultrix. Thanks Erik Bertelson.
Bryan Henderson
1996-11-26
*
Recognize dependencies more reliably.
Bryan Henderson
1996-11-10
*
Fix for gmake clean.
Bruce Momjian
1996-10-31
*
Add our own copy of inet_aton() for sparc_solaris, which doesn't have it in
Bryan Henderson
1996-10-28
*
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-27