]> git.ipfire.org Git - thirdparty/postgresql.git/history - src/Makefile.shlib
Fix PL/pgSQL's handling of integer ranges containing underscores.
[thirdparty/postgresql.git] / src / Makefile.shlib
2024-02-28  Heikki LinnakangasRemove AIX support
2024-01-23  Peter EisentrautSupport shared libraries on Android (using make)
2023-09-27  Tom LaneStop using "-multiply_defined suppress" on macOS.
2022-10-07  Andres Freundautoconf: Rely on ar supporting index creation
2022-09-10  Andres Freundaix: No need to use mkldexport when we want to export...
2022-08-25  Andres Freundaix: Fix SHLIB_EXPORTS reference in VPATH builds
2022-08-25  Andres Freundsolaris: Use versioning scripts instead of -Bsymbolic
2022-08-24  Peter EisentrautChange shared library installation naming on macOS
2022-08-07  Andres Freundsolaris: Remove unnecessary gcc / gnu ld vs sun studio...
2022-07-18  Andres FreundDefault to hidden visibility for extension libraries...
2022-07-08  Thomas MunroRemove HP-UX port.
2022-07-06  Peter EisentrautTiny capitalization adjustment in pkg-config files
2022-07-06  Peter EisentrautUnify DLSUFFIX on Darwin
2021-09-06  Noah MischAIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.
2021-09-06  Peter EisentrautImprove fix pkg-config files for static linking
2021-09-03  Peter EisentrautMake pkg-config files cross-compile friendly
2021-09-03  Peter EisentrautFix pkg-config files for static linking
2020-02-28  Peter EisentrautAdd PostgreSQL home page to --help output
2019-10-20  Peter EisentrautClean up MinGW def file generation
2019-07-01  Peter EisentrautRemove support for non-ELF BSD systems
2018-11-29  Tom LaneEnsure static libraries have correct mod time even...
2018-10-02  Andrew DunstanDon't build static libraries on Cygwin
2018-09-11  Tom LaneUse -Bsymbolic for shared libraries on HP-UX and Solaris.
2018-09-09  Tom LanePrevent mis-linking of src/port and src/common function...
2018-04-03  Tom LanePrevent accidental linking of system-supplied copies...
2018-03-23  Tom LaneFix make rules that generate multiple output files.
2018-03-20  Andres FreundAdd C++ support to configure.
2017-04-11  Magnus HaganderRemove support for bcc and msvc standalone libpq builds
2017-02-06  Heikki LinnakangasFix typos in comments.
2017-01-21  Tom LaneFix cross-shlib linking in temporary installs on HPUX 10.
2016-10-11  Tom LaneRemove "sco" and "unixware" ports.
2016-10-06  Tom LaneRemove -Wl,-undefined,dynamic_lookup in macOS build.
2016-10-01  Tom LaneFix misstatement in comment in Makefile.shlib.
2016-09-25  Tom LaneRefer to OS X as "macOS", except for the port name...
2016-07-24  Noah MischMake the AIX case of Makefile.shlib safe for parallel...
2015-07-16  Noah MischAIX: Link TRANSFORM modules with their dependencies.
2015-04-26  Peter EisentrautAdd transforms feature
2015-03-01  Noah MischUnlink static libraries before rebuilding them.
2015-01-19  Peter EisentrautInstall shared libraries also in bin on cygwin, mingw
2014-11-03  Noah MischClarify .def file comments.
2014-10-27  Noah MischMinGW: Include .dll extension in .def file LIBRARY...
2014-10-22  Noah MischMinGW: Use -static-libgcc when linking a DLL.
2014-06-28  Andres FreundRemove Alpha and Tru64 support.
2014-02-12  Tom LaneTweak position of $(DLL_DEFFILE) in shared-library...
2014-02-11  Tom LaneGet rid of use of dlltool in Mingw builds.
2014-02-01  Andrew Dunstanfix whitespace
2014-02-01  Andrew DunstanDon't use deprecated dllwrap on Cygwin.
2013-10-18  Robert HaasRemove IRIX port.
2013-03-31  Peter EisentrautAdd pkg-config files for libpq and ecpg libraries
2012-08-30  Bruce MomjianRemove configure flag --disable-shared, as it is no...
2012-05-03  Bruce MomjianRemove BSD/OS (BSDi) port. There are no known users...
2012-05-01  Peter EisentrautRemove dead ports
2011-06-16  Tom LaneUse single quotes in preference to double quotes for...
2011-06-14  Tom LaneFix assorted issues with build and install paths contai...
2010-11-23  Peter EisentrautRemove useless whitespace at end of lines
2010-11-12  Peter EisentrautImproved parallel make support
2010-09-20  Magnus HaganderRemove cvs keywords from all files.
2010-07-06  Tom LaneStill more third thoughts: when linking shared librarie...
2010-07-05  Tom LaneSplit the LDFLAGS make variable into two parts: LDFLAGS...
2009-08-28  Peter EisentrautDerived files that are shipped in the distribution...
2009-08-27  Tom LaneMake the .DEF file generation rules safe against tabs...
2009-08-26  Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-01-05  Peter EisentrautAllow out-of-tree builds on mingw and cygwin
2008-12-11  Peter EisentrautAppend major version number and for libraries soname...
2008-11-24  Peter EisentrautMove FAQ_AIX information to installation instructions.
2008-09-01  Peter EisentrautSynchronize the shared object build rules in Makefile...
2008-04-08  Peter EisentrautOn cygwin and win32, don't override the shlib name...
2008-04-07  Peter EisentrautAlways define stlib, since some platforms need it for...
2008-04-07  Peter EisentrautImplement a few changes to how shared libraries and...
2008-02-26  Peter EisentrautDon't build the win32 support files in the all target...
2008-02-26  Peter EisentrautReorganize some of the exports list generation code...
2008-02-26  Peter EisentrautEscape # character in variable assignment
2008-02-26  Peter EisentrautRefactor the code that creates the shared library expor...
2007-02-20  Bruce MomjianChange $(CC) to $(COMPILER) on Solaris gcc so -m64...
2007-02-11  Tom LaneFix another erroneous =-for-:= substitution.
2007-02-09  Peter EisentrautReplace useless uses of := by = in makefiles.
2007-01-07  Peter EisentrautIndent comments in makefiles better so they don't appea...
2006-09-19  Tom LaneFix shared library creation to work properly on AIX...
2006-04-28  Tom LaneArrange to strip libpq.so of symbols that aren't offici...
2006-04-19  Tom LaneRemove use of lorder and tsort while building static...
2006-01-05  Bruce MomjianRemove BEOS port.
2005-12-30  Bruce MomjianAdd support for Solaris x86_64 using Sun's compiler.
2005-12-09  Peter EisentrautAllow installation into directories containing spaces...
2005-12-03  Tom LaneFix out-of-order inclusion of -L switches from LDFLAGS...
2005-10-28  Tom LaneClean up AIX build to avoid 'duplicate symbol' warnings...
2005-08-08  Tom LaneCygwin no longer needs to hack SHLIB_LINK, now that...
2005-08-07  Tom LaneSet shlib naming convention on Cygwin to 'cygFOO.dll...
2005-07-13  Tom LaneFix unwanted side-effects of recent SHLIB_LINK -L patch...
2005-07-13  Bruce MomjianMove -L flag around for shared builds:
2005-07-12  Tom LaneHack around the discrepancy between default library...
2005-07-04  Bruce MomjianReverse this patch:
2005-07-02  Bruce Momjian> A quick look shows that when you use --with-libraries...
2004-11-20  Tom LaneFix up makefile dependencies for pg_config_paths.h.
2004-11-19  Tom LaneClean up rpath handling for HPUX --- we can't use the...
2004-11-17  Tom LaneAdjust SHLIB_LINK for cygwin case.
2004-11-16  Tom LaneSuppress duplicate rules for lib$(NAME).a on WIN32...
2004-10-16  Bruce MomjianExport only required symbols in libpq on Win32.
2004-10-15  Bruce Momjian> This lets you do something like:
2004-10-13  Bruce MomjianAllow compiles for Cygwin /contrib modules.
2004-10-13  Bruce MomjianEnable static lib builds on Win32 and Cygwin.
next