aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/sysv_shmem.c
Commit message (Expand)AuthorAge
* Make EXEC_BACKEND more convenient on macOS.Thomas Munro2021-08-13
* Update copyright for 2021Bruce Momjian2021-01-02
* Add huge_page_size setting for use on Linux.Thomas Munro2020-07-17
* Update copyrights for 2020Bruce Momjian2020-01-01
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-05
* Update stale comments, and fix comment typos.Noah Misch2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane2019-05-10
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch2019-04-03
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Add shared_memory_type GUC.Thomas Munro2019-02-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-28
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.Tom Lane2017-04-15
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Try to find out the actual hugepage size when making a MAP_HUGETLB request.Tom Lane2016-10-13
* Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane2016-10-13
* Update copyright for 2016Bruce Momjian2016-01-02
* On Windows, ensure shared memory handle gets closed if not being used.Tom Lane2015-10-13
* 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