aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/sysv_shmem.c
Commit message (Expand)AuthorAge
* pgindent run for 9.5Bruce Momjian2015-05-23
* Update copyright for 2015Bruce Momjian2015-01-06
* Assorted message improvementsPeter Eisentraut2014-08-29
* Fix weird spacing in error message.Tom Lane2014-06-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Get rid of the dynamic shared memory state file.Robert Haas2014-04-08
* Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas2014-03-03
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-29
* Fix thinko in huge_tlb_pages patch.Heikki Linnakangas2014-01-29
* Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas2014-01-29
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-09
* Message style improvementsPeter Eisentraut2013-08-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove misleading hints about reducing the System V request size.Robert Haas2012-07-03
* Declare AnonymousShmem pointer as "void *".Tom Lane2012-06-30
* Fix confusion between "size" and "AnonymousShmemSize".Tom Lane2012-06-29
* Provide MAP_FAILED if sys/mman.h doesn't.Tom Lane2012-06-28
* Fix broken mmap failure-detection code, and improve error message.Robert Haas2012-06-28
* Dramatically reduce System V shared memory consumption.Robert Haas2012-06-28
* Remove leftovers of BeOS portPeter Eisentraut2012-05-14
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Consistent spacing for lengthy error messagesPeter Eisentraut2011-05-19
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix two missing spaces in error messages.Heikki Linnakangas2011-04-01
* Be less detailed about reporting shared memory failure by avoiding theBruce Momjian2011-02-27
* Code review for postmaster.pid contents changes.Tom Lane2011-01-13
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Include the first valid listen address in pg_ctl to improve server startBruce Momjian2010-12-31
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Improve hint message for ENOMEM failure from shmget().Tom Lane2010-08-25
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane2010-05-01
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-02
* Native shared memory implementation for win32.Magnus Hagander2007-03-21
* Fix typo in comment.Tom Lane2007-02-06
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* This patch makes the error message strings throughout the backendNeil Conway2006-03-01
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-29