summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2007-05-11Support arrays of composite types, including the rowtypes of regular tablesTom Lane
2007-05-03Release builds generate different strangely formatted export namesMagnus Hagander
2007-05-01Add wrapper script around install.pl that calls buildenv.bat before doingMagnus Hagander
2007-04-27Properly set MODULE_PATHNAME based on module name instead of incorrectly basedMagnus Hagander
2007-04-26libpgtypes is a client lib, should not link with backend.Magnus Hagander
2007-04-26Generate "fake configure output" for pg_config, so that external buildsMagnus Hagander
2007-04-25Install libpgport.lib as needed by some client programs.Magnus Hagander
2007-04-25Install headers in the same directory structure as Mingw.Magnus Hagander
2007-04-23Don't try to install uuid-ossp since we don't build it.Magnus Hagander
2007-04-21Fix build for directories with spaces in them by quoting properly.Magnus Hagander
2007-04-21Don't try to build uuid-ossp on msvc.Magnus Hagander
2007-04-20Add script major_release_split to simplify creating release notes forBruce Momjian
2007-04-20Add mention of checking <link> behavior of HISTORY.html to releaseBruce Momjian
2007-04-18Change default build to release, to be consistent with unix build.Magnus Hagander
2007-04-16Enable IPV6 for all MSVC builds, including the VC6 libpq-only build.Magnus Hagander
2007-04-12Install debugger symbols (in their own directory)Magnus Hagander
2007-04-12Enable IPV6 when building with MSVC.Magnus Hagander
2007-04-06Only run contrib check if there is a MakefileAndrew Dunstan
2007-04-05Continue running contrib regression tests if one fails, and exitMagnus Hagander
2007-04-05Make sure list of tests is cleared out before getting the new listMagnus Hagander
2007-04-04improve test headingsAndrew Dunstan
2007-04-04Don't install files for xml2 when building without libxml.Andrew Dunstan
2007-04-04Don't install files for sslinfo when building without openssl.Magnus Hagander
2007-04-02xcopy can only deal with forward-slashed paths when it's quoted - neededMagnus Hagander
2007-03-29Install include filesMagnus Hagander
2007-03-29Make ECPG regression tests use native threading instead of pthreads, now thatMagnus Hagander
2007-03-27Install import libraries used to link to libpq, ecpg and the backend.Magnus Hagander
2007-03-24Support for installing NLS files, and update support to use gettextMagnus Hagander
2007-03-24Install contrib sql and readme filesMagnus Hagander
2007-03-24Properly parse the name of contrib modules that aren't named the sameMagnus Hagander
2007-03-23Forgot commit: support for special-cases in pgcryptoMagnus Hagander
2007-03-23Support for running contribcheck on msvcMagnus Hagander
2007-03-23Generate SQL files for /contrib (based on .sql.in)Magnus Hagander
2007-03-23Add define to exclude configured libraries, to be able to easily build aMagnus Hagander
2007-03-22Forgot to add file needed for PL regression testsMagnus Hagander
2007-03-21Add support for running regression tests on procedural languagesMagnus Hagander
2007-03-21Properly return exitcode when regression tests fails.Magnus Hagander
2007-03-21Native shared memory implementation for win32.Magnus Hagander
2007-03-19ecpglib requires libpgport, per Andrew DunstanMagnus Hagander
2007-03-17msvc build actually needs Bison 2.2 or later, not 2.1. Or 1.875 as before.Magnus Hagander
2007-03-17Add cvs tags to msvc build files, along with a (very short) comment aboutMagnus Hagander
2007-03-17Oops, forgot to remove the old genbki script.Magnus Hagander
2007-03-17Turn most vc build scripts into modules instead of scripts, and just haveMagnus Hagander
2007-03-14Remove extra single-quotes copied from Unix build. Win32 doesn't stripMagnus Hagander
2007-03-13Rewrite win32 install documentation (it's not client only anymore, and it'sMagnus Hagander
2007-03-13Filter out warnings coming from the stylesheets, so that actual warnings show...Magnus Hagander
2007-03-13Set root of docbook stuff from buildenv.bat and not from builddoc.bat.Magnus Hagander
2007-03-12Make a run with perltidy to format the code. Per request from Andrew Dunstan.Magnus Hagander
2007-03-06Add script to build documentation on win32 without mingwMagnus Hagander
2007-02-27Make build.bat return a proper errorcode if the build fails.Magnus Hagander