summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2017-09-05Support retaining data dirs on successful TAP testsPeter Eisentraut
2017-08-11Be more thorough about cleaning out gcov litter.Tom Lane
2017-08-11Fix order of ICU_CFLAGSPeter Eisentraut
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-06-12Add ICU_CFLAGS to global CPPFLAGSPeter Eisentraut
2017-06-10Take PROVE_FLAGS from the command line but not the environmentAndrew Dunstan
2017-05-13Specify --outputdir for isolation install check, not just plain check.Andres Freund
2017-05-12Honor PROVE_FLAGS environment settingAndrew Dunstan
2017-04-07Remove use of Jade and DSSSLPeter Eisentraut
2017-04-04Remove --verbose from PROVE_FLAGSStephen Frost
2017-03-23ICU supportPeter Eisentraut
2017-03-16Specify bindir in pg_isolation_regress_installcheck.Andres Freund
2017-03-14Improve isolation tests infrastructure.Andres Freund
2017-02-19Dept of second thoughts: rename new perl script.Tom Lane
2017-02-19Suppress "unused variable" warnings with older versions of flex.Tom Lane
2017-02-17Document usage of COPT environment variable for adjusting configure flags.Tom Lane
2017-01-21Fix cross-shlib linking in temporary installs on HPUX 10.Tom Lane
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-11-14Allow individual TAP tests to be run via PROVE_TESTSPeter Eisentraut
2016-10-11Remove "sco" and "unixware" ports.Tom Lane
2016-10-07Make TAP test suites to work, when @INC does not contain current dir.Heikki Linnakangas
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-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-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