aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Tidy up GetMultiXactIdMembers()'s behavior on errorHeikki Linnakangas2021-06-17
* Fix outdated comment that talked about seek position of WAL file.Heikki Linnakangas2021-06-16
* Report sort phase progress in parallel btree buildAlvaro Herrera2021-06-11
* Fix corner case failure of new standby to follow new primary.Robert Haas2021-06-09
* Remove leftover conflict markerPeter Eisentraut2021-06-05
* Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane2021-05-20
* Prevent infinite insertion loops in spgdoinsert().Tom Lane2021-05-14
* Fix query-cancel handling in spgdoinsert().Tom Lane2021-05-14
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Avoid improbable PANIC during heap_update.Tom Lane2021-04-13
* Don't add non-existent pages to bitmap from BRINTomas Vondra2021-04-07
* Fix more confusion in SP-GiST.Tom Lane2021-04-04
* Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao2021-03-25
* Fix timeline assignment in checkpoints with 2PC transactionsMichael Paquier2021-03-22
* Prevent buffer overrun in read_tablespace_map().Tom Lane2021-03-17
* Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera2021-02-23
* Fix bug in COMMIT AND CHAIN command.Fujii Masao2021-02-19
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Fix hypothetical bug in heap backward scansDavid Rowley2021-01-25
* Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas2021-01-20
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Fix thinko in commentAlvaro Herrera2021-01-12
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-04
* Get heap page max offset with buffer lock held.Peter Geoghegan2020-12-30
* Fix index deletion latestRemovedXid bug.Peter Geoghegan2020-12-30
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* Remove duplicate code in brin_memtuple_initializeTomas Vondra2020-11-11
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-07
* Reproduce debug_query_string==NULL on parallel workers.Noah Misch2020-10-31
* Fix GiST buffering build to work when there are included columns.Tom Lane2020-10-12
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* Update parallel BTree scan state when the scan keys can't be satisfied.Amit Kapila2020-09-17
* Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane2020-08-27
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Handle new HOT chains in index-build table scansAlvaro Herrera2020-08-13
* BRIN: Handle concurrent desummarization properlyAlvaro Herrera2020-08-12
* Fix typo.Robert Haas2020-08-06
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2020-08-06
* Fix comments related to table AMsMichael Paquier2020-07-14
* Remove WARNING message from brin_desummarize_rangeAlvaro Herrera2020-07-09
* Add parens to ConvertToXSegs macroAlvaro Herrera2020-06-24
* Fix masking of SP-GiST pages during xlog consistency checkAlexander Korotkov2020-06-20
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Fix locking bugs that could corrupt pg_control.Thomas Munro2020-06-08
* Avoid killing btree items that are already deadAlvaro Herrera2020-05-15
* Prevent archive recovery from scanning non-existent WAL files.Fujii Masao2020-05-09
* Report missing wait event for timeline history file.Fujii Masao2020-05-08
* Clear up issue with FSM and oldest bpto.xact.Peter Geoghegan2020-05-01