aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/win32_shmem.c
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Silence compiler warning about printf format for HANDLE.Itagaki Takahiro2010-01-04
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support 64-bit shared memory when building on 64-bit Windows.Magnus Hagander2010-01-02
* Reserve the shared memory region during backend startup on Windows, soMagnus Hagander2009-07-24
* 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