aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
Commit message (Expand)AuthorAge
* Suppress macOS warnings about duplicate libraries in link commands.Tom Lane2023-09-29
* Fix prove_installcheck when used with PGXSPeter Eisentraut2023-05-05
* Prevent port collisions between concurrent TAP testsAndrew Dunstan2022-11-22
* Increase minimum supported GNU make version to 3.81.Tom Lane2022-07-23
* Update Unicode data to CLDR 41Peter Eisentraut2022-04-06
* Print information about type of test and subdirectory before running tests.Andres Freund2022-03-31
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-25
* Run tap tests in src/interfaces/libpq.Andres Freund2022-02-26
* Add support for building with ZSTD.Robert Haas2022-02-18
* Add ./configure check for "lz4" commandMichael Paquier2022-02-14
* Add support for LZ4 compression in pg_receivewalMichael Paquier2021-11-05
* Add module build directory to the PATH for TAP testsAndrew Dunstan2021-10-22
* Provide error hint if TAP tests are not enabledDaniel Gustafsson2021-10-04
* Update Unicode data to Unicode 14.0.0Peter Eisentraut2021-09-15
* 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