aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAge
* Don't trust CreateFileMapping() to clear the error code on success.Tom Lane2016-09-23
* Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane2016-09-23
* Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas2016-09-20
* Retry DSM control segment creation if Windows indicates access denied.Robert Haas2016-09-20
* Fix copy/pasto in file identificationSimon Riggs2016-09-12
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-01
* Adjust spellings of forms of "cancel"Peter Eisentraut2016-07-14
* Revert "Add some temporary code to record stack usage at server process exit."Tom Lane2016-07-10
* Improve recording of IA64 stack data.Tom Lane2016-07-09
* Add more temporary code to record stack usage at server process exit.Tom Lane2016-07-08
* Add some temporary code to record stack usage at server process exit.Tom Lane2016-07-08
* Fix obsolete comment.Robert Haas2016-06-29
* pgindent run for 9.6Robert Haas2016-06-09
* Correct phrasing in dsm.c commentsSimon Riggs2016-06-07
* shm_mq: After a send fails with SHM_MQ_DETACHED, later ones should too.Robert Haas2016-06-06
* Fix whitespacePeter Eisentraut2016-06-05
* Fix various common mispellings.Greg Stark2016-06-03
* Be conservative about alignment requirements of struct epoll_event.Greg Stark2016-06-02
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Fix assorted defects in 09adc9a8c09c9640de05c7023b27fb83c761e91c.Robert Haas2016-04-21
* Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0Kevin Grittner2016-04-12
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894Simon Riggs2016-04-06
* Align all shared memory allocations to cache line boundaries.Robert Haas2016-04-05
* Avoid archiving XLOG_RUNNING_XACTS on idle serverSimon Riggs2016-04-04
* Make all the declarations of WaitEventSetWaitBlock be marked "inline".Tom Lane2016-04-02
* Copyedit comments and documentation.Noah Misch2016-04-01
* Fix typo in comment.Robert Haas2016-03-28
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Combine win32 and unix latch implementations.Andres Freund2016-03-21
* Fix typos.Robert Haas2016-03-15
* Rework wait for AccessExclusiveLocks on Hot StandbySimon Riggs2016-03-10
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Create a function to reliably identify which sessions block which others.Tom Lane2016-02-22
* Rename PGPROC fields related to group XID clearing again.Robert Haas2016-02-11
* Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane2016-02-10
* Add still more chattiness in server shutdown.Tom Lane2016-02-09
* Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.Robert Haas2016-01-29
* Correct comment in GetConflictingVirtualXIDs()Simon Riggs2016-01-24
* Update copyright for 2016Bruce Momjian2016-01-02
* shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive.Robert Haas2015-11-03
* Remove some more dead Alpha-specific code.Tom Lane2015-11-02
* shm_mq: Repair breakage from previous commit.Robert Haas2015-10-22
* shm_mq: Fix failure to notice a dead counterparty when nowait is used.Robert Haas2015-10-22
* Remove volatile qualifiers from proc.c and procarray.cRobert Haas2015-10-16
* Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.cRobert Haas2015-10-16
* Remove set_latch_on_sigusr1 flag.Robert Haas2015-10-09
* Glue layer to connect the executor to the shm_mq mechanism.Robert Haas2015-09-18
* Assorted code review for recent ProcArrayLock patch.Robert Haas2015-09-03
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15