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