aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Add xl_btree_delete optimization.Peter Geoghegan2020-01-03
* Clear up btree_xlog_split() alignment comment.Peter Geoghegan2020-01-02
* Correct _bt_delitems_vacuum() lock comments.Peter Geoghegan2020-01-02
* Revise BTP_HAS_GARBAGE nbtree VACUUM comments.Peter Geoghegan2020-01-01
* Update btree_xlog_delete() comments.Peter Geoghegan2020-01-01
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Refactor code dedicated to index vacuuming in vacuumlazy.cMichael Paquier2019-12-26
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Update nbtree LP_DEAD item deletion comments.Peter Geoghegan2019-12-22
* Remove unneeded "pin scan" nbtree VACUUM code.Peter Geoghegan2019-12-19
* revert: Remove meaningless assignments in nbtree codeBruce Momjian2019-12-19
* Remove meaningless assignments in nbtree codeBruce Momjian2019-12-19
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2019-12-19
* Move heap-specific detoasting logic into a separate function.Robert Haas2019-12-18
* Fix compiler warning in non-assert buildsMichael Paquier2019-12-18
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Remove shadow variables linked to RedoRecPtr in xlog.cMichael Paquier2019-12-18
* Fix bad formula in previous commit.Robert Haas2019-12-17
* Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.Robert Haas2019-12-17
* Change overly strict Assert in TransactionGroupUpdateXidStatus.Amit Kapila2019-12-17
* Rename nbtree tuple macros.Peter Geoghegan2019-12-16
* Update nbtree README's "Scans during Recovery".Peter Geoghegan2019-12-16
* Demote variable from global to localAlvaro Herrera2019-12-16
* Fix yet another crash in page split during GiST index creation.Heikki Linnakangas2019-12-16
* Remove duplicated progress reporting during heap scan of VACUUMMichael Paquier2019-12-15
* Fix crash when a page was split during GiST index creation.Heikki Linnakangas2019-12-13
* Fix thinkos from commit 9989d37Michael Paquier2019-12-03
* Remove XLogFileNameP() from the treeMichael Paquier2019-12-03
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Refactor WAL file-reading code into WALRead()Alvaro Herrera2019-11-25
* Refactor reloption handling for index AMs in-coreMichael Paquier2019-11-25
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-24
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-21
* Make DROP DATABASE command generate less WAL records.Fujii Masao2019-11-21
* Fix HeapTupleSatisfiesNonVacuumable() comment.Peter Geoghegan2019-11-20
* Fix page modification outside of critical section in GINAlexander Korotkov2019-11-20
* Revise GIN READMEAlexander Korotkov2019-11-20
* Fix traversing to the deleted GIN page via downlinkAlexander Korotkov2019-11-20
* Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov2019-11-20
* nbtree: Tweak _bt_pgaddtup() comments.Peter Geoghegan2019-11-18
* Properly determine length for on-disk TOAST valuesTomas Vondra2019-11-16
* Cleanup code in reloptions.h regarding reloption handlingMichael Paquier2019-11-14
* Split handling of reloptions for partitioned tablesMichael Paquier2019-11-14
* Make pg_waldump report more detail information about PREPARE TRANSACTION record.Fujii Masao2019-11-13
* Make _bt_keep_natts_fast() use datum_image_eq().Peter Geoghegan2019-11-12
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Optimize TransactionIdIsCurrentTransactionId().Thomas Munro2019-11-11
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-08