index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
*
Fix bogus comment
Alvaro Herrera
2019-08-20
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
Fix variable initialization when using buffering build with GiST
Michael Paquier
2019-07-10
*
Remove leftover reference to old "flat file" mechanism in a comment.
Heikki Linnakangas
2019-05-08
*
Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0
Alexander Korotkov
2019-03-24
*
Avoid possible deadlock while locking multiple heap pages.
Amit Kapila
2019-02-02
*
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2019-02-01
*
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-13
*
Prevent deadlock in ginRedoDeletePage()
Alexander Korotkov
2018-12-13
*
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-28
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Initialize TransactionState and user ID consistently at transaction start
Michael Paquier
2018-11-14
*
Fix memory leak in repeated SPGIST index scans.
Tom Lane
2018-10-31
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
Fix assertion failure when updating full_page_writes for checkpointer.
Amit Kapila
2018-09-28
*
Fix WAL recycling on standbys depending on archive_mode
Michael Paquier
2018-09-28
*
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-26
*
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-13
*
Fix past pd_upper write in ginRedoRecompress()
Alexander Korotkov
2018-09-09
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-08-31
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Fix handling of empty uncompressed posting list pages in GIN
Alexander Korotkov
2018-07-19
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-13
*
Avoid emitting a bogus WAL record when recycling an all-zero btree page.
Tom Lane
2018-07-09
*
Rework order of end-of-recovery actions to delay timeline history write
Michael Paquier
2018-07-09
*
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-07-05
*
Check for interrupts inside the nbtree page deletion code.
Andres Freund
2018-07-04
*
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-07-05
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Prevent hard failures of standbys caused by recycled WAL segments
Michael Paquier
2018-06-18
*
Fail BRIN control functions during recovery explicitly
Alvaro Herrera
2018-06-14
*
Fix function code in error report
Alvaro Herrera
2018-06-06
*
Fix error message on short read of pg_control
Magnus Hagander
2018-05-18
*
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-05
*
Add HOLD_INTERRUPTS section into FinishPreparedTransaction.
Teodor Sigaev
2018-05-03
*
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-16
*
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2018-04-11
*
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-04-11
*
Fix thinko in comment
Alvaro Herrera
2018-03-26
*
Fix tuple counting in SP-GiST index build.
Tom Lane
2018-03-22
*
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
*
Make gistvacuumcleanup() count the actual number of index tuples.
Tom Lane
2018-03-02
*
Relax overly strict sanity check for upgraded ancient databases
Alvaro Herrera
2018-03-01
*
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-09
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Fix mistake in comment
Peter Eisentraut
2017-12-08
[next]