]> granicus.if.org Git - postgresql/history - src/port/win32env.c
Make psql reject attempts to set special variables to invalid values.
[postgresql] / src / port / win32env.c
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-04 Noah MischMake pgwin32_putenv() probe every known CRT, regardless...
2016-12-03 Noah MischMake pgwin32_putenv() follow DLL loading and unloading.
2016-12-03 Noah MischMake pgwin32_putenv() visit debug CRTs.
2016-12-03 Noah MischRemove wrong CloseHandle() call.
2016-12-03 Noah MischRefine win32env.c cosmetics.
2016-04-29 Andrew DunstanFix typo in VS2015 patch
2016-04-29 Andrew DunstanSupport building with Visual Studio 2015
2016-04-22 Magnus HaganderAdd putenv support for msvcrt from Visual Studio 2013
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-02-06 Andrew DunstanEnable building with Microsoft Visual Studio 2012.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-16 Alvaro HerreraAdd some minor missing error checks
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Magnus HaganderMake the win32 putenv() override update *all* present...
2009-12-27 Magnus HaganderRemove now unreferenced variable.
2009-12-27 Magnus HaganderIf the MSVCRT module is not found in the current binary...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-02-12 Magnus HaganderDon't call SetEnvironmentVariable() when removing an...
2009-01-21 Magnus HaganderMake win32 builds always do SetEnvironmentVariable...