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
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
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
*
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-13
*
Reset shmem_exit_inprogress after shmem_exit()
Peter Eisentraut
2018-07-12
*
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-07-05
*
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
*
Fix memory leak in BufFileCreateShared().
Tatsuo Ishii
2018-06-16
*
Fix memory leak.
Tatsuo Ishii
2018-06-15
*
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
*
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-23
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
*
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-05-02
*
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
Heikki Linnakangas
2018-05-02
*
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-28
*
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-27
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix incorrect close() call in dsm_impl_mmap().
Tom Lane
2018-04-10
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Predicate locking in hash indexes.
Teodor Sigaev
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
*
Remove obsolete SLRU wrapping and warnings from predicate.c.
Tom Lane
2018-03-30
*
Predicate locking in GIN index
Teodor Sigaev
2018-03-30
*
Remove unnecessary BufferGetPage() calls in fsm_vacuum_page().
Tom Lane
2018-03-29
*
Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.
Tom Lane
2018-03-29
*
C comment: fix wording about shared memory message queue
Bruce Momjian
2018-03-29
*
While vacuuming a large table, update upper-level FSM data every so often.
Tom Lane
2018-03-29
*
Skip temp tables from basebackup.
Teodor Sigaev
2018-03-27
*
Add predicate locking for GiST
Teodor Sigaev
2018-03-27
*
Fix make rules that generate multiple output files.
Tom Lane
2018-03-23
*
Exclude unlogged tables from base backups
Teodor Sigaev
2018-03-23
*
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
*
Document LWTRANCHE_PARALLEL_HASH_JOIN.
Robert Haas
2018-02-28
*
Remove extra words.
Robert Haas
2018-02-22
*
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
*
Cast to void in StaticAssertExpr, not its callers.
Tom Lane
2018-02-15
[next]