]> granicus.if.org Git - postgresql/history - src/backend/port/win32_shmem.c
Minor improvement: avoid assuming that GetLastError value cannot be
[postgresql] / src / backend / port / win32_shmem.c
2009-05-05 Tom LaneMinor improvement: avoid assuming that GetLastError...
2009-05-05 Magnus HaganderMake the win32 shared memory code try 10 times instead...
2009-05-04 Magnus HaganderCall SetLastError(0) before calling the file mapping...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-30 Magnus HaganderRevert previous patch to put the shared memory segment...
2008-07-04 Magnus HaganderFix a couple of bugs in win32 shmem name generation:
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-08 Peter EisentrautAdd sentence-ending periods.
2007-03-28 Magnus HaganderFix compiler warnings in ereport messages on mingw.
2007-03-21 Magnus HaganderNative shared memory implementation for win32.