aboutsummaryrefslogtreecommitdiff
path: root/src/tools/msvc
Commit message (Expand)AuthorAge
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas2017-03-07
* De-support floating-point timestamps.Tom Lane2017-02-23
* Dept of second thoughts: rename new perl script.Tom Lane2017-02-19
* Suppress "unused variable" warnings with older versions of flex.Tom Lane2017-02-19
* Remove contrib/tsearch2.Robert Haas2017-02-13
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* pg_ctl: Change default to wait for all actionsPeter Eisentraut2017-01-14
* Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut2017-01-13
* Use 'use strict' in all Perl programsPeter Eisentraut2017-01-05
* MSVC: Position MSBFLAGS after flags it might override.Noah Misch2016-12-18
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch2016-11-07
* Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas2016-10-18
* Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas2016-10-17
* Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane2016-10-04
* Convert contrib/hstore_plpython to not use direct linking to other modules.Tom Lane2016-10-03
* Move fsync routines of initdb into src/common/Peter Eisentraut2016-09-29
* Improve error message on MSVC if perl*.lib is not found.Heikki Linnakangas2016-09-23
* MSVC: Include pg_recvlogical in client-only install.Robert Haas2016-09-19
* Fix and simplify MSVC build's handling of xml/xslt/uuid dependencies.Tom Lane2016-09-11
* MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.Noah Misch2016-09-08
* MSVC: Place gendef.pl temporary file in the target directory.Noah Misch2016-09-08
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* initdb now needs to reference libpq include files in MSVC builds.Tom Lane2016-08-20
* Remove separate version numbering for ecpg preprocessor.Tom Lane2016-08-16
* Stamp shared-library minor version numbers for v10.Tom Lane2016-08-15
* Stamp HEAD as 10devel.Tom Lane2016-08-15
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Fix TAP tests and MSVC scripts for pathnames with spaces.Tom Lane2016-07-09
* Finish pgindent run for 9.6: Perl files.Noah Misch2016-06-12
* Fix various common mispellings.Greg Stark2016-06-03
* Add test_pg_dump to @contrib_excludesStephen Frost2016-05-06
* Support building with Visual Studio 2015Andrew Dunstan2016-04-29
* Update helptext for vcregress.plMagnus Hagander2016-04-15
* Add snapshot_too_old to NSVC @contrib_excludesKevin Grittner2016-04-08
* Silence warning from modern perl about unescaped bracesAndrew Dunstan2016-04-08
* Turn down MSVC compiler verbosityAndrew Dunstan2016-04-08
* Support multiple synchronous standby servers.Fujii Masao2016-04-06
* Add missing gss option to msvc config templateMagnus Hagander2016-03-30
* Fix MSVC build for changes in zic.Tom Lane2016-03-28
* Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane2016-03-25
* Move psql's psqlscan.l into src/fe_utils.Tom Lane2016-03-24
* Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane2016-03-24
* Add missed inclusion requirement in Mkvcbuild.pm.Tom Lane2016-03-24
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23