OSDN Git Service

Remove unused variable
[pg-rex/syncrep.git] / src / Makefile.shlib
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.
2004-10-12 Bruce MomjianUpdate Cygwin build to not use DLLINIT, per Cygwin...
2004-10-12 Neil ConwayFix vpath build break, induced by Bruce's recent commit.
2004-10-12 Bruce MomjianAdd some pg_config_path.h dependencies for places that...
2004-10-08 Tom LaneTweak HPUX shared-library build flags, per Shinji Terag...
2004-09-02 Tom LaneFix shared library linking operations to work properly...
2004-07-13 Tom LaneCause libpq and ecpg libraries to be built as proper...
2004-05-19 Bruce MomjianRename irix5 port to irix.
2004-05-12 Bruce MomjianHere's a patch that will allow external modules like...
2003-12-01 Bruce MomjianWin32 patch for Makefile.shlib
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-20 Tom LaneWhen building shared libraries on HPUX with gcc, forcib...
2003-09-27 Tom LaneAdjust Darwin build to use the default 'two level names...
2003-09-20 Tom LaneApply ranlib(1) after installing a static (.a) library...
2003-09-14 Bruce MomjianSince I haven't gotten a reply, can someone REVERT...
2003-09-10 Bruce MomjianHere is a patch to make PostgreSQL use a full path...
2003-03-21 Peter EisentrautMake "win" a separate port from "cygwin". This means...
2003-01-11 Tom LaneCause symlinks for shared-library versioning to run...
2002-10-09 Bruce Momjian> > > > and mb conversions (pg_ascii2mic and pg_mic2asc...
2002-09-05 Peter EisentrautAssorted fixes for Cygwin:
2002-09-04 Peter EisentrautRemove leftovers from subproject removals. Fixes for...
2002-09-04 Tom LaneAvoid multiple scans of utils/mb/conversion_procs/...
2002-09-03 Bruce MomjianAIX shlib fix for building libpq.so from Tomoyuki Niijima
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-16 Bruce MomjianMove few remaining src/utils files to backend/port...
2002-05-24 Peter EisentrautChange PL/Tcl build to use configured compiler and...
2002-04-10 Peter EisentrautAdd make install-strip target.
2001-11-11 Bruce MomjianFix for compiling libpq++ on Solaris with Sun SPRO6U2.
2001-10-05 Peter EisentrautFix shared library builds for MacOS X.
2001-09-22 Peter EisentrautProvide some initial support for building the ODBC...
2001-09-11 Peter EisentrautUse gcc -shared rather than gcc -G for shared library...
2001-06-20 Peter EisentrautShared libraries should not be linked explicitly agains...
2001-05-07 Peter EisentrautShared library and GCC support for SCO OpenServer.
2001-04-15 Tom LaneAdd LDFLAGS_SL to AIX shlib building command, per repor...
2001-03-27 Bruce MomjianThe following patch updates the FAQ_AIX and makes C...
2001-03-14 Tom LaneMove -Bsymbolic for HPUX to Makefile.hpux, per Peter...
2001-03-10 Tom LaneTurns out the HPUX linker likes -Bsymbolic too. Withou...
2001-02-27 Tatsuo IshiiMassive commits for SunOS4 port.
2001-02-20 Peter EisentrautMake sure -L and -I's for our source tree are always...
2001-02-10 Bruce Momjianmove comment
2001-02-10 Bruce MomjianAdd comment about linker/compiler on bsd.
2001-02-10 Bruce MomjianFix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already...
2001-02-10 Peter EisentrautRepair BSD/OS shared library fixes.
2001-02-10 Bruce MomjianRevert shlib changes.
2001-02-10 Bruce MomjianRemove protcol option buttons.
2001-02-04 Peter EisentrautCheck for -lresolv.
2000-12-06 Peter Eisentraut-L linker options are now in LDFLAGS, not LIBS. The...
2000-11-30 Peter EisentrautMake all commands that link a program look like
2000-11-14 Peter EisentrautGive GCC on Irix a (theoretical) chance.
2000-11-09 Bruce MomjianPlease apply this patch to current, to fix a problem...
2000-11-08 Peter EisentrautFix 'soname's for various platforms, so that libpq...
2000-11-04 Peter EisentrautSeparate CFLAGS_SL and CXXFLAGS_SL, to allow building...
2000-10-31 Peter EisentrautThis is the minimal version of the Darwin support patch...
2000-10-27 Peter EisentrautMake use of system-specific linker option to embed...
2000-10-27 Peter EisentrautUse compiler driver, not linker, to link shared librari...
next