aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/win32_shmem.c
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier2021-09-21
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Refactor Windows error message for easier translationPeter Eisentraut2021-02-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-05
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch2019-04-08
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove investigative code for can't-reattach-to-shared-memory errors.Tom Lane2018-05-01
* Does it help to wait before reattaching?Tom Lane2018-04-30
* Map and unmap the shared memory block before risking VirtualFree.Tom Lane2018-04-30
* Further effort at preventing memory map dump from affecting the results.Tom Lane2018-04-30
* Remove Windows module-list-dumping code.Tom Lane2018-04-30
* Dump full memory maps around failing Windows reattach code.Tom Lane2018-04-30
* Get still more info about Windows can't-reattach-to-shared-memory errors.Tom Lane2018-04-29
* Get more info about Windows can't-reattach-to-shared-memory errors.Tom Lane2018-04-29
* Try to get some info about Windows can't-reattach-to-shared-memory errors.Tom Lane2018-04-27
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Support huge pages on WindowsMagnus Hagander2018-01-21
* Update copyright for 2018Bruce Momjian2018-01-02
* 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