aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
Commit message (Expand)AuthorAge
* Remove AIX supportHeikki Linnakangas2024-02-28
* Support shared libraries on Android (using make)Peter Eisentraut2024-01-23
* Stop using "-multiply_defined suppress" on macOS.Tom Lane2023-09-26
* autoconf: Rely on ar supporting index creationAndres Freund2022-10-07
* aix: No need to use mkldexport when we want to export all symbolsAndres Freund2022-09-09
* aix: Fix SHLIB_EXPORTS reference in VPATH buildsAndres Freund2022-08-24
* solaris: Use versioning scripts instead of -BsymbolicAndres Freund2022-08-24
* Change shared library installation naming on macOSPeter Eisentraut2022-08-24
* solaris: Remove unnecessary gcc / gnu ld vs sun studio differencesAndres Freund2022-08-07
* Default to hidden visibility for extension libraries where possibleAndres Freund2022-07-17
* Remove HP-UX port.Thomas Munro2022-07-08
* Tiny capitalization adjustment in pkg-config filesPeter Eisentraut2022-07-06
* Unify DLSUFFIX on DarwinPeter Eisentraut2022-07-06
* AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.Noah Misch2021-09-06
* Improve fix pkg-config files for static linkingPeter Eisentraut2021-09-06
* Make pkg-config files cross-compile friendlyPeter Eisentraut2021-09-03
* Fix pkg-config files for static linkingPeter Eisentraut2021-09-03
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28
* Clean up MinGW def file generationPeter Eisentraut2019-10-20
* Remove support for non-ELF BSD systemsPeter Eisentraut2019-07-01
* Ensure static libraries have correct mod time even if ranlib messes it up.Tom Lane2018-11-29
* Don't build static libraries on CygwinAndrew Dunstan2018-10-02
* Use -Bsymbolic for shared libraries on HP-UX and Solaris.Tom Lane2018-09-10
* Prevent mis-linking of src/port and src/common functions on *BSD.Tom Lane2018-09-09
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Add C++ support to configure.Andres Freund2018-03-20
* Remove support for bcc and msvc standalone libpq buildsMagnus Hagander2017-04-11
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix cross-shlib linking in temporary installs on HPUX 10.Tom Lane2017-01-21
* Remove "sco" and "unixware" ports.Tom Lane2016-10-11
* Remove -Wl,-undefined,dynamic_lookup in macOS build.Tom Lane2016-10-05
* Fix misstatement in comment in Makefile.shlib.Tom Lane2016-10-01
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-25
* Make the AIX case of Makefile.shlib safe for parallel make.Noah Misch2016-07-23
* AIX: Link TRANSFORM modules with their dependencies.Noah Misch2015-07-15
* Add transforms featurePeter Eisentraut2015-04-26
* Unlink static libraries before rebuilding them.Noah Misch2015-03-01
* Install shared libraries also in bin on cygwin, mingwPeter Eisentraut2015-01-18
* Clarify .def file comments.Noah Misch2014-11-02
* MinGW: Include .dll extension in .def file LIBRARY commands.Noah Misch2014-10-27
* MinGW: Use -static-libgcc when linking a DLL.Noah Misch2014-10-21
* Remove Alpha and Tru64 support.Andres Freund2014-06-28
* Tweak position of $(DLL_DEFFILE) in shared-library link commands.Tom Lane2014-02-12
* Get rid of use of dlltool in Mingw builds.Tom Lane2014-02-11
* fix whitespaceAndrew Dunstan2014-02-01
* Don't use deprecated dllwrap on Cygwin.Andrew Dunstan2014-02-01
* Remove IRIX port.Robert Haas2013-10-18
* Add pkg-config files for libpq and ecpg librariesPeter Eisentraut2013-03-31
* Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian2012-08-30