index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
port
/
win32_shmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-4
/
+4
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-10-13
1
-16
/
+66
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-1
/
+1
*
Add missing include.
Robert Haas
2014-04-09
1
-0
/
+1
*
Fix silly oversight in patch to remove dsm state file.
Robert Haas
2014-04-08
1
-1
/
+1
*
Get rid of the dynamic shared memory state file.
Robert Haas
2014-04-08
1
-1
/
+5
*
Rename huge_tlb_pages to huge_pages, and improve docs.
Heikki Linnakangas
2014-03-03
1
-2
/
+2
*
Allow using huge TLB pages on Linux (MAP_HUGETLB)
Heikki Linnakangas
2014-01-29
1
-0
/
+5
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
1
-2
/
+2
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-23
1
-11
/
+11
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-9
/
+10
*
Silence compiler warning about printf format for HANDLE.
Itagaki Takahiro
2010-01-04
1
-2
/
+2
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Support 64-bit shared memory when building on 64-bit Windows.
Magnus Hagander
2010-01-02
1
-11
/
+20
*
Reserve the shared memory region during backend startup on Windows, so
Magnus Hagander
2009-07-24
1
-1
/
+60
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-15
/
+18
*
Minor improvement: avoid assuming that GetLastError value cannot be
Tom Lane
2009-05-05
1
-6
/
+7
*
Make the win32 shared memory code try 10 times instead of one if
Magnus Hagander
2009-05-05
1
-34
/
+34
*
Call SetLastError(0) before calling the file mapping functions
Magnus Hagander
2009-05-04
1
-1
/
+7
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Revert previous patch to put the shared memory segment on win32
Magnus Hagander
2008-10-30
1
-2
/
+8
*
Fix a couple of bugs in win32 shmem name generation:
Magnus Hagander
2008-07-04
1
-5
/
+4
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Add sentence-ending periods.
Peter Eisentraut
2007-11-08
1
-5
/
+5
*
Fix compiler warnings in ereport messages on mingw.
Magnus Hagander
2007-03-28
1
-3
/
+5
*
Native shared memory implementation for win32.
Magnus Hagander
2007-03-21
1
-0
/
+287