aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
Commit message (Expand)AuthorAge
* Un-break contrib install with llvm.Tom Lane2018-04-28
* Minor cleanups for install_llvm_module/uninstall_llvm_module Make macros.Tom Lane2018-04-28
* Invoke submake-generated-headers during "make check", too.Tom Lane2018-04-11
* Put back parallel-safety guards in plpython and src/test/regress/.Tom Lane2018-04-10
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-09
* Use ARMv8 CRC instructions where available.Heikki Linnakangas2018-04-04
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-28
* Support for optimizing and emitting code in LLVM JIT provider.Andres Freund2018-03-22
* Add configure infrastructure (--with-llvm) to enable LLVM support.Andres Freund2018-03-20
* Add C++ support to configure.Andres Freund2018-03-20
* Tests for Kerberos/GSSAPI authenticationPeter Eisentraut2018-03-06
* Add PG_TEST_EXTRA to control optional test suitesPeter Eisentraut2018-03-03
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Reinstate genhtml --prefix option for non-vpath buildsPeter Eisentraut2017-10-14
* Support coverage on vpath buildsPeter Eisentraut2017-10-06
* Run coverage commands quietlyPeter Eisentraut2017-10-06
* Remove coverage details viewPeter Eisentraut2017-10-06
* Add PostgreSQL version to coverage outputPeter Eisentraut2017-09-29
* Add lcov --initialPeter Eisentraut2017-09-29
* Have lcov exclude external filesPeter Eisentraut2017-09-28
* Run only top-level recursive lcovPeter Eisentraut2017-09-28
* Support retaining data dirs on successful TAP testsPeter Eisentraut2017-09-05
* Be more thorough about cleaning out gcov litter.Tom Lane2017-08-11
* Fix order of ICU_CFLAGSPeter Eisentraut2017-08-10
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-28
* Add ICU_CFLAGS to global CPPFLAGSPeter Eisentraut2017-06-12
* Take PROVE_FLAGS from the command line but not the environmentAndrew Dunstan2017-06-10
* Specify --outputdir for isolation install check, not just plain check.Andres Freund2017-05-13
* Honor PROVE_FLAGS environment settingAndrew Dunstan2017-05-12
* Remove use of Jade and DSSSLPeter Eisentraut2017-04-06
* Remove --verbose from PROVE_FLAGSStephen Frost2017-04-04
* ICU supportPeter Eisentraut2017-03-23
* Specify bindir in pg_isolation_regress_installcheck.Andres Freund2017-03-15
* Improve isolation tests infrastructure.Andres Freund2017-03-14
* Dept of second thoughts: rename new perl script.Tom Lane2017-02-19
* Suppress "unused variable" warnings with older versions of flex.Tom Lane2017-02-19
* Document usage of COPT environment variable for adjusting configure flags.Tom Lane2017-02-17
* Fix cross-shlib linking in temporary installs on HPUX 10.Tom Lane2017-01-21
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Allow individual TAP tests to be run via PROVE_TESTSPeter Eisentraut2016-11-14
* Remove "sco" and "unixware" ports.Tom Lane2016-10-11
* Make TAP test suites to work, when @INC does not contain current dir.Heikki Linnakangas2016-10-07
* Provide and use a makefile target to build all generated headers.Tom Lane2016-07-01
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan2016-02-27
* Add support for systemd service notificationsPeter Eisentraut2016-02-02
* Make prove_installcheck remove the old log directory, if any.Noah Misch2015-10-11
* Don't try to create a temp install without abs_top_builddir.Robert Haas2015-09-28
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-31