Age | Commit message (Expand) | Author |
2004-05-19 | Rename irix5 port to irix. | Bruce Momjian |
2004-05-12 | Here's a patch that will allow external modules like pl<lang> to set | Bruce Momjian |
2003-12-01 | Win32 patch for Makefile.shlib | Bruce Momjian |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-10-20 | When building shared libraries on HPUX with gcc, forcibly include -lgcc | Tom Lane |
2003-09-27 | Adjust Darwin build to use the default 'two level namespace' linking | Tom Lane |
2003-09-20 | Apply ranlib(1) after installing a static (.a) library on Darwin. | Tom Lane |
2003-09-14 | Since I haven't gotten a reply, can someone REVERT the lines in | Bruce Momjian |
2003-09-10 | Here is a patch to make PostgreSQL use a full path in DT_SONAME for | Bruce Momjian |
2003-03-21 | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut |
2003-01-11 | Cause symlinks for shared-library versioning to run in the standard | Tom Lane |
2002-10-09 | > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not | Bruce Momjian |
2002-09-05 | Assorted fixes for Cygwin: | Peter Eisentraut |
2002-09-04 | Remove leftovers from subproject removals. Fixes for Python and Kerberos | Peter Eisentraut |
2002-09-04 | Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during | Tom Lane |
2002-09-03 | AIX shlib fix for building libpq.so from Tomoyuki Niijima | Bruce Momjian |
2002-07-27 | Assemble portability modules into libpgport library. | Peter Eisentraut |
2002-07-16 | Move few remaining src/utils files to backend/port so everything is in | Bruce Momjian |
2002-05-24 | Change PL/Tcl build to use configured compiler and Makefile.shlib | Peter Eisentraut |
2002-04-10 | Add make install-strip target. | Peter Eisentraut |
2001-11-11 | Fix for compiling libpq++ on Solaris with Sun SPRO6U2. | Bruce Momjian |
2001-10-05 | Fix shared library builds for MacOS X. | Peter Eisentraut |
2001-09-22 | Provide some initial support for building the ODBC driver for | Peter Eisentraut |
2001-09-11 | Use gcc -shared rather than gcc -G for shared library linking on Solaris. | Peter Eisentraut |
2001-06-20 | Shared libraries should not be linked explicitly against -lc on FreeBSD | Peter Eisentraut |
2001-05-07 | Shared library and GCC support for SCO OpenServer. | Peter Eisentraut |
2001-04-15 | Add LDFLAGS_SL to AIX shlib building command, per report from | Tom Lane |
2001-03-27 | The following patch updates the FAQ_AIX and makes C++ code work with | Bruce Momjian |
2001-03-14 | Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation. | Tom Lane |
2001-03-10 | Turns out the HPUX linker likes -Bsymbolic too. Without this, ODBC | Tom Lane |
2001-02-27 | Massive commits for SunOS4 port. | Tatsuo Ishii |
2001-02-20 | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut |
2001-02-10 | move comment | Bruce Momjian |
2001-02-10 | Add comment about linker/compiler on bsd. | Bruce Momjian |
2001-02-10 | Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes. | Bruce Momjian |
2001-02-10 | Repair BSD/OS shared library fixes. | Peter Eisentraut |
2001-02-10 | Revert shlib changes. | Bruce Momjian |
2001-02-10 | Remove protcol option buttons. | Bruce Momjian |
2001-02-04 | Check for -lresolv. | Peter Eisentraut |
2000-12-06 | -L linker options are now in LDFLAGS, not LIBS. The word hadn't gotten | Peter Eisentraut |
2000-11-30 | Make all commands that link a program look like | Peter Eisentraut |
2000-11-14 | Give GCC on Irix a (theoretical) chance. | Peter Eisentraut |
2000-11-09 | Please apply this patch to current, to fix a problem with runcheck, | Bruce Momjian |
2000-11-08 | Fix 'soname's for various platforms, so that libpq.so.2.0 is considered | Peter Eisentraut |
2000-11-04 | Separate CFLAGS_SL and CXXFLAGS_SL, to allow building with C and C++ | Peter Eisentraut |
2000-10-31 | This is the minimal version of the Darwin support patch from | Peter Eisentraut |
2000-10-27 | Make use of system-specific linker option to embed shared library search | Peter Eisentraut |
2000-10-27 | Use compiler driver, not linker, to link shared libraries on Unixware. | Peter Eisentraut |
2000-10-25 | Rearrange handling of -L linker options so that they are always before all | Peter Eisentraut |
2000-10-23 | Polish shared library build to reduce number of special hacks. In | Peter Eisentraut |