aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* 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
* Add support for running regression tests on procedural languagesMagnus Hagander2007-03-21
* Properly return exitcode when regression tests fails.Magnus Hagander2007-03-21
* Native shared memory implementation for win32.Magnus Hagander2007-03-21
* ecpglib requires libpgport, per Andrew DunstanMagnus Hagander2007-03-19
* msvc build actually needs Bison 2.2 or later, not 2.1. Or 1.875 as before.Magnus Hagander2007-03-17
* Add cvs tags to msvc build files, along with a (very short) comment aboutMagnus Hagander2007-03-17
* Oops, forgot to remove the old genbki script.Magnus Hagander2007-03-17
* Turn most vc build scripts into modules instead of scripts, and just haveMagnus Hagander2007-03-17
* Remove extra single-quotes copied from Unix build. Win32 doesn't stripMagnus Hagander2007-03-14
* Rewrite win32 install documentation (it's not client only anymore, and it'sMagnus Hagander2007-03-13
* Filter out warnings coming from the stylesheets, so that actual warnings show...Magnus Hagander2007-03-13
* Set root of docbook stuff from buildenv.bat and not from builddoc.bat.Magnus Hagander2007-03-13
* Make a run with perltidy to format the code. Per request from Andrew Dunstan.Magnus Hagander2007-03-12
* Add script to build documentation on win32 without mingwMagnus Hagander2007-03-06
* Make build.bat return a proper errorcode if the build fails.Magnus Hagander2007-02-27
* Revert changes to process pg_proc.h entries without OIDs. We're not supposedMagnus Hagander2007-02-21
* Parse pg_proc.h with entries without OIDs.Magnus Hagander2007-02-19
* Make it possible to build with integer datetimes in msvc, and enable by default.Magnus Hagander2007-02-14
* Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian2007-02-14
* Add script to run regression tests under vc++ without mingw. UpdateMagnus Hagander2007-02-13
* One more fix for makefile := to : change.Magnus Hagander2007-02-13
* Properly parse Makefile after change from := to =.Magnus Hagander2007-02-13
* Fix pg_standby to build on msvc.Magnus Hagander2007-02-10
* Win32 regression test fixes:Bruce Momjian2007-02-08
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-08
* The VC++ build needs to compile the new strlcat.c file. Patch from MagnusAlvaro Herrera2007-02-07
* Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut2007-02-06
* This patch changes the installscript for vcbuild to actually parse theNeil Conway2007-02-02
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update comment.Bruce Momjian2007-01-31
* Fix path problem in MSVC bison wrapper. per Joachim Wieland.Andrew Dunstan2007-01-28
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-26
* Add a setlocal command to the beginning of build.bat. This is requiredNeil Conway2007-01-25
* When using MSVC, disable the building of ecpg if pthreads is notBruce Momjian2007-01-24
* This patch is required for vcbuild to work after the changes toAlvaro Herrera2007-01-23
* vcbuild updates from Magnus:Neil Conway2007-01-16
* Attached patch fixes two problems:Neil Conway2007-01-10
* This patch enables verbose output when building all projects. This isNeil Conway2007-01-10