summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2018-04-28Un-break contrib install with llvm.Tom Lane
2018-04-28Minor cleanups for install_llvm_module/uninstall_llvm_module Make macros.Tom Lane
2018-04-11Invoke submake-generated-headers during "make check", too.Tom Lane
2018-04-10Put back parallel-safety guards in plpython and src/test/regress/.Tom Lane
2018-04-09Fix partial-build problems introduced by having more generated headers.Tom Lane
2018-04-04Use ARMv8 CRC instructions where available.Heikki Linnakangas
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-03-28Add inlining support to LLVM JIT provider.Andres Freund
2018-03-22Support for optimizing and emitting code in LLVM JIT provider.Andres Freund
2018-03-21Add configure infrastructure (--with-llvm) to enable LLVM support.Andres Freund
2018-03-20Add C++ support to configure.Andres Freund
2018-03-06Tests for Kerberos/GSSAPI authenticationPeter Eisentraut
2018-03-03Add PG_TEST_EXTRA to control optional test suitesPeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-14Reinstate genhtml --prefix option for non-vpath buildsPeter Eisentraut
2017-10-06Support coverage on vpath buildsPeter Eisentraut
2017-10-06Run coverage commands quietlyPeter Eisentraut
2017-10-06Remove coverage details viewPeter Eisentraut
2017-09-29Add PostgreSQL version to coverage outputPeter Eisentraut
2017-09-29Add lcov --initialPeter Eisentraut
2017-09-28Have lcov exclude external filesPeter Eisentraut
2017-09-28Run only top-level recursive lcovPeter Eisentraut
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