summaryrefslogtreecommitdiff
path: root/src/backend/port/win32_shmem.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.0Bruce Momjian2010-02-261-9/+10
* Silence compiler warning about printf format for HANDLE.Itagaki Takahiro2010-01-041-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Support 64-bit shared memory when building on 64-bit Windows.Magnus Hagander2010-01-021-11/+20
* Reserve the shared memory region during backend startup on Windows, soMagnus Hagander2009-07-241-1/+60
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-15/+18
* Minor improvement: avoid assuming that GetLastError value cannot beTom Lane2009-05-051-6/+7
* Make the win32 shared memory code try 10 times instead of one ifMagnus Hagander2009-05-051-34/+34
* Call SetLastError(0) before calling the file mapping functionsMagnus Hagander2009-05-041-1/+7
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Revert previous patch to put the shared memory segment on win32Magnus Hagander2008-10-301-2/+8
* Fix a couple of bugs in win32 shmem name generation:Magnus Hagander2008-07-041-5/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Add sentence-ending periods.Peter Eisentraut2007-11-081-5/+5
* Fix compiler warnings in ereport messages on mingw.Magnus Hagander2007-03-281-3/+5
* Native shared memory implementation for win32.Magnus Hagander2007-03-211-0/+287