summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
Commit message (Expand)AuthorAgeFilesLines
* PL/Python: Make build on OS X more flexiblePeter Eisentraut2013-01-051-1/+1
* Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan2012-12-111-0/+9
* Revert "Add mode where contrib installcheck runs each module in a separately ...Andrew Dunstan2012-12-031-9/+0
* Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan2012-12-021-0/+9
* Have make never delete intermediate files automaticallyPeter Eisentraut2012-10-311-13/+3
* Preserve intermediate .c files in coverage modePeter Eisentraut2012-10-281-0/+2
* Refactor flex and bison make rulesPeter Eisentraut2012-10-111-0/+16
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-071-0/+6
* Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian2012-08-301-8/+0
* Make init-po and update-po recursive make targetsPeter Eisentraut2012-06-291-1/+1
* Further fix install program detectionPeter Eisentraut2012-06-281-1/+2
* Fix install program detectionPeter Eisentraut2012-06-271-1/+1
* Use system install program when available and usablePeter Eisentraut2012-06-271-2/+6
* Fix pg_config.h make rulePeter Eisentraut2012-05-071-3/+3
* Lots of doc corrections.Robert Haas2012-04-231-2/+2
* ecpg: Improve test buildingPeter Eisentraut2012-02-021-0/+6
* Make distprep and *clean build targets recurse into all subdirectories.Tom Lane2011-07-031-0/+12
* Use single quotes in preference to double quotes for protecting pathnames.Tom Lane2011-06-151-2/+2
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-141-1/+1
* Rename pg_regress option --multibyte to --encodingPeter Eisentraut2011-04-151-2/+8
* Add maintainer-check targetPeter Eisentraut2011-03-281-2/+2
* Allow make check in PL directoriesPeter Eisentraut2011-02-151-3/+13
* sepgsql, an SE-Linux integration for PostgreSQLRobert Haas2011-01-231-0/+1
* Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan2010-12-261-0/+3
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-6/+6
* Adjust comments about what's needed to avoid make 3.80 bug.Tom Lane2010-11-151-3/+4
* Work around make 3.80 bug with long expansions of $(eval).Tom Lane2010-11-141-22/+23
* Improved parallel make supportPeter Eisentraut2010-11-121-2/+45
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* When in automatic dependency mode, never delete any intermediatePeter Eisentraut2010-08-241-1/+12
* Accept slightly grotty coding in Makefile.global in order to keep the -LTom Lane2010-07-061-9/+16
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-3/+4
* Fix vpath installation from distribution tarball (bug #5447)Peter Eisentraut2010-05-131-1/+3
* Mark "installcheck-parallel", "world", "install-world" and "installcheck-wor...Andrew Dunstan2010-03-241-2/+2
* Python 3 support in PL/PythonPeter Eisentraut2009-12-151-1/+2
* Build bzip2 tarball in dist target as wellPeter Eisentraut2009-11-031-3/+3
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-3/+3
* Ship documentation without intermediate tarballsPeter Eisentraut2009-08-091-2/+2
* Expand test coverage support to entire treePeter Eisentraut2009-08-071-1/+11
* Use DocBook XSL stylesheets for man page buildingPeter Eisentraut2009-08-041-9/+8
* Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane2009-06-231-3/+7
* Add an implicit rule %.c -> %.i for running the C preprocessor.Peter Eisentraut2009-02-191-1/+4
* Recreate ecpg_config.h with a stamp file created by config.status, samePeter Eisentraut2009-01-221-4/+6
* When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut2009-01-051-1/+2
* Fix for cross-compilation between mingw32 and something else. The choicePeter Eisentraut2009-01-051-1/+3
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-1/+2
* Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut2008-12-071-20/+5
* configure check for docbook2man program, used in the new XML-based manPeter Eisentraut2008-11-261-1/+2
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-141-3/+1
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-291-1/+2