summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2007-02-21Revert changes to process pg_proc.h entries without OIDs. We're not supposedMagnus Hagander
2007-02-19Parse pg_proc.h with entries without OIDs.Magnus Hagander
2007-02-14Make it possible to build with integer datetimes in msvc, and enable by default.Magnus Hagander
2007-02-14Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian
2007-02-13Add script to run regression tests under vc++ without mingw. UpdateMagnus Hagander
2007-02-13One more fix for makefile := to : change.Magnus Hagander
2007-02-13Properly parse Makefile after change from := to =.Magnus Hagander
2007-02-10Fix pg_standby to build on msvc.Magnus Hagander
2007-02-08Win32 regression test fixes:Bruce Momjian
2007-02-08Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut
2007-02-07The VC++ build needs to compile the new strlcat.c file. Patch from MagnusAlvaro Herrera
2007-02-06Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut
2007-02-02This patch changes the installscript for vcbuild to actually parse theNeil Conway
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-31Update comment.Bruce Momjian
2007-01-28Fix path problem in MSVC bison wrapper. per Joachim Wieland.Andrew Dunstan
2007-01-26Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway
2007-01-25Add a setlocal command to the beginning of build.bat. This is requiredNeil Conway
2007-01-24When using MSVC, disable the building of ecpg if pthreads is notBruce Momjian
2007-01-23This patch is required for vcbuild to work after the changes toAlvaro Herrera
2007-01-16vcbuild updates from Magnus:Neil Conway
2007-01-10Attached patch fixes two problems:Neil Conway