aboutsummaryrefslogtreecommitdiff
path: root/src/tools/msvc
Commit message (Expand)AuthorAge
* Support for building with MS Visual Studio 2010.Andrew Dunstan2012-01-03
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-29
* Document that perl needs to be indented during the pgindent run.Bruce Momjian2011-11-28
* Make pg_dumpall build with the right object files under MSVC.Andrew Dunstan2011-11-27
* Fix MSVC builds broken by xsubpp changeAndrew Dunstan2011-11-27
* Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan2011-11-26
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26
* Try to un-break MSVC build.Tom Lane2011-09-09
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-01
* Detect out of date flex in MSVC builds.Andrew Dunstan2011-08-30
* Unbreak MSVC build broken by my port of flex check.Andrew Dunstan2011-08-26
* Port backup check on psql lexer to MSVC.Andrew Dunstan2011-08-25
* Blind attempt at fixing isolation_tester on Win32Alvaro Herrera2011-07-13
* perltidy run over msvc build systemMagnus Hagander2011-07-12
* Fix comments over eagerly c&p'd.Andrew Dunstan2011-07-07
* Reimplement pgbison and pgflex as perl scripts instead of bat files.Andrew Dunstan2011-07-06
* Fix bat file quoting of %ENV.Andrew Dunstan2011-07-03
* Convert builddoc.bat into a perl script that actually works.Andrew Dunstan2011-05-25
* Remove spurious underscore in name of isolation tester on MSVC.Andrew Dunstan2011-05-22
* Add required psqldir setting for isolation checks.Andrew Dunstan2011-05-15
* Add missing check function lookup.Andrew Dunstan2011-05-15
* Build and run isolation test programs under MSVC.Andrew Dunstan2011-05-15
* Adjust yywrap macro for non-reentrant scanners for MSVC.Andrew Dunstan2011-04-25
* Refix the unaccent regression test on MSVC properlyPeter Eisentraut2011-04-19
* Treat config.pl as optional in vcregress.plPeter Eisentraut2011-04-19
* Fix typoPeter Eisentraut2011-04-19
* Rename pg_regress option --multibyte to --encodingPeter Eisentraut2011-04-15
* Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.Andrew Dunstan2011-04-07
* Update MSVC toolchain to match SGML entity uppercasingAlvaro Herrera2011-04-04
* Add PL extension files to MSVC Install procedure.Andrew Dunstan2011-03-05
* Make plpythonu language use plpython2 shared library directly.Tom Lane2011-03-05
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-04
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-28
* Fix MSVC build scripts for recent extension-related changes.Tom Lane2011-02-14
* Remove no-longer-needed special case hacks in MSVC build scripts.Tom Lane2011-02-13
* Attempt to unbreak MSVC builds after pipe.c move.Andrew Dunstan2011-02-04
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-04
* Use single quotes when there are backslashes in the filenameMagnus Hagander2011-02-04
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-03
* Exclude sepgsql from MSVC regression testing as wellMagnus Hagander2011-01-24
* Blind attempt to exclude sepgsql from MSVC build system.Robert Haas2011-01-23
* Silence flex warnings about DOS file paths in MSVC buildsAndrew Dunstan2011-01-23
* Add pg_basebackup tool for streaming base backupsMagnus Hagander2011-01-23
* Link libpgport into pg_test_fsync on msvcMagnus Hagander2011-01-22
* Use a lexer and grammar for parsing walsender commandsMagnus Hagander2011-01-14
* Ensure the directory for gram.h is created on win32Magnus Hagander2011-01-09
* Properly install gram.h on MSVC buildsMagnus Hagander2011-01-09
* perltidy run on the MSVC build systemMagnus Hagander2011-01-03
* Add required new port files to MSVC builds.Magnus Hagander2010-12-11
* Add inet_net_ntop.c as needed by MSVC, per Magnus.Bruce Momjian2010-11-26