summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/Makefile
AgeCommit message (Expand)Author
2023-04-04Perform logical replication actions as the table owner.Robert Haas
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-09-01Remove flatfiles.c, which is now obsolete.Alvaro Herrera
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-01-20Remove remains of old depend target.Peter Eisentraut
2005-05-10Back out check for unreferenced files.Bruce Momjian
2005-05-02Check the file system on postmaster startup and report any unreferencedBruce Momjian
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom 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: [email protected]Marc 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
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1996-11-14Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson
1996-11-12Use new utils/version.c instead of backend/utils/init/magic.c.Bryan Henderson
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-10-27Simplify make files, add full dependencies.Bryan Henderson