aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/win32_shmem.c
Commit message (Expand)AuthorAge
* Reserve the shared memory region during backend startup on Windows, soMagnus Hagander2009-08-11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Minor improvement: avoid assuming that GetLastError value cannot beTom Lane2009-05-05
* Make the win32 shared memory code try 10 times instead of one ifMagnus Hagander2009-05-05
* Call SetLastError(0) before calling the file mapping functionsMagnus Hagander2009-05-04
* Update copyright for 2009.Bruce Momjian2009-01-01
* Revert previous patch to put the shared memory segment on win32Magnus Hagander2008-10-30
* Fix a couple of bugs in win32 shmem name generation:Magnus Hagander2008-07-04
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Add sentence-ending periods.Peter Eisentraut2007-11-08
* Fix compiler warnings in ereport messages on mingw.Magnus Hagander2007-03-28
* Native shared memory implementation for win32.Magnus Hagander2007-03-21