summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2021-11-05Add support for LZ4 compression in pg_receivewalMichael Paquier
2021-10-22Add module build directory to the PATH for TAP testsAndrew Dunstan
2021-10-04Provide error hint if TAP tests are not enabledDaniel Gustafsson
2021-09-15Update Unicode data to Unicode 14.0.0Peter Eisentraut
2021-07-01Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan
2021-04-08Update Unicode data to CLDR 39Peter Eisentraut
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-23Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier
2020-09-07Split Makefile symbol CFLAGS_VECTOR into two symbols.Tom Lane
2020-04-24Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-10Simplify passing of configure arguments to pg_configPeter Eisentraut
2020-01-09Add support for automatically updating Unicode derived filesPeter Eisentraut
2020-01-02Add basic TAP tests for psql's tab-completion logic.Tom Lane
2019-10-21Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane
2019-09-24Don't disable ccache when building with coverage supportPeter Eisentraut
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-01Remove support for non-ELF BSD systemsPeter Eisentraut
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