summaryrefslogtreecommitdiff
path: root/src/backend/port/win32_shmem.c
Commit message (Expand)AuthorAgeFilesLines
* Phase 2 of pgindent updates.Tom Lane2017-06-211-4/+4
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* On Windows, ensure shared memory handle gets closed if not being used.Tom Lane2015-10-131-16/+66
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Add missing include.Robert Haas2014-04-091-0/+1
* Fix silly oversight in patch to remove dsm state file.Robert Haas2014-04-081-1/+1
* Get rid of the dynamic shared memory state file.Robert Haas2014-04-081-1/+5
* Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas2014-03-031-2/+2
* Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas2014-01-291-0/+5
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-231-11/+11
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 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