summaryrefslogtreecommitdiff
path: root/src/backend/tcop/Makefile
AgeCommit message (Expand)Author
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-01-20Remove remains of old depend target.Peter Eisentraut
2006-12-14Activate WIN32_STACK_RLIMIT override only on platforms where this isPeter Eisentraut
2006-10-08On Windows, we know the backend stack size limit because we have toTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1998-07-26From: t-ishii@sra.co.jpMarc G. Fournier
1998-06-16Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian
1998-04-06Hi,Bruce Momjian
1998-01-05Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1997-04-24-Wno-error should only be enabled for gcc compilers, it seemsMarc G. Fournier
1997-04-04This commit represents a clean compile with the new templates underMarc G. Fournier
1997-04-02From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier
1997-03-25 - Renamed the variable names to something shorter, and I hopeMarc G. Fournier
1996-11-18Remove linux define of __USE_POSIX, which doesn't appear to do anything.Bryan Henderson
1996-11-14Use -Wno-error option only if compiler is gcc.Bryan Henderson
1996-11-10Change gmake to $(MAKE) so backend compiles on system with no "gmake".Bryan Henderson
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-11-08Compile and warning cleanupBruce Momjian
1996-11-03Produce a clean compile of backend...Marc G. Fournier
1996-10-31Changed make to gmake.Bruce Momjian
1996-10-27Simplify make files, add full dependencies.Bryan Henderson