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
*
Make TupleDescInitBuiltinEntry throw error for unsupported types.
Tom Lane
2018-12-10
*
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
*
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-06
*
Fix memory leak in repeated SPGIST index scans.
Tom Lane
2018-10-31
*
Correctly set t_self for heap tuples in expand_tuple
Andrew Dunstan
2018-10-24
*
Simplify use of AllocSetContextCreate() wrapper macro.
Tom Lane
2018-10-12
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
2018-10-08
*
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
*
Fast default trigger and expand_tuple fixes
Andrew Dunstan
2018-09-24
*
Defer restoration of libraries in parallel workers.
Thomas Munro
2018-09-20
*
Fix minor error message style guide violation.
Tom Lane
2018-09-19
*
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-13
*
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-11
*
Fix past pd_upper write in ginRedoRecompress()
Alexander Korotkov
2018-09-09
*
During the split, set checksum on an empty hash index page.
Amit Kapila
2018-09-04
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-08-31
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
fix typo
Alvaro Herrera
2018-08-21
*
Update FSM on WAL replay of page all-visible/frozen
Alvaro Herrera
2018-08-15
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
*
Fix typo in SP-GiST error message
Alexander Korotkov
2018-08-10
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Fix the buffer release order for parallel index scans.
Amit Kapila
2018-07-27
*
Fix calculation for WAL segment recycling and removal
Michael Paquier
2018-07-24
*
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
*
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-16
*
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
*
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
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
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Cosmetic improvements for faster column addition.
Amit Kapila
2018-06-27
*
Fix upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-26
*
Remove obsolete comment block in nbtsort.c.
Peter Geoghegan
2018-06-26
*
Increase upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-26
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Fix typo in comment of commit_ts.c for incorrect reference to CLOG
Michael Paquier
2018-06-22
*
Prevent hard failures of standbys caused by recycled WAL segments
Michael Paquier
2018-06-18
[next]