summaryrefslogtreecommitdiff
path: root/src/tools/msvc/clean.bat
Commit message (Expand)AuthorAgeFilesLines
* Make TAP tests work on Windows.Heikki Linnakangas2015-07-291-0/+7
* Make pg_xlogdump MSVC build work more like others.Heikki Linnakangas2015-03-211-5/+0
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-181-0/+6
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-0/+6
* MSVC: Recognize PGFILEDESC in contrib and conversion_procs modules.Noah Misch2014-07-141-0/+2
* Redo MSVC build implementation for pg_xlogdump.Andrew Dunstan2013-02-251-0/+5
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-071-0/+1
* Support for building with MS Visual Studio 2010.Andrew Dunstan2012-01-031-0/+4
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-041-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-051-6/+7
* Delete solution cache file on clean, if it exists.Magnus Hagander2010-01-011-1/+2
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-121-2/+1
* Fix (hopefully) some oversights in recent Bison cleanup patch.Tom Lane2008-08-301-4/+2
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-3/+2
* Properly remove src\include\utils\probes.h when running clean.bat.Magnus Hagander2008-08-181-1/+2
* Oops, make the MSVC build put fmgroids.h where it needs to be.Tom Lane2008-06-241-1/+2
* Copy refint.so and autoinc.so into the src/test/regress directory duringTom Lane2008-05-301-1/+3
* Fix very broken clean.bat for msvc install. The way we used subroutinesMagnus Hagander2008-02-061-49/+56
* Remove unnecessary logo output from msbuild when cleaning ecpg regressionMagnus Hagander2007-12-191-2/+2
* contrib/tsearch2 need not be special-cased any longer.Tom Lane2007-11-131-4/+1
* Build two more .DEF files for ecpg instead of using default ones.Magnus Hagander2007-10-031-1/+4
* Move parse.h into src/backend on msvc, which is where it is on Unix.Magnus Hagander2007-07-071-2/+2
* Rewrite ECPG regression test driver in C, by splitting the standardMagnus Hagander2007-06-121-1/+5
* Generate SQL files for /contrib (based on .sql.in)Magnus Hagander2007-03-231-1/+8
* Add cvs tags to msvc build files, along with a (very short) comment aboutMagnus Hagander2007-03-171-1/+2
* Add script to run regression tests under vc++ without mingw. UpdateMagnus Hagander2007-02-131-0/+4
* More MSVC build support from Magnus.Tom Lane2006-11-291-0/+55