summaryrefslogtreecommitdiff
path: root/src/makefiles
AgeCommit message (Expand)Author
2005-05-17Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane
2005-01-06Revert -Wl, change to Makefile.osf, as the allegedly more standardTom Lane
2004-12-21Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolicTom Lane
2004-12-17In a PGXS build, expect to find the postgres executable already installed,Tom Lane
2004-12-16Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian
2004-11-20On some HPUX versions/hardware, it seems we need to include libgcc.a inTom Lane
2004-11-19Clean up rpath handling for HPUX --- we can't use the cc-style rpathTom Lane
2004-11-19Modify the platform-specific makefiles so that macro 'rpath' is definedTom Lane
2004-11-17Install include/port header files, and fix PGXS build to use them.Tom Lane
2004-10-27Fix Cygwin compile for timezone.Bruce Momjian
2004-10-22Fix tsearch build problems.Tom Lane
2004-10-11Use -fPIC not -fpic for BSDen on Sparc. Also switch fromTom Lane
2004-10-10Remove gratuitous editorialization on rpath.Tom Lane
2004-10-06please find attached an alternate submission which addresses open itemBruce Momjian
2004-09-02Fix shared library linking operations to work properly on all (or atTom Lane
2004-07-30PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut
2004-05-19Rename irix5 port to irix.Bruce Momjian
2004-05-14Properly quote variable for makefile use.Bruce Momjian
2004-05-14Move unixware thread stuff into Makefile.unixware.Bruce Momjian
2004-01-19Remove JDBC from the build system and documentation, too.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-27Un-break Darwin port.Tom Lane
2003-09-27Adjust Darwin build to use the default 'two level namespace' linkingTom Lane
2003-06-05Support for Intel compiler on LinuxPeter Eisentraut
2003-05-29AFAICT, none of our shared libraries are anywhere near big enough toTom Lane
2003-05-22Fix compilation on Cygwin.Peter Eisentraut
2003-05-19Use -fPIC on Sparc, per Tom Callaway.Tom Lane
2003-05-19Rename Win32 include directory from win32_include to win32.Bruce Momjian
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-05-11Finish removing HPUXMATHLIB.Tom Lane
2003-03-21Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut
2003-01-05Revert rpath-mangling patch. See discussion on -patches around Nov 29 forPeter Eisentraut
2002-11-14There was an error in the gcc portion of the patch I sent you. Here isBruce Momjian
2002-11-10I am attaching a patch file that will replace the previous one. It onlyBruce Momjian
2002-10-09> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce Momjian
2002-09-05Assorted fixes for Cygwin:Peter Eisentraut
2002-09-04Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-16Move few remaining src/utils files to backend/port so everything is inBruce Momjian
2002-04-05> > This patch corrects the use of rpath and export options when compilingBruce Momjian
2002-02-23Feature patch per prev thread for --with-tcl, only affects AIXBruce Momjian
2001-11-11Fix for compiling libpq++ on Solaris with Sun SPRO6U2.Bruce Momjian
2001-10-05Fix shared library builds for MacOS X.Peter Eisentraut
2001-09-06Add -rpath for BSD/OS, from Peter E.Bruce Momjian
2001-09-06> > I sent this to -hackers and peter_e, but thought it ought to go toBruce Momjian
2001-09-06This fixes the regression test .so builds on sysv5 systems:Bruce Momjian
2001-09-06On Sat, Aug 25, 2001 at 08:15:45PM -0400, Bruce Momjian wrote:Bruce Momjian
2001-08-29Install the SQL command man pages into a section appropriate for eachPeter Eisentraut
2001-08-26VPATH and DESTDIR support for PL/Perl, using the same techniques employedPeter Eisentraut
2001-06-20Shared libraries should not be linked explicitly against -lc on FreeBSDPeter Eisentraut