summaryrefslogtreecommitdiff
path: root/src/backend/port/win32_shmem.c
AgeCommit message (Expand)Author
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-13On Windows, ensure shared memory handle gets closed if not being used.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-09Add missing include.Robert Haas
2014-04-08Fix silly oversight in patch to remove dsm state file.Robert Haas
2014-04-08Get rid of the dynamic shared memory state file.Robert Haas
2014-03-03Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas
2014-01-29Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-04Silence compiler warning about printf format for HANDLE.Itagaki Takahiro
2010-01-02Update copyright for the year 2010.Bruce Momjian
2010-01-02Support 64-bit shared memory when building on 64-bit Windows.Magnus Hagander
2009-07-24Reserve the shared memory region during backend startup on Windows, soMagnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-05Minor improvement: avoid assuming that GetLastError value cannot beTom Lane
2009-05-05Make the win32 shared memory code try 10 times instead of one ifMagnus Hagander
2009-05-04Call SetLastError(0) before calling the file mapping functionsMagnus Hagander
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-30Revert previous patch to put the shared memory segment on win32Magnus Hagander
2008-07-04Fix a couple of bugs in win32 shmem name generation:Magnus Hagander
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-08Add sentence-ending periods.Peter Eisentraut
2007-03-28Fix compiler warnings in ereport messages on mingw.Magnus Hagander
2007-03-21Native shared memory implementation for win32.Magnus Hagander