summaryrefslogtreecommitdiff
path: root/src/backend/utils/Makefile
AgeCommit message (Expand)Author
2017-01-23Fix parallel make issue with new fmgrprotos.hPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2011-02-04Make handling of errcodes.h more consistent with other generated headers.Robert Haas
2011-02-04Unbreak the VPATH build.Robert Haas
2011-02-04Avoid maintaining three separate copies of the error codes list.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-05Get rid of the need for manual maintenance of the initial contents ofTom Lane
2008-08-01Add a few more DTrace probes to the backend.Alvaro Herrera
2008-03-17Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2006-07-15Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane
2004-01-04There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh toTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-08-10Fix failure to relink postmaster executable in the first make run if only aPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-13Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut
2000-07-01We don't need config.status substituting anything into Gen_fmgrtab.sh, wePeter Eisentraut
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-09Cleanup to ensure good state of derived files in tarballs.Tom Lane
2000-06-07Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter 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
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-07-24I really hope that I haven't missed anything in this one...Marc G. Fournier
1998-04-06Hi,Bruce Momjian
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-11-03Include Makefile.global so fmgrtab.c compiles properly. Thanks Keith Parks.Bryan Henderson
1996-11-02Add misc subdirectory.Bryan Henderson
1996-10-27Simplify make files, add full dependencies.Bryan Henderson