aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Disable warning 4090 = different const qualifiers on msvc since itMagnus Hagander2007-07-25
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-24
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-12
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-12
* Move parse.h into src/backend on msvc, which is where it is on Unix.Magnus Hagander2007-07-07
* Add notes about configuring Visual Studio Express for use with theMagnus Hagander2007-07-01
* Add extra checks for buildfarm to pick up errors when runningMagnus Hagander2007-06-26
* Quiet warnings about redefined PGPORT macros for MSVC.Andrew Dunstan2007-06-20
* ECPG requires a local include directory to override the project-wide ones.Magnus Hagander2007-06-12
* Rewrite ECPG regression test driver in C, by splitting the standardMagnus Hagander2007-06-12
* Applied Joachim's patch for ecpg_config.h creation on Vista.Michael Meskes2007-05-27
* fix perl thinkoAndrew Dunstan2007-05-15
* Use configured pgport in MSVC config file.Andrew Dunstan2007-05-15
* Log directory we're installing into.Magnus Hagander2007-05-13
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Release builds generate different strangely formatted export namesMagnus Hagander2007-05-03
* Add wrapper script around install.pl that calls buildenv.bat before doingMagnus Hagander2007-05-01
* Properly set MODULE_PATHNAME based on module name instead of incorrectly basedMagnus Hagander2007-04-27
* libpgtypes is a client lib, should not link with backend.Magnus Hagander2007-04-26
* Generate "fake configure output" for pg_config, so that external buildsMagnus Hagander2007-04-26
* Install libpgport.lib as needed by some client programs.Magnus Hagander2007-04-25
* Install headers in the same directory structure as Mingw.Magnus Hagander2007-04-25
* Don't try to install uuid-ossp since we don't build it.Magnus Hagander2007-04-23
* Fix build for directories with spaces in them by quoting properly.Magnus Hagander2007-04-21
* Don't try to build uuid-ossp on msvc.Magnus Hagander2007-04-21
* Add script major_release_split to simplify creating release notes forBruce Momjian2007-04-20
* Add mention of checking <link> behavior of HISTORY.html to releaseBruce Momjian2007-04-20
* Change default build to release, to be consistent with unix build.Magnus Hagander2007-04-18
* Enable IPV6 for all MSVC builds, including the VC6 libpq-only build.Magnus Hagander2007-04-16
* Install debugger symbols (in their own directory)Magnus Hagander2007-04-12
* Enable IPV6 when building with MSVC.Magnus Hagander2007-04-12
* Only run contrib check if there is a MakefileAndrew Dunstan2007-04-06
* Continue running contrib regression tests if one fails, and exitMagnus Hagander2007-04-05
* Make sure list of tests is cleared out before getting the new listMagnus Hagander2007-04-05
* improve test headingsAndrew Dunstan2007-04-04
* Don't install files for xml2 when building without libxml.Andrew Dunstan2007-04-04
* Don't install files for sslinfo when building without openssl.Magnus Hagander2007-04-04
* xcopy can only deal with forward-slashed paths when it's quoted - neededMagnus Hagander2007-04-02
* Install include filesMagnus Hagander2007-03-29
* Make ECPG regression tests use native threading instead of pthreads, now thatMagnus Hagander2007-03-29
* Install import libraries used to link to libpq, ecpg and the backend.Magnus Hagander2007-03-27
* Support for installing NLS files, and update support to use gettextMagnus Hagander2007-03-24
* Install contrib sql and readme filesMagnus Hagander2007-03-24
* Properly parse the name of contrib modules that aren't named the sameMagnus Hagander2007-03-24
* Forgot commit: support for special-cases in pgcryptoMagnus Hagander2007-03-23
* Support for running contribcheck on msvcMagnus Hagander2007-03-23
* Generate SQL files for /contrib (based on .sql.in)Magnus Hagander2007-03-23
* Add define to exclude configured libraries, to be able to easily build aMagnus Hagander2007-03-23
* Forgot to add file needed for PL regression testsMagnus Hagander2007-03-22