summaryrefslogtreecommitdiff
path: root/src/backend/Makefile
AgeCommit message (Expand)Author
2000-11-30Make all commands that link a program look likePeter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-07Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-19Add distprep target to take some of the job of the release_prep script.Peter Eisentraut
2000-07-16Automatic dependency trackingPeter Eisentraut
2000-07-14Change order of builds to get parser before commands.Thomas G. Lockhart
2000-07-13Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut
2000-07-08Put back separate install-bin target ... I was using that,Tom Lane
2000-07-06Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut
2000-07-02Version number now set in configure, available through Makefile.globalPeter Eisentraut
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-05Simplify build/install process for bki and description files. There'sTom Lane
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-30Copy pg_ident.conf.sample into /lib directory. Rename USERAUTH toBruce Momjian
2000-05-29Neglected to add fmgr.h to set of installed headers...Tom Lane
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-05-11Makefile CFLAGS cleanups.Bruce Momjian
2000-04-08Add new pg_options.sample file.Bruce Momjian
2000-03-08Clean up gmake warning caused by recent NetBSD patch. <grumble>Tom Lane
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian
2000-02-27Clean up dependencies for version.o.Tom Lane
1999-12-16I have done the QNX4 port with the current source tree. The number ofBruce Momjian
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
1999-11-14Tweak make rules for parse.h and fmgr.h to avoid bug in oldTom Lane
1999-03-07Export include/utils/mcxt.h so that external stuff can includeTom Lane
1999-02-23Rearrange order of subdirectory creation to help generate parse.hThomas G. Lockhart
1999-01-21FOR UPDATE is in parser & rules.Vadim B. Mikheev
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-04-27This patch...Bruce Momjian
1998-04-06DESTDIR removed, again.Bruce Momjian
1998-04-06Make DESTDIR consistent, and verious Linux cleanups.Bruce Momjian
1998-01-04Various fixes NETBSD/sparc relatedMarc G. Fournier
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-17First pass through, of many to come, towards making the whole sourceMarc G. Fournier
1997-11-13Add pg_description table for info on tables, columns, operators, types, and a...Bruce Momjian
1997-09-20Replace missing directory delimiter for postmaster installation command.Thomas G. Lockhart
1997-09-191997-06-15 Paul Eggert <eggert@twinsun.com>Marc G. Fournier
1997-05-22From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier
1997-04-04This commit represents a clean compile with the new templates underMarc G. Fournier
1997-04-02Use $(CC), not gcc, to compileMarc G. Fournier
1997-03-25Use $(LD_ADD) from Makefile.global instead of $(LDADD), which doesn't exist...Marc G. Fournier
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
1997-02-19Add and install the pg_geqo.sample fileMarc G. Fournier