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
/
sysv_shmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove misleading hints about reducing the System V request size.
Robert Haas
2012-07-03
1
-23
/
+9
*
Declare AnonymousShmem pointer as "void *".
Tom Lane
2012-06-30
1
-7
/
+6
*
Fix confusion between "size" and "AnonymousShmemSize".
Tom Lane
2012-06-29
1
-5
/
+7
*
Provide MAP_FAILED if sys/mman.h doesn't.
Tom Lane
2012-06-28
1
-0
/
+6
*
Fix broken mmap failure-detection code, and improve error message.
Robert Haas
2012-06-28
1
-3
/
+10
*
Dramatically reduce System V shared memory consumption.
Robert Haas
2012-06-28
1
-3
/
+86
*
Remove leftovers of BeOS port
Peter Eisentraut
2012-05-14
1
-3
/
+0
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Consistent spacing for lengthy error messages
Peter Eisentraut
2011-05-19
1
-1
/
+1
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-4
/
+4
*
Fix two missing spaces in error messages.
Heikki Linnakangas
2011-04-01
1
-2
/
+2
*
Be less detailed about reporting shared memory failure by avoiding the
Bruce Momjian
2011-02-27
1
-9
/
+8
*
Code review for postmaster.pid contents changes.
Tom Lane
2011-01-13
1
-6
/
+7
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Include the first valid listen address in pg_ctl to improve server start
Bruce Momjian
2010-12-31
1
-3
/
+11
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Improve hint message for ENOMEM failure from shmget().
Tom Lane
2010-08-25
1
-3
/
+11
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-12
/
+12
*
Add code to InternalIpcMemoryCreate() to handle the case where shmget()
Tom Lane
2010-05-01
1
-1
/
+43
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-2
/
+2
*
Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().
Tom Lane
2007-07-02
1
-1
/
+13
*
Native shared memory implementation for win32.
Magnus Hagander
2007-03-21
1
-14
/
+2
*
Fix typo in comment.
Tom Lane
2007-02-06
1
-2
/
+2
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
1
-2
/
+1
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
This patch makes the error message strings throughout the backend
Neil Conway
2006-03-01
1
-2
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-48
/
+48
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
1
-12
/
+12
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Refactor EXEC_BACKEND code so that postmaster child processes reattach
Tom Lane
2004-12-29
1
-30
/
+45
*
Put in place some defenses against being fooled by accidental match of
Tom Lane
2004-11-09
1
-27
/
+85
*
More minor cosmetic improvements:
Neil Conway
2004-10-13
1
-2
/
+2
*
shmdt takes a void* parameter, per Kris Jurka.
Tom Lane
2004-09-24
1
-2
/
+2
*
More cleanup.
Bruce Momjian
2004-09-10
1
-2
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-12
/
+12
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
sysv_shmem.c patch is to correct a bug that prevents the postmaster
Bruce Momjian
2004-05-06
1
-2
/
+2
*
* Most changes are to fix warnings issued when compiling win32
Bruce Momjian
2004-04-19
1
-2
/
+2
*
For application to HEAD, following community review.
Bruce Momjian
2004-02-25
1
-3
/
+3
*
Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio
Neil Conway
2004-02-08
1
-3
/
+2
*
Briefly,
Bruce Momjian
2004-02-02
1
-8
/
+33
*
Here's the latest win32 signals code, this time in the form of a patch
Bruce Momjian
2004-01-27
1
-2
/
+3
*
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2004-01-07
1
-3
/
+3
*
Avoid assuming that type key_t is 32 bits, since it reportedly isn't
Tom Lane
2003-12-01
1
-8
/
+11
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Cause stats processes to detach from shared memory when started, so that
Tom Lane
2003-11-07
1
-9
/
+28
[next]