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 GiST buffering build to work when there are included columns.
Tom Lane
2020-10-12
*
Fix missing fsync of SLRU directories.
Thomas Munro
2020-09-24
*
Update parallel BTree scan state when the scan keys can't be satisfied.
Amit Kapila
2020-09-17
*
Fix code for re-finding scan position in a multicolumn GIN index.
Tom Lane
2020-08-27
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-13
*
BRIN: Handle concurrent desummarization properly
Alvaro Herrera
2020-08-12
*
Fix typo.
Robert Haas
2020-08-06
*
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2020-08-06
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
Remove WARNING message from brin_desummarize_range
Alvaro Herrera
2020-07-09
*
Add parens to ConvertToXSegs macro
Alvaro Herrera
2020-06-24
*
Fix masking of SP-GiST pages during xlog consistency check
Alexander Korotkov
2020-06-20
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
Fix locking bugs that could corrupt pg_control.
Thomas Munro
2020-06-08
*
Avoid killing btree items that are already dead
Alvaro Herrera
2020-05-15
*
Prevent archive recovery from scanning non-existent WAL files.
Fujii Masao
2020-05-09
*
Report missing wait event for timeline history file.
Fujii Masao
2020-05-08
*
Clear up issue with FSM and oldest bpto.xact.
Peter Geoghegan
2020-05-01
*
Fix undercounting in VACUUM VERBOSE output.
Peter Geoghegan
2020-05-01
*
Fix bug in nbtree VACUUM "skip full scan" feature.
Peter Geoghegan
2020-05-01
*
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-24
*
Fix possible crash during FATAL exit from reindexing.
Tom Lane
2020-04-21
*
Allow parallel create index to accumulate buffer usage stats.
Amit Kapila
2020-04-09
*
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-05
*
Fix bugs in gin_fuzzy_search_limit processing.
Tom Lane
2020-04-03
*
Revert "Skip redundant anti-wraparound vacuums"
Michael Paquier
2020-03-31
*
Consistently truncate non-key suffix columns.
Peter Geoghegan
2020-03-30
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
In log_newpage_range(), heed forkNum and page_std arguments.
Noah Misch
2020-03-21
*
During heap rebuild, lock any TOAST index until end of transaction.
Noah Misch
2020-03-21
*
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-09
*
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
*
Store the deletion horizon XID for a deleted GIN page on the right page.
Tom Lane
2020-02-09
*
Force tuple conversion when the source has missing attributes.
Andrew Gierth
2020-02-05
*
Handle lack of DSM slots in parallel btree build, take 2.
Thomas Munro
2020-02-05
*
Handle lack of DSM slots in parallel btree build.
Thomas Munro
2020-01-31
*
Fix crash in BRIN inclusion op functions, due to missing datum copy.
Heikki Linnakangas
2020-01-20
*
Reimplement nullification of walsender timestamp
Alvaro Herrera
2020-01-08
*
pg_stat_activity: show NULL stmt start time for walsenders
Alvaro Herrera
2020-01-07
*
Remove shadow variables linked to RedoRecPtr in xlog.c
Michael Paquier
2019-12-18
*
Change overly strict Assert in TransactionGroupUpdateXidStatus.
Amit Kapila
2019-12-17
*
Fix yet another crash in page split during GiST index creation.
Heikki Linnakangas
2019-12-16
*
Fix crash when a page was split during GiST index creation.
Heikki Linnakangas
2019-12-13
*
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-24
*
Fix page modification outside of critical section in GIN
Alexander Korotkov
2019-11-20
*
Revise GIN README
Alexander Korotkov
2019-11-20
*
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-20
*
Fix deadlock between ginDeletePage() and ginStepRight()
Alexander Korotkov
2019-11-20
[next]