aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
Commit message (Expand)AuthorAge
* Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan2021-07-01
* Update Unicode data to CLDR 39Peter Eisentraut2021-04-08
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-23
* Split Makefile symbol CFLAGS_VECTOR into two symbols.Tom Lane2020-09-06
* Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut2020-04-24
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-10
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-09
* Add basic TAP tests for psql's tab-completion logic.Tom Lane2020-01-02
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-21
* Don't disable ccache when building with coverage supportPeter Eisentraut2019-09-24
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Remove support for non-ELF BSD systemsPeter Eisentraut2019-07-01
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Handle USE_MODULE_DB for all tests able to use an installed postmaster.Noah Misch2019-04-03
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-15
* Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera2019-02-15
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-13
* Change floating-point output format for improved performance.Andrew Gierth2019-02-13
* Move port-specific parts of with_temp_install to port makefile.Andrew Gierth2019-02-04
* fix typoAndrew Dunstan2019-01-13
* Make DLSUFFIX easily discoverable by build scriptsAndrew Dunstan2019-01-13
* Fix program build rule in src/bin/scripts/Makefile.Tom Lane2019-01-04
* Ensure link commands list *.o files before LDFLAGS.Tom Lane2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Process EXTRA_INSTALL serially, during the first temp-install.Noah Misch2018-12-31
* Send EXTRA_INSTALL errors to install.log, not stderr.Noah Misch2018-12-31
* Remove useless symbol from Makefile.global.Tom Lane2018-11-06
* Yet further rethinking of build changes for macOS Mojave.Tom Lane2018-11-02
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-18
* Build src/common files as a library with -fPIC.Tom Lane2018-09-28
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-25
* Ensure we build generated headers at the start of some more cases.Tom Lane2018-07-30
* 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