summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2011-07-03Back-patch creation of tar.bz2 tarball during "make dist".Tom Lane
2009-06-23Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane
2009-02-19Add an implicit rule %.c -> %.i for running the C preprocessor.Peter Eisentraut
2009-01-22Recreate ecpg_config.h with a stamp file created by config.status, samePeter Eisentraut
2009-01-05When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut
2009-01-05Fix for cross-compilation between mingw32 and something else. The choicePeter Eisentraut
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2008-11-26configure check for docbook2man program, used in the new XML-based manPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-10-29Support for Sun Studio compiler on LinuxPeter Eisentraut
2008-10-03Fix coverage targets so that HTML view is reliably updated when test dataPeter Eisentraut
2008-09-05Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-02-17Upgrade to Autoconf 2.61:Peter Eisentraut
2007-11-13I find that an out-of-the-box installation of OSSP uuid 1.6.0 installsTom Lane
2007-09-28Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane
2007-08-20Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-04-21Contrib module uuid-ossp for generating UUID values using the OSSP UUIDPeter Eisentraut
2007-04-15Add --with-libxslt configure optionAndrew Dunstan
2007-04-13Enable building contrib/xml2 if configured using --with-libxml.Andrew Dunstan
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2006-10-08On Windows, we know the backend stack size limit because we have toTom Lane
2006-10-03Switch over to using our own qsort() all the time, as has been proposedTom Lane
2006-09-19Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane
2006-09-11Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz.Tom Lane
2006-09-10Install a cleaner solution to the AIX libpq linking problem, as perTom Lane
2006-09-09Revise OpenLDAP configuration and linking to work on more platformsTom Lane
2006-08-23Replaced double-quote-fix with a hopefully better version.Michael Meskes
2006-07-24DTrace support, with a small initial set of probesPeter Eisentraut
2006-07-21For automatic dependency tracking, replace our sed hackery with the GCC-Peter Eisentraut
2006-07-20Make pg_config location overridable for pgxs builds.Peter Eisentraut
2006-04-19Remove use of lorder and tsort while building static libraries. There'sTom Lane
2006-02-12When performing a parallel build (make -j N) with ./configureBruce Momjian
2005-09-27Fix problems with PGXS builds against an installation tree that wasTom Lane
2005-08-02Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane
2005-07-28Remove some long-dead support for libpgtcl with Tk.Tom Lane
2005-07-06Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian
2005-07-05Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-opensslTom Lane
2005-07-03Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut
2005-05-17Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane
2005-03-25Use 'cp' and 'chmod' in place of 'install' to install header files.Bruce Momjian
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2005-03-24Revert ill-conceived change of libpq linkage --- breaks ecpg.Tom Lane
2005-03-24Force PG client applications to link to non-shared libpgport beforeBruce Momjian
2005-01-26Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane
2004-12-19Add Win32 version stamps that increment each day for proper SYSTEM32Bruce Momjian
2004-12-16Allow --enable-thread-safety with --disable-shared libraries by passingBruce Momjian
2004-12-16Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian