summaryrefslogtreecommitdiff
path: root/src/tools/msvc
Commit message (Expand)AuthorAgeFilesLines
* Change default build to release, to be consistent with unix build.Magnus Hagander2007-04-181-7/+16
* Enable IPV6 for all MSVC builds, including the VC6 libpq-only build.Magnus Hagander2007-04-161-2/+1
* Install debugger symbols (in their own directory)Magnus Hagander2007-04-121-2/+3
* Enable IPV6 when building with MSVC.Magnus Hagander2007-04-122-2/+4
* Only run contrib check if there is a MakefileAndrew Dunstan2007-04-061-2/+2
* Continue running contrib regression tests if one fails, and exitMagnus Hagander2007-04-051-2/+4
* Make sure list of tests is cleared out before getting the new listMagnus Hagander2007-04-051-1/+3
* improve test headingsAndrew Dunstan2007-04-041-1/+4
* Don't install files for xml2 when building without libxml.Andrew Dunstan2007-04-041-1/+2
* Don't install files for sslinfo when building without openssl.Magnus Hagander2007-04-041-2/+4
* xcopy can only deal with forward-slashed paths when it's quoted - neededMagnus Hagander2007-04-021-2/+4
* Install include filesMagnus Hagander2007-03-291-7/+84
* Make ECPG regression tests use native threading instead of pthreads, now thatMagnus Hagander2007-03-294-42/+32
* Install import libraries used to link to libpq, ecpg and the backend.Magnus Hagander2007-03-271-1/+6
* Support for installing NLS files, and update support to use gettextMagnus Hagander2007-03-242-3/+47
* Install contrib sql and readme filesMagnus Hagander2007-03-241-2/+82
* Properly parse the name of contrib modules that aren't named the sameMagnus Hagander2007-03-241-7/+10
* Forgot commit: support for special-cases in pgcryptoMagnus Hagander2007-03-231-1/+25
* Support for running contribcheck on msvcMagnus Hagander2007-03-231-2/+26
* Generate SQL files for /contrib (based on .sql.in)Magnus Hagander2007-03-232-5/+63
* Add define to exclude configured libraries, to be able to easily build aMagnus Hagander2007-03-231-2/+4
* Forgot to add file needed for PL regression testsMagnus Hagander2007-03-221-0/+22
* Add support for running regression tests on procedural languagesMagnus Hagander2007-03-211-1/+32
* Properly return exitcode when regression tests fails.Magnus Hagander2007-03-211-2/+3
* Native shared memory implementation for win32.Magnus Hagander2007-03-211-2/+2
* ecpglib requires libpgport, per Andrew DunstanMagnus Hagander2007-03-191-2/+2
* msvc build actually needs Bison 2.2 or later, not 2.1. Or 1.875 as before.Magnus Hagander2007-03-171-3/+5
* Add cvs tags to msvc build files, along with a (very short) comment aboutMagnus Hagander2007-03-1713-4/+48
* Oops, forgot to remove the old genbki script.Magnus Hagander2007-03-172-257/+1
* Turn most vc build scripts into modules instead of scripts, and just haveMagnus Hagander2007-03-178-622/+943
* Remove extra single-quotes copied from Unix build. Win32 doesn't stripMagnus Hagander2007-03-141-1/+1
* Rewrite win32 install documentation (it's not client only anymore, and it'sMagnus Hagander2007-03-131-66/+5
* Filter out warnings coming from the stylesheets, so that actual warnings show...Magnus Hagander2007-03-131-2/+5
* Set root of docbook stuff from buildenv.bat and not from builddoc.bat.Magnus Hagander2007-03-131-13/+12
* Make a run with perltidy to format the code. Per request from Andrew Dunstan.Magnus Hagander2007-03-128-1089/+1376
* Add script to build documentation on win32 without mingwMagnus Hagander2007-03-062-0/+63
* Make build.bat return a proper errorcode if the build fails.Magnus Hagander2007-02-271-0/+3
* Revert changes to process pg_proc.h entries without OIDs. We're not supposedMagnus Hagander2007-02-211-12/+3
* Parse pg_proc.h with entries without OIDs.Magnus Hagander2007-02-192-4/+16
* Make it possible to build with integer datetimes in msvc, and enable by default.Magnus Hagander2007-02-142-0/+2
* Add script to run regression tests under vc++ without mingw. UpdateMagnus Hagander2007-02-132-0/+39
* One more fix for makefile := to : change.Magnus Hagander2007-02-131-1/+1
* Properly parse Makefile after change from := to =.Magnus Hagander2007-02-131-1/+1
* Fix pg_standby to build on msvc.Magnus Hagander2007-02-101-1/+1
* Win32 regression test fixes:Bruce Momjian2007-02-083-13/+21
* The VC++ build needs to compile the new strlcat.c file. Patch from MagnusAlvaro Herrera2007-02-071-1/+1
* Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut2007-02-061-3/+3
* This patch changes the installscript for vcbuild to actually parse theNeil Conway2007-02-021-3/+38
* Fix path problem in MSVC bison wrapper. per Joachim Wieland.Andrew Dunstan2007-01-281-6/+8
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-262-1/+13