summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Use -P preprocessor option to avoid to inhibit generation of linemarkers in thePavan Deolasee
2016-10-18Make some adjustments to the way documentation headers are printedPavan Deolasee
2016-10-18Group all uncategorised log messages to a default module-id (with number set toPavan Deolasee
2016-10-18Use "expr" instead of "bc" for arithmetic since "bc" may not be available onPavan Deolasee
2016-10-18Grep for all elog messages correctly post preprocessingPavan Deolasee
2016-10-18Add support for overrding default log levels for specfic messages or allPavan Deolasee
2016-07-01Provide and use a makefile target to build all generated headers.Tom Lane
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
2016-02-27Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan
2016-02-03Add support for systemd service notificationsPeter Eisentraut
2015-10-12Make prove_installcheck remove the old log directory, if any.Noah Misch
2015-09-28Don't try to create a temp install without abs_top_builddir.Robert Haas
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-07-31Consolidate makefile code for setting top_srcdir, srcdir and VPATH.Noah Misch
2015-07-29Fix TAP tests with "make installcheck".Heikki Linnakangas
2015-07-29Make TAP tests work on Windows.Heikki Linnakangas
2015-07-28Make tap tests store postmaster logs and handle vpaths correctlyAndrew Dunstan
2015-07-23Redirect install output of make check into a log fileAndrew Dunstan
2015-07-09Improve logging of TAP tests.Heikki Linnakangas
2015-07-02Make numeric form of PG version number readily available in Makefiles.Tom Lane
2015-06-17Do not add pthread to LDFLAGS at the top level Makefile.Pavan Deolasee
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-12doc build: use unique Makefile variable to control temp installBruce Momjian
2015-05-12doc: prevent SGML 'make check' from building temp installBruce Momjian
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-04-23Fix shell error on SolarisPeter Eisentraut
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-04-14Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas
2014-12-24Fix installcheck case for tap testsAndrew Dunstan
2014-12-18Fix previous commit for TAP test suites in VPATH builds.Noah Misch
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch
2014-12-04Fix PGXS vpath build when PostgreSQL is built with vpathPeter Eisentraut
2014-12-04Fix SHLIB_PREREQS use in contrib, allowing PGXS buildsPeter Eisentraut
2014-11-02Add configure --enable-tap-tests optionPeter Eisentraut
2014-10-26Fix TAP tests with Perl 5.8Peter Eisentraut
2014-10-22MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch
2014-10-21doc: Check DocBook XML validity during the buildPeter Eisentraut
2014-10-13Fix quoting in the add_to_path Makefile macro.Noah Misch
2014-09-17Fix TAP checks when current directory name contains spacesPeter Eisentraut
2014-09-14Run missing documentation tools through "missing"Peter Eisentraut
2014-09-11Support older versions of "prove"Peter Eisentraut
2014-08-15Set shared library path for in-tree TAP testsPeter Eisentraut
2014-07-03Support vpath builds in TAP testsPeter Eisentraut
2014-05-27Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane
2014-04-22build: add EXTRA_REGRESS_OPTS to all pg_regress invocationsBruce Momjian
2014-04-15Have lcov call the right gcovPeter Eisentraut