aboutsummaryrefslogtreecommitdiff
path: root/src/tools/msvc
Commit message (Expand)AuthorAge
* Provide for client-only installs with MSVC.Andrew Dunstan2014-01-26
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-26
* Allow case insensitive build version argument for MSVC.Andrew Dunstan2014-01-23
* Rename msvc build option krb5 to gssMagnus Hagander2014-01-19
* Remove support for native krb5 authenticationMagnus Hagander2014-01-19
* Move username lookup functions from /port to /commonBruce Momjian2014-01-10
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-18
* Fix whitespacePeter Eisentraut2013-11-13
* Fix isolation check for MSVC to handle recent changes.Andrew Dunstan2013-11-13
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Move rmtree() from libpgport to libpgcommonPeter Eisentraut2013-10-19
* Move pgfnames() from libpgport to libpgcommonPeter Eisentraut2013-10-18
* Add libpgport to isolationtester on MSVCPeter Eisentraut2013-10-18
* Switch order of libpgport and libpgcommon in MSVC build as wellPeter Eisentraut2013-10-18
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-17
* Attempt to fix MSVC build for asprintf additionPeter Eisentraut2013-10-13
* Stamp shared-library minor version numbers for 9.4.Tom Lane2013-06-14
* Remove whitespace from end of linesPeter Eisentraut2013-05-30
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Avoid renaming data directory during MSVC upgrade testing.Andrew Dunstan2013-03-23
* initdb needs pqsignal() even on Windows.Tom Lane2013-03-17
* Fix message typo.Andrew Dunstan2013-03-06
* Fix MSVC build.Heikki Linnakangas2013-02-27
* Redo MSVC build implementation for pg_xlogdump.Andrew Dunstan2013-02-25
* Provide MSVC build setup for pg_xlogdump.Andrew Dunstan2013-02-24
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Teach MSVC build system about postgres_fdw.Tom Lane2013-02-21
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-06
* Properly zero-pad the day-of-year part of the win32 build numberMagnus Hagander2013-01-31
* Properly install ecpg_compat and pgtypes libraries on msvcMagnus Hagander2013-01-09
* Centralize single quote escaping in src/port/quotes.cMagnus Hagander2013-01-05
* Add new file to MSVC build system as wellMagnus Hagander2013-01-01
* Properly copy fmgroids.h after clean on Win32Magnus Hagander2012-12-16
* Unbreak MSVC builds after recent Makefile refactoring.Andrew Dunstan2012-10-11
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-07
* PL/pgSQL: rename gram.y to pl_gram.yPeter Eisentraut2012-10-04
* Allow a few seconds for Windows to catch up with a directory rename when chec...Andrew Dunstan2012-10-02
* Add vcregress.pl target for checking pg_upgrade.Andrew Dunstan2012-09-10
* Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds.Andrew Dunstan2012-08-31
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* Stamp library minor versions for 9.3.Tom Lane2012-06-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* Lots of doc corrections.Robert Haas2012-04-23
* Install plpgsql.h to to include/server at "make install".Heikki Linnakangas2012-04-16
* Remove now redundant pgpipe code.Andrew Dunstan2012-03-28
* Attempt to unbreak pg_test_timing on Windows.Robert Haas2012-03-28