summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
AgeCommit message (Expand)Author
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2006-08-18Add installcheck-parallel target to top level makefiles.Andrew Dunstan
2006-04-06Build src/test/regress/README during tarball making like the otherPeter Eisentraut
2006-04-03Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut
2005-05-01Remove the contents of the src/corba subdirectory: this has been dead codeNeil Conway
2004-10-06please find attached an alternate submission which addresses open itemBruce Momjian
2004-07-30PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut
2004-06-13Remove README.CVS when making a distribution.Peter Eisentraut
2004-04-20Remove all of the libpgtcl and pgtclsh files, including all references toPostgreSQL Daemon
2004-01-19Remove JDBC from the build system and documentation, too.Tom Lane
2003-11-28testing $PostgreSQL$ tagPostgreSQL Daemon
2003-10-13Remove registration message, after discussion concluded that it was ofPeter Eisentraut
2003-08-05can't mix and match .gz and .bz2 in here ... won't buildREL7_4_BETA1PostgreSQL Daemon
2003-08-05seeing if building bz2 distributions actually works ...PostgreSQL Daemon
2003-08-05remove src/data from target listPostgreSQL Daemon
2003-08-01python needs to be removed from hereMarc G. Fournier
2002-10-21First step to removing /contrib/retep, with Peter Mount's approval.Bruce Momjian
2002-09-06Adjust the tarball splitting scheme to the new reality.Peter Eisentraut
2002-09-05remove pgaccess from GNUmakefile.in if we want the beta to build :)Marc G. Fournier
2002-08-30perl5 interface moved to gborgMarc G. Fournier
2002-08-22Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbcMarc G. Fournier
2002-08-22Okay, libpq++ is moved to GBorg, and all traces of it have been removedMarc G. Fournier
2002-03-29Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut
2001-11-21/doc/src -> /doc for Peter.Bruce Momjian
2001-11-21Remove mention of internals.ps.Bruce Momjian
2001-11-21Point to doc/src/postgres.tar.gz, which is where the tarball will beBruce Momjian
2001-11-21Fix beta build, for Marc.Bruce Momjian
2001-09-17Unify the zip rules and variables.Peter Eisentraut
2001-04-08Rearrange distribution split as discussed on -hackers.Peter Eisentraut
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-06Use more portable syntax for 'find'.Peter Eisentraut
2000-12-04Seems like make clean or make distclean should clean out contribTom Lane
2000-10-02"installcheck" doesn't need to depend on "all" since we depend on the userPeter Eisentraut
2000-09-29New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut
2000-09-21Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with somethingPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-20coupla minor fixes in the `make dist' support codePeter Eisentraut
2000-07-19Add distprep target to take some of the job of the release_prep script.Peter Eisentraut
2000-07-17End users shouldn't have to invoke a separate command to install thePeter Eisentraut
2000-07-16Automatic dependency trackingPeter Eisentraut
2000-06-28Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-11Remove overenthusiastic use of dependencies to control autoconf.Tom Lane
2000-06-10Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut
2000-06-07Ouch, that should be `$(MAKE) -C', not `make -C' ...Peter Eisentraut
2000-06-06Moved configure script from src/ to the top level directory. MovedPeter Eisentraut