index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
pg_shmem.h
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Support 64-bit shared memory when building on 64-bit Windows.
Magnus Hagander
2010-01-02
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't
Tom Lane
2008-11-02
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Redesign the patch for allocation of shmem space and LWLocks for add-on
Tom Lane
2006-10-15
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Add support for loadable modules to allocated shared memory and
Bruce Momjian
2006-08-01
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Rearrange backend startup sequence so that ShmemIndexLock can become
Tom Lane
2006-01-04
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Refactor EXEC_BACKEND code so that postmaster child processes reattach
Tom Lane
2004-12-29
*
Put in place some defenses against being fooled by accidental match of
Tom Lane
2004-11-09
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Avoid assuming that type key_t is 32 bits, since it reportedly isn't
Tom Lane
2003-12-01
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Cause stats processes to detach from shared memory when started, so that
Tom Lane
2003-11-07
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Pass shared memory address on command line to exec'ed backend.
Bruce Momjian
2003-05-08
*
Pass shared memory id and socket descriptor number on command line for
Bruce Momjian
2003-05-06
*
pgindent run.
Bruce Momjian
2002-09-04
*
Remove sys/types.h in files that include postgres.h, and hence c.h,
Bruce Momjian
2002-09-02
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Create an internal semaphore API that is not tied to SysV semaphores.
Tom Lane
2002-05-05