summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2022-11-22Prevent port collisions between concurrent TAP testsAndrew Dunstan
2021-07-01Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan
2019-10-21Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Handle USE_MODULE_DB for all tests able to use an installed postmaster.Noah Misch
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-02-15Revert attempts to use POPCNT etc instructionsAlvaro Herrera
2019-02-15Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera
2019-02-13Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2019-02-04Move port-specific parts of with_temp_install to port makefile.Andrew Gierth
2019-01-13fix typoAndrew Dunstan
2019-01-13Make DLSUFFIX easily discoverable by build scriptsAndrew Dunstan
2019-01-05Fix program build rule in src/bin/scripts/Makefile.Tom Lane
2019-01-02Ensure link commands list *.o files before LDFLAGS.Tom Lane
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-12-31Process EXTRA_INSTALL serially, during the first temp-install.Noah Misch
2018-12-31Send EXTRA_INSTALL errors to install.log, not stderr.Noah Misch
2018-11-06Remove useless symbol from Makefile.global.Tom Lane
2018-11-02Yet further rethinking of build changes for macOS Mojave.Tom Lane
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-09-28Build src/common files as a library with -fPIC.Tom Lane
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-07-30Ensure we build generated headers at the start of some more cases.Tom Lane
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