summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
Commit message (Expand)AuthorAgeFilesLines
* Add an implicit rule %.c -> %.i for running the C preprocessor.Peter Eisentraut2009-02-191-1/+4
* Recreate ecpg_config.h with a stamp file created by config.status, samePeter Eisentraut2009-01-221-4/+6
* When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut2009-01-051-1/+2
* Fix for cross-compilation between mingw32 and something else. The choicePeter Eisentraut2009-01-051-1/+3
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-1/+2
* Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut2008-12-071-20/+5
* configure check for docbook2man program, used in the new XML-based manPeter Eisentraut2008-11-261-1/+2
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-141-3/+1
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-291-1/+2
* Fix coverage targets so that HTML view is reliably updated when test dataPeter Eisentraut2008-10-031-5/+17
* Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut2008-09-051-2/+50
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-3/+3
* Upgrade to Autoconf 2.61:Peter Eisentraut2008-02-171-5/+5
* I find that an out-of-the-box installation of OSSP uuid 1.6.0 installsTom Lane2007-11-131-1/+2
* Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane2007-09-281-2/+2
* Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut2007-08-201-1/+2
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-1/+4
* Contrib module uuid-ossp for generating UUID values using the OSSP UUIDPeter Eisentraut2007-04-211-1/+2
* Add --with-libxslt configure optionAndrew Dunstan2007-04-151-1/+2
* Enable building contrib/xml2 if configured using --with-libxml.Andrew Dunstan2007-04-131-1/+2
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-091-2/+2
* On Windows, we know the backend stack size limit because we have toTom Lane2006-10-081-1/+4
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-031-2/+2
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-191-8/+1
* Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz.Tom Lane2006-09-111-3/+5
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-101-11/+12
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-091-1/+3
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-231-1/+6
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-241-1/+4
* For automatic dependency tracking, replace our sed hackery with the GCC-Peter Eisentraut2006-07-211-27/+5
* Make pg_config location overridable for pgxs builds.Peter Eisentraut2006-07-201-11/+13
* Remove use of lorder and tsort while building static libraries. There'sTom Lane2006-04-191-2/+1
* When performing a parallel build (make -j N) with ./configureBruce Momjian2006-02-121-2/+2
* Fix problems with PGXS builds against an installation tree that wasTom Lane2005-09-271-12/+33
* Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane2005-08-021-5/+3
* Remove some long-dead support for libpgtcl with Tk.Tom Lane2005-07-281-7/+3
* Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian2005-07-061-2/+1
* Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-opensslTom Lane2005-07-051-1/+3
* Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut2005-07-031-1/+2
* Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane2005-05-171-1/+4
* Use 'cp' and 'chmod' in place of 'install' to install header files.Bruce Momjian2005-03-251-3/+5
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-251-2/+17
* Revert ill-conceived change of libpq linkage --- breaks ecpg.Tom Lane2005-03-241-12/+2
* Force PG client applications to link to non-shared libpgport beforeBruce Momjian2005-03-241-2/+12
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-261-3/+4
* Add Win32 version stamps that increment each day for proper SYSTEM32Bruce Momjian2004-12-191-3/+3
* Allow --enable-thread-safety with --disable-shared libraries by passingBruce Momjian2004-12-161-1/+7
* Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian2004-12-161-5/+11
* Modify the platform-specific makefiles so that macro 'rpath' is definedTom Lane2004-11-191-1/+5
* When using GCC, change the default CFLAGS to:Neil Conway2004-10-201-4/+1