index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
bootstrap
/
Makefile
Commit message (
Expand
)
Author
Age
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix a few places where we needed -I. in CPPFLAGS to work properly in
Tom Lane
2010-01-05
*
Derived files that are shipped in the distribution used to be built in the
Peter Eisentraut
2009-08-28
*
Remove all traces that suggest that a non-Bison yacc might be supported, and
Peter Eisentraut
2008-08-29
*
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-19
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
*
Make all our flex and bison files use %option prefix or %name-prefix
Tom Lane
2006-03-07
*
Remove QNX port.
Bruce Momjian
2006-01-05
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Arrange to compile flex output files as inclusions into other files
Tom Lane
2002-11-01
*
Fix include paths for case of VPATH build.
Tom Lane
2002-01-09
*
Make the yacc rules safe for parallel make. See discussion on pgsql-patches
Peter Eisentraut
2001-11-16
*
remove no longer needed -Wno-error
Peter Eisentraut
2001-08-22
*
Only look for bison as YACC; other yaccs need to be selected explicitly.
Peter Eisentraut
2001-02-10
*
Add support for VPATH builds, that is, building somewhere else than in the
Peter Eisentraut
2000-10-20
*
New configure test for flex, which recognizes only flex but does so in all
Peter Eisentraut
2000-08-28
*
Add distprep target to take some of the job of the release_prep script.
Peter Eisentraut
2000-07-19
*
Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses
Peter Eisentraut
2000-06-07
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
*
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Peter Eisentraut
2000-01-19
*
Included all yacc and lex files into the distribution.
Peter Eisentraut
2000-01-16
*
Update for QNX.
Bruce Momjian
1999-12-16
*
I have done the QNX4 port with the current source tree. The number of
Bruce Momjian
1999-12-16
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
*
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-12-09
*
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-07-26
*
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-07-24
*
Hi,
Bruce Momjian
1998-04-06
*
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-20
*
First pass through, of many to come, towards making the whole source
Marc G. Fournier
1997-12-17
*
From: Robert Bruccoleri <bruc@bms.com>
Marc G. Fournier
1997-06-11
*
From: "Brian E. Gallew" <geek+@cmu.edu>
Marc G. Fournier
1997-06-11
*
Fix for -Wno-error
Vadim B. Mikheev
1997-04-18
*
Fix up the -Wno-error problem for non-gcc compilers
Marc G. Fournier
1997-04-15
*
This commit represents a clean compile with the new templates under
Marc G. Fournier
1997-04-04
*
From: Oleg Bartunov <oleg@sai.msu.su>
Marc G. Fournier
1997-04-02
*
Use -Wno-error option only if compiler is gcc.
Bryan Henderson
1996-11-14
*
Makefile cleanup after reorganization
Bruce Momjian
1996-11-09
*
Compile and warning cleanup
Bruce Momjian
1996-11-08
*
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-27