summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2013-12-04build: pass EXTRA_REGRESS_OPTS to secondary regression testsBruce Momjian
2013-10-18Switch dependency order of libpgcommon and libpgportPeter Eisentraut
2013-10-16Switch order of -lpgport and -lpgcommonPeter Eisentraut
2013-10-11Remove maintainer-check target, fold into normal buildPeter Eisentraut
2013-07-01Improve support for building PGXS modules with VPATH.Andrew Dunstan
2013-05-31Remove whitespace from end of linesPeter Eisentraut
2013-04-30Compiler optimizations for page checksum code.Simon Riggs
2013-04-13Fix sporadic rebuilds for .pc filesPeter Eisentraut
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-05PL/Python: Make build on OS X more flexiblePeter Eisentraut
2012-12-11Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan
2012-12-03Revert "Add mode where contrib installcheck runs each module in a separately ...Andrew Dunstan
2012-12-02Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan
2012-11-01Have make never delete intermediate files automaticallyPeter Eisentraut
2012-10-28Preserve intermediate .c files in coverage modePeter Eisentraut
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-08-30Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian
2012-06-29Make init-po and update-po recursive make targetsPeter Eisentraut
2012-06-28Further fix install program detectionPeter Eisentraut
2012-06-27Fix install program detectionPeter Eisentraut
2012-06-27Use system install program when available and usablePeter Eisentraut
2012-05-07Fix pg_config.h make rulePeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2012-02-02ecpg: Improve test buildingPeter Eisentraut
2011-07-03Make distprep and *clean build targets recurse into all subdirectories.Tom Lane
2011-06-16Use single quotes in preference to double quotes for protecting pathnames.Tom Lane
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2011-04-15Rename pg_regress option --multibyte to --encodingPeter Eisentraut
2011-03-28Add maintainer-check targetPeter Eisentraut
2011-02-15Allow make check in PL directoriesPeter Eisentraut
2011-01-24sepgsql, an SE-Linux integration for PostgreSQLRobert Haas
2010-12-26Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-15Adjust comments about what's needed to avoid make 3.80 bug.Tom Lane
2010-11-14Work around make 3.80 bug with long expansions of $(eval).Tom Lane
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-24When in automatic dependency mode, never delete any intermediatePeter Eisentraut
2010-07-06Accept slightly grotty coding in Makefile.global in order to keep the -LTom Lane
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-05-13Fix vpath installation from distribution tarball (bug #5447)Peter Eisentraut
2010-03-24Mark "installcheck-parallel", "world", "install-world" and "installcheck-wor...Andrew Dunstan
2009-12-15Python 3 support in PL/PythonPeter Eisentraut
2009-11-03Build bzip2 tarball in dist target as wellPeter Eisentraut
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-09Ship documentation without intermediate tarballsPeter Eisentraut
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-08-04Use DocBook XSL stylesheets for man page buildingPeter Eisentraut
2009-06-23Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane