summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Integrate pg_bsd_indent into our build/test infrastructure.Tom Lane2023-02-121-0/+2
* Remove the option to build thread_test.c outside configure.Tom Lane2020-10-211-2/+0
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-091-5/+0
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-081-0/+5
* Basic JIT provider and error handling infrastructure.Andres Freund2018-03-211-0/+4
* Build src/test/isolation during "make" and "make install".Noah Misch2017-11-221-0/+1
* Remove redundant coverage targetPeter Eisentraut2017-02-171-10/+0
* Logical replicationPeter Eisentraut2017-01-201-0/+1
* Install TAP test infrastructure so it's available for extension testing.Tom Lane2016-09-231-1/+2
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-241-0/+1
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-0/+1
* Fix some oversights in distprep and maintainer-clean targets.Tom Lane2011-03-101-0/+5
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-041-12/+0
* Unbreak 'configure' followed immediately by 'make install'.Robert Haas2011-02-041-0/+1
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-031-0/+11
* Additional fixes for parallel makePeter Eisentraut2010-11-171-0/+4
* Improved parallel make supportPeter Eisentraut2010-11-121-33/+14
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-201-5/+5
* Move build of src/backend/replication/walreceiver/ later in the buildHeikki Linnakangas2010-01-151-2/+5
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-1/+2
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-2/+2
* Expand test coverage support to entire treePeter Eisentraut2009-08-071-1/+10
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-241-2/+1
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-1/+2
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-181-13/+13
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+4
* Remove remains of old depend target.Peter Eisentraut2007-01-201-2/+2
* Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane2006-06-221-4/+1
* Update Makefile for new thread_test location.Bruce Momjian2006-02-041-3/+3
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-7/+7
* Install pg_regress where PGXS' "make installcheck" can find it.Alvaro Herrera2005-11-281-1/+2
* Adjust src/tutorial Makefile so that it can use pgxs. This allows theTom Lane2005-01-131-3/+3
* please find attached an alternate submission which addresses open itemBruce Momjian2004-10-061-5/+1
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-1/+2
* PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut2004-07-301-1/+26
* Integrate timezone library to be called only from Win32.Bruce Momjian2004-04-301-1/+4
* Clean tools/thread on make clean/distclean.Bruce Momjian2004-04-261-1/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-051-1/+3
* Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane2002-09-041-1/+2
* Ensure that src/tutorial gets cleaned by top-level make clean.Tom Lane2002-07-301-1/+3
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-271-1/+4
* Sic transit src/utils.Tom Lane2002-07-181-3/+1
* MovePeter Eisentraut2002-03-131-33/+40
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-1/+1
* Fix unportable use of '!' in shell commands.Peter Eisentraut2000-12-301-1/+1
* Fix GNU make detection.Peter Eisentraut2000-11-061-4/+4
* Put back old Makefiles, in pgsql and pgsql/src.Bruce Momjian2000-06-121-14/+34
* Add makefile to warn about not using gmake.Bruce Momjian2000-06-121-0/+16