summaryrefslogtreecommitdiff
path: root/src/backend/port/sysv_shmem.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-1/+18
* Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro2022-08-141-6/+2
* Ensure that the argument of shmdt(2) is declared "void *".Tom Lane2022-02-151-3/+3
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Reject huge_pages=on if shared_memory_type=sysv.Thomas Munro2021-10-261-0/+6
* Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier2021-09-211-13/+30
* Make EXEC_BACKEND more convenient on macOS.Thomas Munro2021-08-131-0/+10
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Add huge_page_size setting for use on Linux.Thomas Munro2020-07-171-17/+45
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-051-17/+21
* Update stale comments, and fix comment typos.Noah Misch2019-06-081-3/+3
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane2019-05-101-23/+47
* Consistently test for in-use shared memory.Noah Misch2019-04-121-113/+156
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-051-147/+110
* Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch2019-04-031-0/+2
* Consistently test for in-use shared memory.Noah Misch2019-04-031-110/+145
* Add shared_memory_type GUC.Thomas Munro2019-02-031-26/+16
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-281-0/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-11/+11
* Phase 2 of pgindent updates.Tom Lane2017-06-211-4/+4
* Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.Tom Lane2017-04-151-2/+23
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Try to find out the actual hugepage size when making a MAP_HUGETLB request.Tom Lane2016-10-131-16/+81
* Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane2016-10-131-45/+82
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* On Windows, ensure shared memory handle gets closed if not being used.Tom Lane2015-10-131-8/+45
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Assorted message improvementsPeter Eisentraut2014-08-291-1/+1
* Fix weird spacing in error message.Tom Lane2014-06-181-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-10/+10
* Get rid of the dynamic shared memory state file.Robert Haas2014-04-081-2/+10
* Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas2014-03-031-7/+7
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-291-12/+18
* Fix thinko in huge_tlb_pages patch.Heikki Linnakangas2014-01-291-4/+7
* Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas2014-01-291-39/+96
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-4/+4
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-091-25/+1
* Message style improvementsPeter Eisentraut2013-08-071-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-25/+25
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Remove misleading hints about reducing the System V request size.Robert Haas2012-07-031-23/+9
* Declare AnonymousShmem pointer as "void *".Tom Lane2012-06-301-7/+6
* Fix confusion between "size" and "AnonymousShmemSize".Tom Lane2012-06-291-5/+7