OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / Makefile.global.in
2011-07-03 Tom LaneMake distprep and *clean build targets recurse into...
2011-06-16 Tom LaneUse single quotes in preference to double quotes for...
2011-06-14 Tom LaneFix assorted issues with build and install paths contai...
2011-04-15 Peter EisentrautRename pg_regress option --multibyte to --encoding
2011-03-28 Peter EisentrautAdd maintainer-check target
2011-02-15 Peter EisentrautAllow make check in PL directories
2011-01-24 Robert Haassepgsql, an SE-Linux integration for PostgreSQL
2010-12-26 Andrew DunstanOnly build in crashdump support on Windows if there...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-15 Tom LaneAdjust comments about what's needed to avoid make 3...
2010-11-14 Tom LaneWork around make 3.80 bug with long expansions of ...
2010-11-12 Peter EisentrautImproved parallel make support
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-24 Peter EisentrautWhen in automatic dependency mode, never delete any...
2010-07-06 Tom LaneAccept slightly grotty coding in Makefile.global in...
2010-07-05 Tom LaneSplit the LDFLAGS make variable into two parts: LDFLAGS...
2010-05-13 Peter EisentrautFix vpath installation from distribution tarball (bug...
2010-03-24 Andrew DunstanMark "installcheck-parallel", "world", "install-world...
2009-12-15 Peter EisentrautPython 3 support in PL/Python
2009-11-03 Peter EisentrautBuild bzip2 tarball in dist target as well
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-08-09 Peter EisentrautShip documentation without intermediate tarballs
2009-08-07 Peter EisentrautExpand test coverage support to entire tree
2009-08-04 Peter EisentrautUse DocBook XSL stylesheets for man page building
2009-06-23 Tom LaneFix the makefiles to fail cleanly if Perl is needed...
2009-02-19 Peter EisentrautAdd an implicit rule %.c -> %.i for running the C prepr...
2009-01-22 Peter EisentrautRecreate ecpg_config.h with a stamp file created by...
2009-01-05 Peter EisentrautWhen cross-compiling, allow and require an external...
2009-01-05 Peter EisentrautFix for cross-compilation between mingw32 and something...
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-12-07 Peter EisentrautSet up ar, dlltool, dllwrap, and windres for cross...
2008-11-26 Peter Eisentrautconfigure check for docbook2man program, used in the...
2008-11-14 Peter EisentrautSet SQL man pages to be section 7 by default, and only...
2008-10-29 Peter EisentrautSupport for Sun Studio compiler on Linux
2008-10-03 Peter EisentrautFix coverage targets so that HTML view is reliably...
2008-09-05 Peter EisentrautCode coverage testing with gcov. Documentation is...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-02-17 Peter EisentrautUpgrade to Autoconf 2.61:
2007-11-13 Tom LaneI find that an out-of-the-box installation of OSSP...
2007-09-28 Tom LaneChange initdb and CREATE DATABASE to actively reject...
2007-08-20 Peter EisentrautAdd configure option --with-system-tzdata to use operat...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-04-21 Peter EisentrautContrib module uuid-ossp for generating UUID values...
2007-04-15 Andrew DunstanAdd --with-libxslt configure option
2007-04-13 Andrew DunstanEnable building contrib/xml2 if configured using -...
2007-02-09 Peter EisentrautReplace useless uses of := by = in makefiles.
2006-10-08 Tom LaneOn Windows, we know the backend stack size limit becaus...
2006-10-03 Tom LaneSwitch over to using our own qsort() all the time,...
2006-09-19 Tom LaneFix shared library creation to work properly on AIX...
2006-09-11 Tom LaneAdd LDAP_LIBS_FE to $(libpq) for static or AIX linking...
2006-09-10 Tom LaneInstall a cleaner solution to the AIX libpq linking...
2006-09-09 Tom LaneRevise OpenLDAP configuration and linking to work on...
2006-08-23 Michael MeskesReplaced double-quote-fix with a hopefully better version.
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
2006-07-21 Peter EisentrautFor automatic dependency tracking, replace our sed...
2006-07-20 Peter EisentrautMake pg_config location overridable for pgxs builds.
2006-04-19 Tom LaneRemove use of lorder and tsort while building static...
2006-02-12 Bruce MomjianWhen performing a parallel build (make -j N) with ...
2005-09-27 Tom LaneFix problems with PGXS builds against an installation...
2005-08-02 Tom LaneClean up CREATE DATABASE processing to make it more...
2005-07-28 Tom LaneRemove some long-dead support for libpgtcl with Tk.
2005-07-06 Bruce MomjianReverse out because the lack of using pgport in timezon...
2005-07-05 Tom LaneFix contrib/pgcrypto to autoconfigure for OpenSSL when...
2005-07-03 Peter EisentrautSupport cross compilation by compiling "zic" with a...
2005-05-17 Tom LaneAdd a --dbname option to the pg_regress script, and...
2005-03-25 Bruce MomjianUse 'cp' and 'chmod' in place of 'install' to install...
2005-03-25 Bruce MomjianHave libpgport link before libpq so that PG client...
2005-03-24 Tom LaneRevert ill-conceived change of libpq linkage --- breaks...
2005-03-24 Bruce MomjianForce PG client applications to link to non-shared...
2005-01-26 Tom LaneUse SHGetFolderPath instead of SHGetSpecialFolderPath...
2004-12-19 Bruce MomjianAdd Win32 version stamps that increment each day for...
2004-12-16 Bruce MomjianAllow --enable-thread-safety with --disable-shared...
2004-12-16 Bruce MomjianAllow AIX to use --enable-thread-safety by passing...
2004-11-19 Tom LaneModify the platform-specific makefiles so that macro...
2004-10-20 Neil ConwayWhen using GCC, change the default CFLAGS to:
2004-10-15 Bruce MomjianThe previous build rules caused each binary to be re...
2004-10-15 Bruce Momjian> This lets you do something like:
2004-10-11 Tom LaneAnother try at making plpython autoconfiguration work...
2004-10-06 Bruce MomjianImprove consistency of win32 version sed script.
2004-10-06 Bruce MomjianFix for Win32 file version sed macro, per report from...
2004-10-06 Bruce MomjianAllow plpython to build on Win32.
2004-10-05 Bruce MomjianAdd Win32 version info to client binaries.
2004-10-01 Neil ConwayUse 'override' when appending text to LDFLAGS, so the...
2004-09-18 Peter EisentrautMove comment at end of line to a separate line so trail...
2004-08-28 Bruce Momjian> Am Dienstag, 17. August 2004 14:26 schrieb Fabien...
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-08-15 Bruce MomjianQuote PERL expansion for Win32 path that might have...
2004-08-01 Bruce MomjianAdd docs for initdb --auth.
2004-07-30 Peter EisentrautPostgreSQL extension makefile framework ("pgxs"), by...
2004-06-02 Bruce MomjianMove -lpgport to the beginning of the library list...
2004-05-23 Tom LaneMake --without-docdir configure option actually work...
2004-05-22 Tom LaneUse wide-character library routines, if available,...
2004-05-21 Tom LanePut path configuration information into a .h file inste...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-14 Bruce MomjianMove unixware thread stuff into Makefile.unixware.
2004-05-13 Bruce MomjianForce thread flags for all Unixware builds if threading...
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-04-30 Bruce MomjianRename to USE_PGTZ to match code.
2004-04-30 Bruce MomjianIntegrate timezone library to be called only from Win32.
next