summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven'tTom Lane2008-11-021-18/+18
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-151-150/+5
* pgindent run for 8.2.Bruce Momjian2006-10-041-31/+31
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-271-9/+6
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-011-8/+153
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-221-30/+7
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-041-54/+67
* Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane2005-12-291-1/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-26/+25
* Fix LWLockAssign() so that it can safely be executed after postmasterTom Lane2005-10-071-3/+2
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-3/+40
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-7/+2
* Remove an unused variable `ShmemBootstrap', and remove an obsoleteNeil Conway2005-04-041-15/+6
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-281-2/+11
* Pgindent run for 8.0.Bruce Momjian2004-08-291-8/+11
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Drops in the CreateProcess calls for Win32 (essentially wrapping up theBruce Momjian2004-01-111-7/+7
* ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_createTom Lane2003-12-301-2/+2
* [ This description should have been on the earlier fork/execBruce Momjian2003-12-211-4/+2
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-55/+82
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Ensure that all places that are complaining about exhaustion of sharedTom Lane2003-10-161-4/+4
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Arrange to align shared disk buffers on at least 32-byte boundaries,Tom Lane2003-09-211-3/+10
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/storage.Tom Lane2003-07-241-7/+15
* Pass shared memory id and socket descriptor number on command line forBruce Momjian2003-05-061-3/+2
* pgindent run.Bruce Momjian2002-09-041-1/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-1/+2
* Change made to elog:Bruce Momjian2002-03-061-4/+4
* Ensure that all direct uses of spinlock-protected data structures useTom Lane2001-12-281-6/+8
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+8
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-8/+8
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-011-13/+11
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-61/+84
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-071-89/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-201/+65
* Put external declarations into header files.Peter Eisentraut2000-11-211-3/+2