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 ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.
Tom Lane
2018-09-19
*
Allow DSM allocation to be interrupted.
Thomas Munro
2018-09-18
*
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-07
*
Move RecoveryLockList into a hash table.
Thomas Munro
2018-06-26
*
Fix incorrect close() call in dsm_impl_mmap().
Tom Lane
2018-04-10
*
Fix failure-to-read-man-page in commit 899bd785c.
Tom Lane
2017-09-26
*
Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.
Tom Lane
2017-09-25
*
Clean up shm_mq cleanup.
Tom Lane
2017-08-31
*
Initialize replication_slot_catalog_xmin in procarray
Peter Eisentraut
2017-08-15
*
Distinguish wait-for-connection from wait-for-write-ready on Windows.
Tom Lane
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Fix race between GetNewTransactionId and GetOldestActiveTransactionId.
Heikki Linnakangas
2017-07-13
*
Fix variable and type name in comment.
Heikki Linnakangas
2017-07-12
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Don't force-assign transaction id when exporting a snapshot.
Andres Freund
2017-06-14
*
Fix typo
Peter Eisentraut
2017-06-13
*
Fix typo
Peter Eisentraut
2017-06-09
*
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-05
*
Ignore WL_POSTMASTER_DEATH latch event in single user mode
Peter Eisentraut
2017-06-05
*
Code review for shm_toc.h/.c.
Tom Lane
2017-06-05
*
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-05
*
Cope with glibc too old to have epoll_create1().
Tom Lane
2017-04-27
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
*
Make latch.c more paranoid about child-process cases.
Tom Lane
2017-04-27
*
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-27
*
Don't include sys/poll.h anymore.
Andres Freund
2017-04-23
*
Remove select(2) backed latch implementation.
Andres Freund
2017-04-23
*
Avoid depending on non-POSIX behavior of fcntl(2).
Tom Lane
2017-04-21
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Add ProcArrayGroupUpdate wait event.
Robert Haas
2017-04-07
*
Update comment.
Robert Haas
2017-04-03
*
Allow DSM segments to be created as pinned
Alvaro Herrera
2017-03-28
*
Report catalog_xmin separately in hot_standby_feedback
Simon Riggs
2017-03-25
*
Correct erroneous comment in GetOldestXmin()
Simon Riggs
2017-03-22
*
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
*
Assign AccessExclusiveLocks against subxacts in Hot Standby
Simon Riggs
2017-03-22
*
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Fix WaitEventSetWait() to handle write-ready waits properly on Windows.
Tom Lane
2017-03-17
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
Check interrupts during hot standby waits
Simon Riggs
2017-01-26
*
Logical replication
Peter Eisentraut
2017-01-20
*
Fix possible leak of semaphore count.
Robert Haas
2017-01-05
[next]