aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAge
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Fix some oversights in distprep and maintainer-clean targets.Tom Lane2011-03-10
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-04
* Unbreak 'configure' followed immediately by 'make install'.Robert Haas2011-02-04
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-03
* Additional fixes for parallel makePeter Eisentraut2010-11-17
* Improved parallel make supportPeter Eisentraut2010-11-12
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-20
* Move build of src/backend/replication/walreceiver/ later in the buildHeikki Linnakangas2010-01-15
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Expand test coverage support to entire treePeter Eisentraut2009-08-07
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-24
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-18
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane2006-06-22
* Update Makefile for new thread_test location.Bruce Momjian2006-02-04
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Install pg_regress where PGXS' "make installcheck" can find it.Alvaro Herrera2005-11-28
* Adjust src/tutorial Makefile so that it can use pgxs. This allows theTom Lane2005-01-13
* please find attached an alternate submission which addresses open itemBruce Momjian2004-10-06
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-20
* PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut2004-07-30
* Integrate timezone library to be called only from Win32.Bruce Momjian2004-04-30
* Clean tools/thread on make clean/distclean.Bruce Momjian2004-04-26
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-05
* Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane2002-09-04
* Ensure that src/tutorial gets cleaned by top-level make clean.Tom Lane2002-07-30
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-27
* Sic transit src/utils.Tom Lane2002-07-18
* MovePeter Eisentraut2002-03-13
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Fix unportable use of '!' in shell commands.Peter Eisentraut2000-12-30
* Fix GNU make detection.Peter Eisentraut2000-11-06
* Put back old Makefiles, in pgsql and pgsql/src.Bruce Momjian2000-06-12
* Add makefile to warn about not using gmake.Bruce Momjian2000-06-12
* Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut2000-06-10
* Warning in makefile added from DArcy.Bruce Momjian1997-08-22
* Add distclean to target listingMarc G. Fournier1997-04-04
* Rename Makefile to GNUmakefile to catch people using other makes.Bryan Henderson1996-12-31
* Make sure user is running GNU make.Bryan Henderson1996-12-19
* No change...just a test to make sure I didn't screw anything upMarc G. Fournier1996-12-10
* Build man/ instead of ../doc. Man pages have moved there.Bryan Henderson1996-11-19
* Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.Bryan Henderson1996-11-13
* Add utils directory for cross-subsystem tools to keep make files from havingBryan Henderson1996-11-11