summaryrefslogtreecommitdiff
path: root/src/backend/port/sysv_shmem.c
Commit message (Expand)AuthorAgeFilesLines
* Consistent spacing for lengthy error messagesPeter Eisentraut2011-05-191-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-4/+4
* Fix two missing spaces in error messages.Heikki Linnakangas2011-04-011-2/+2
* Be less detailed about reporting shared memory failure by avoiding theBruce Momjian2011-02-271-9/+8
* Code review for postmaster.pid contents changes.Tom Lane2011-01-131-6/+7
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Include the first valid listen address in pg_ctl to improve server startBruce Momjian2010-12-311-3/+11
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Improve hint message for ENOMEM failure from shmget().Tom Lane2010-08-251-3/+11
* pgindent run for 9.0, second runBruce Momjian2010-07-061-12/+12
* Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane2010-05-011-1/+43
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-021-1/+13
* Native shared memory implementation for win32.Magnus Hagander2007-03-211-14/+2
* Fix typo in comment.Tom Lane2007-02-061-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* This patch makes the error message strings throughout the backendNeil Conway2006-03-011-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-48/+48
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-12/+12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-291-30/+45
* Put in place some defenses against being fooled by accidental match ofTom Lane2004-11-091-27/+85
* More minor cosmetic improvements:Neil Conway2004-10-131-2/+2
* shmdt takes a void* parameter, per Kris Jurka.Tom Lane2004-09-241-2/+2
* More cleanup.Bruce Momjian2004-09-101-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-12/+12
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* sysv_shmem.c patch is to correct a bug that prevents the postmasterBruce Momjian2004-05-061-2/+2
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-2/+2
* For application to HEAD, following community review.Bruce Momjian2004-02-251-3/+3
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-081-3/+2
* Briefly,Bruce Momjian2004-02-021-8/+33
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-271-2/+3
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-3/+3
* Avoid assuming that type key_t is 32 bits, since it reportedly isn'tTom Lane2003-12-011-8/+11
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cause stats processes to detach from shared memory when started, so thatTom Lane2003-11-071-9/+28
* Change Solaris tests to test for SHM_SHARE_MMU, per Tom.Bruce Momjian2003-10-271-3/+3
* 'sun' => '__sun__'Bruce Momjian2003-10-261-3/+3
* Test for 'sun' rather than 'solaris' for intimate shared memory.Bruce Momjian2003-10-261-3/+3
* Back out makeNode() patch to fix gcc 3.3.1 warning.Bruce Momjian2003-10-131-2/+2
* Use makeNode() to allocate structures that have to be cast to Node *,Bruce Momjian2003-10-121-2/+2
* Back out -fstrict-aliasing void* casting.Bruce Momjian2003-10-111-2/+2
* This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian2003-10-111-2/+2
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-4/+4