aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/win32_shmem.c
Commit message (Expand)AuthorAge
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* On Windows, ensure shared memory handle gets closed if not being used.Tom Lane2015-10-13
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Add missing include.Robert Haas2014-04-09
* Fix silly oversight in patch to remove dsm state file.Robert Haas2014-04-08
* Get rid of the dynamic shared memory state file.Robert Haas2014-04-08
* Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas2014-03-03
* Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas2014-01-29
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* 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