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 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
*
Remove AELs from subxids correctly on standby
Simon Riggs
2018-06-16
*
Fix off-by-one bug in XactLogCommitRecord
Alvaro Herrera
2018-06-15
*
Fail BRIN control functions during recovery explicitly
Alvaro Herrera
2018-06-14
*
Fix function code in error report
Alvaro Herrera
2018-06-06
*
Move _bt_upgrademetapage() into critical section.
Teodor Sigaev
2018-05-30
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
*
Fix error message on short read of pg_control
Magnus Hagander
2018-05-18
*
Message wording and pluralization improvements
Peter Eisentraut
2018-05-17
*
Various improvements of skipping index scan during vacuum technics
Teodor Sigaev
2018-05-10
*
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-05
*
Don't mark pages all-visible spuriously
Alvaro Herrera
2018-05-04
*
Don't truncate away non-key attributes for leftmost downlinks.
Teodor Sigaev
2018-05-04
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
*
Add HOLD_INTERRUPTS section into FinishPreparedTransaction.
Teodor Sigaev
2018-05-03
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-28
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-23
*
Adjust _bt_insertonpg() comments
Teodor Sigaev
2018-04-19
*
Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()
Teodor Sigaev
2018-04-19
*
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-19
*
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-04-17
*
Fix a few typos in comments and variable names.
Heikki Linnakangas
2018-04-17
*
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-16
*
Prevent segfault in expand_tuple with no missing values
Andrew Dunstan
2018-04-13
[next]