aboutsummaryrefslogtreecommitdiff
path: root/src/makefiles
Commit message (Expand)AuthorAge
* oauth: Move the builtin flow into a separate moduleJacob Champion2025-05-01
* Add support for basic NUMA awarenessTomas Vondra2025-04-07
* aio: Add liburing dependencyAndres Freund2025-03-26
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Update copyright for 2025Bruce Momjian2025-01-01
* Use __attribute__((target(...))) for AVX-512 support.Nathan Bossart2024-11-07
* Silence meson warning about PG_TEST_EXTRA in src/Makefile.global.inHeikki Linnakangas2024-11-05
* Add -Wmissing-variable-declarations to the standard compilation flagsPeter Eisentraut2024-08-03
* Optimize pg_popcount() with AVX-512 instructions.Nathan Bossart2024-04-06
* Remove AIX supportHeikki Linnakangas2024-02-28
* Add backend support for injection pointsMichael Paquier2024-01-22
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove distprepPeter Eisentraut2023-11-06
* Remove --disable-thread-safety and related code.Thomas Munro2023-07-12
* Use --strip-unneeded when stripping static libraries with GNU strip.Tom Lane2023-04-20
* meson: Make auto the default of the ssl optionPeter Eisentraut2023-03-13
* meson: Add equivalent of configure --disable-rpath optionPeter Eisentraut2023-03-01
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* meson: Add basic PGXS compatibilityAndres Freund2022-12-06
* autoconf: Move export_dynamic determination to configureAndres Freund2022-12-06
* autoconf: Rely on ar supporting index creationAndres Freund2022-10-07
* windows: remove date from version number in win32ver.rcAndres Freund2022-09-26
* aix: No need to use mkldexport when we want to export all symbolsAndres Freund2022-09-09
* aix: when building with gcc, tell gcc we're building a shared libraryAndres Freund2022-09-01
* solaris: Remove unnecessary gcc / gnu ld vs sun studio differencesAndres Freund2022-08-07
* aix: Remove checks for very old OS versionsAndres Freund2022-08-07
* Default to hidden visibility for extension libraries where possibleAndres Freund2022-07-17
* Remove HP-UX port.Thomas Munro2022-07-08
* Unify DLSUFFIX on DarwinPeter Eisentraut2022-07-06
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-25
* Add NO_INSTALL option to pgxsPeter Eisentraut2021-05-27
* Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut2020-01-15
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-21
* Remove support for non-ELF BSD systemsPeter Eisentraut2019-07-01
* Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.Noah Misch2019-04-09
* Handle USE_MODULE_DB for all tests able to use an installed postmaster.Noah Misch2019-04-03
* Move port-specific parts of with_temp_install to port makefile.Andrew Gierth2019-02-04
* Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXSMichael Paquier2019-02-03
* Ensure link commands list *.o files before LDFLAGS.Tom Lane2019-01-02
* Process EXTRA_INSTALL serially, during the first temp-install.Noah Misch2018-12-31
* Add PGXS options to control TAP and isolation tests, take twoMichael Paquier2018-12-03
* Revert all new recent changes to add PGXS options for TAP and isolationMichael Paquier2018-11-26
* Add PGXS options to control TAP and isolation testsMichael Paquier2018-11-26
* Refactor installation of extension headers.Andrew Gierth2018-09-07
* Allow extensions to install built as well as unbuilt headers.Andrew Gierth2018-09-05
* Include contrib modules in the temp installation even without REGRESS.Tom Lane2018-08-28
* Provide for contrib and pgxs modules to install include files.Andrew Gierth2018-07-31
* Remove Windows module-list-dumping code.Tom Lane2018-04-30
* Dump full memory maps around failing Windows reattach code.Tom Lane2018-04-30