summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
Commit message (Expand)AuthorAgeFilesLines
* Add support for LZ4 compression in pg_receivewalMichael Paquier2021-11-051-0/+1
* Add module build directory to the PATH for TAP testsAndrew Dunstan2021-10-221-5/+5
* Provide error hint if TAP tests are not enabledDaniel Gustafsson2021-10-041-1/+1
* Update Unicode data to Unicode 14.0.0Peter Eisentraut2021-09-151-1/+1
* Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan2021-07-011-2/+21
* Update Unicode data to CLDR 39Peter Eisentraut2021-04-081-1/+1
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-011-1/+1
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-231-1/+0
* Split Makefile symbol CFLAGS_VECTOR into two symbols.Tom Lane2020-09-061-1/+2
* Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut2020-04-241-2/+2
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-281-0/+2
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-101-3/+0
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-091-1/+17
* Add basic TAP tests for psql's tab-completion logic.Tom Lane2020-01-021-0/+1
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-211-0/+1
* Don't disable ccache when building with coverage supportPeter Eisentraut2019-09-241-5/+0
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-291-1/+1
* Remove support for non-ELF BSD systemsPeter Eisentraut2019-07-011-4/+0
* Consistently test for in-use shared memory.Noah Misch2019-04-121-2/+2
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-051-2/+2
* Handle USE_MODULE_DB for all tests able to use an installed postmaster.Noah Misch2019-04-031-8/+17
* Consistently test for in-use shared memory.Noah Misch2019-04-031-2/+2
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-151-4/+0
* Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera2019-02-151-0/+3
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-131-0/+1
* Change floating-point output format for improved performance.Andrew Gierth2019-02-131-0/+1
* Move port-specific parts of with_temp_install to port makefile.Andrew Gierth2019-02-041-7/+10
* fix typoAndrew Dunstan2019-01-131-1/+1
* Make DLSUFFIX easily discoverable by build scriptsAndrew Dunstan2019-01-131-0/+5
* Fix program build rule in src/bin/scripts/Makefile.Tom Lane2019-01-041-1/+1
* Ensure link commands list *.o files before LDFLAGS.Tom Lane2019-01-021-0/+7
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-011-1/+0
* Process EXTRA_INSTALL serially, during the first temp-install.Noah Misch2018-12-311-2/+8
* Send EXTRA_INSTALL errors to install.log, not stderr.Noah Misch2018-12-311-1/+1
* Remove useless symbol from Makefile.global.Tom Lane2018-11-061-3/+0
* Yet further rethinking of build changes for macOS Mojave.Tom Lane2018-11-021-0/+1
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-181-1/+1
* Build src/common files as a library with -fPIC.Tom Lane2018-09-281-5/+10
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-251-0/+1
* Ensure we build generated headers at the start of some more cases.Tom Lane2018-07-301-7/+7
* Un-break contrib install with llvm.Tom Lane2018-04-281-0/+4
* Minor cleanups for install_llvm_module/uninstall_llvm_module Make macros.Tom Lane2018-04-281-12/+7
* Invoke submake-generated-headers during "make check", too.Tom Lane2018-04-111-7/+7
* Put back parallel-safety guards in plpython and src/test/regress/.Tom Lane2018-04-101-2/+2
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-091-6/+33
* Use ARMv8 CRC instructions where available.Heikki Linnakangas2018-04-041-0/+1
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-8/+17
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-281-0/+34
* Support for optimizing and emitting code in LLVM JIT provider.Andres Freund2018-03-221-0/+21
* Add configure infrastructure (--with-llvm) to enable LLVM support.Andres Freund2018-03-201-0/+11