summaryrefslogtreecommitdiff
path: root/src/tools/msvc/clean.bat
Commit message (Expand)AuthorAgeFilesLines
* Add generated nodes\nodetags.h to clean.batPeter Eisentraut2022-07-091-0/+2
* Allow clean.bat to be run from anywhereAndrew Dunstan2022-01-201-3/+4
* Use sort_template.h for qsort_tuple() and qsort_ssup().Thomas Munro2021-03-031-1/+0
* Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane2021-02-021-0/+2
* Add primary keys and unique constraints to system catalogsPeter Eisentraut2021-01-301-0/+1
* Remove separate files for the initial contents of pg_(sh)descriptionHeikki Linnakangas2020-01-191-2/+0
* Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut2020-01-151-1/+0
* MSVC: Reconcile clean.bat with PostgreSQL 12 work.Noah Misch2019-06-091-0/+2
* Replace the data structure used for keyword lookup.Tom Lane2019-01-061-0/+5
* Refactor dlopen() supportPeter Eisentraut2018-09-061-1/+0
* MSVC: Finish clean.bat tmp_check coverage.Noah Misch2018-08-191-10/+2
* MSVC builds must use a separate stamp file for copying generated headers.Tom Lane2018-05-181-0/+1
* Blindly try to fix MSVC build's use of genbki.pl and Gen_fmgrtab.pl.Tom Lane2018-05-031-1/+3
* clean up pg_upgrade tmp_check under MSVCAndrew Dunstan2018-04-301-0/+1
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-081-0/+2
* MSVC: Finish clean.bat build artifact coverage.Noah Misch2017-07-241-3/+26
* Build pgoutput.dll in MSVC buildMagnus Hagander2017-05-051-0/+1
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-0/+2
* MSVC: Position MSBFLAGS after flags it might override.Noah Misch2016-12-181-1/+1
* MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.Noah Misch2016-09-081-1/+1
* Move psql's psqlscan.l into src/fe_utils.Tom Lane2016-03-241-1/+1
* Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane2016-03-191-0/+1
* Minor tweaks for new src/test/recoveryAlvaro Herrera2016-02-291-0/+1
* MSVC: Clean tmp_check directory of pg_controldata test suite.Noah Misch2016-02-241-0/+1
* Call xlc __isync() after, not before, associated compare-and-swap.Noah Misch2016-02-191-0/+1
* Properly install dynloader.h on MSVC buildsBruce Momjian2016-01-191-0/+1
* 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