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
*
Add shared_memory_type GUC.
Thomas Munro
2019-02-03
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Remove volatiles from {procarray,volatile}.c and fix memory ordering issue.
Andres Freund
2018-11-10
*
Combine two flag tests in GetSnapshotData().
Andres Freund
2018-11-09
*
Remove some remaining traces of dsm_resize().
Thomas Munro
2018-11-06
*
Remove dsm_resize() and dsm_remap().
Thomas Munro
2018-11-06
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Avoid duplicate XIDs at recovery when building initial snapshot
Michael Paquier
2018-10-14
*
Refactor user-facing SQL functions signalling backends
Michael Paquier
2018-10-04
*
Replace CAS loop with single TAS in ProcArrayGroupClearXid()
Alexander Korotkov
2018-09-22
*
Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.
Tom Lane
2018-09-19
*
Allow DSM allocation to be interrupted.
Thomas Munro
2018-09-18
*
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-08
*
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-07
*
Reset shmem_exit_inprogress after shmem_exit()
Peter Eisentraut
2018-07-12
*
Fix wrong file path in header comment
Alexander Korotkov
2018-07-11
*
Use signals for postmaster death on FreeBSD.
Thomas Munro
2018-07-11
*
Use signals for postmaster death on Linux.
Thomas Munro
2018-07-11
*
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-10
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Move RecoveryLockList into a hash table.
Thomas Munro
2018-06-26
*
Remove AELs from subxids correctly on standby
Simon Riggs
2018-06-16
*
Remove spurious code comments in standby related code
Simon Riggs
2018-06-14
*
Remove cut-off bug from RunningTransactionData
Simon Riggs
2018-06-14
*
Exclude VACUUMs from RunningXactData
Simon Riggs
2018-06-07
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix incorrect close() call in dsm_impl_mmap().
Tom Lane
2018-04-10
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
C comment: fix wording about shared memory message queue
Bruce Momjian
2018-03-29
*
shm_mq: Fix detach race condition.
Robert Haas
2018-03-05
*
shm_mq: Have the receiver set the sender's less frequently.
Robert Haas
2018-03-02
*
shm_mq: Reduce spinlock usage.
Robert Haas
2018-03-02
*
Remove volatile qualifiers from shm_mq.c.
Andres Freund
2018-03-01
*
Fix typo
Magnus Hagander
2018-02-20
*
Remove bogus "extern" annotations on function definitions.
Tom Lane
2018-02-19
*
Fix crash when canceling parallel query
Peter Eisentraut
2018-02-16
*
Fix Latin spelling
Peter Eisentraut
2018-01-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix typo
Alvaro Herrera
2017-12-21
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Add a barrier primitive for synchronizing backends.
Andres Freund
2017-11-29
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Fix typo in comment.
Robert Haas
2017-11-07
*
Fix failure-to-read-man-page in commit 899bd785c.
Tom Lane
2017-09-26
[next]