]> granicus.if.org Git - postgresql/history - src/Makefile.global.in
In a non-hashed Agg node, reset the "aggcontext" at group boundaries, instead
[postgresql] / src / Makefile.global.in
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.
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2004-04-20 PostgreSQL DaemonRemove all of the libpgtcl and pgtclsh files, including...
2004-03-10 Bruce MomjianMove non-blocking code into its own /port file, for...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-02-02 Bruce MomjianBriefly,
2004-01-19 Tom LaneRemove JDBC from the build system and documentation...
2003-12-19 Bruce MomjianSupress ecpg thread test if configure didn't enable...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-27 Bruce MomjianFinalize configuration of thread_test program.
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...
2003-09-07 Tom LaneMake the default pg_hba.conf include an entry for ...
2003-09-01 Peter EisentrautClean up after pygresql removal: adjust/remove document...
2003-08-08 Bruce MomjianMove simple_prompt()/sprompt.c into /port.
2003-08-08 Bruce Momjianmore thread.c consistency.
2003-06-14 Bruce MomjianAdd thread.c for libpq threading, and hook it into...
2003-05-27 Bruce MomjianAdd configure thread tests.
2003-05-11 Tom LaneFinish removing HPUXMATHLIB.
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2003-01-05 Peter EisentrautRevert rpath-mangling patch. See discussion on -patche...
2002-12-30 Tom LaneMake use of TCL_INCLUDE_SPEC if available (it's new...
2002-11-10 Bruce MomjianI am attaching a patch file that will replace the previ...
2002-09-04 Peter EisentrautRemove leftovers from subproject removals. Fixes for...
next