aboutsummaryrefslogtreecommitdiff
path: root/src/backend/Makefile
Commit message (Expand)AuthorAge
* Native Language Support (NLS)Peter Eisentraut2001-06-02
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-24
* Send 'cd' output to /dev/null.Peter Eisentraut2001-04-23
* Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane2001-04-04
* Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski.Tom Lane2001-04-02
* Make all commands that link a program look likePeter Eisentraut2000-11-30
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut2000-10-07
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-17
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-19
* Automatic dependency trackingPeter Eisentraut2000-07-16
* Change order of builds to get parser before commands.Thomas G. Lockhart2000-07-14
* Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut2000-07-13
* Put back separate install-bin target ... I was using that,Tom Lane2000-07-08
* Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut2000-07-06
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-02
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-17
* Simplify build/install process for bki and description files. There'sTom Lane2000-06-05
* New ps display code, works on more platforms.Peter Eisentraut2000-06-04
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Copy pg_ident.conf.sample into /lib directory. Rename USERAUTH toBruce Momjian2000-05-30
* Neglected to add fmgr.h to set of installed headers...Tom Lane2000-05-29
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Makefile CFLAGS cleanups.Bruce Momjian2000-05-11
* Add new pg_options.sample file.Bruce Momjian2000-04-08
* Clean up gmake warning caused by recent NetBSD patch. <grumble>Tom Lane2000-03-08
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-08
* Clean up dependencies for version.o.Tom Lane2000-02-27
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Tweak make rules for parse.h and fmgr.h to avoid bug in oldTom Lane1999-11-14
* Export include/utils/mcxt.h so that external stuff can includeTom Lane1999-03-07
* Rearrange order of subdirectory creation to help generate parse.hThomas G. Lockhart1999-02-23
* FOR UPDATE is in parser & rules.Vadim B. Mikheev1999-01-21
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* This patch...Bruce Momjian1998-04-27
* DESTDIR removed, again.Bruce Momjian1998-04-06
* Make DESTDIR consistent, and verious Linux cleanups.Bruce Momjian1998-04-06
* Various fixes NETBSD/sparc relatedMarc G. Fournier1998-01-04
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-17
* Add pg_description table for info on tables, columns, operators, types, and a...Bruce Momjian1997-11-13
* Replace missing directory delimiter for postmaster installation command.Thomas G. Lockhart1997-09-20
* 1997-06-15 Paul Eggert <eggert@twinsun.com>Marc G. Fournier1997-09-19
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-22