aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtxlog.c
Commit message (Expand)AuthorAge
* Handle logical slot conflicts on standbyAndres Freund2023-04-08
* Update copyright for 2023Bruce Momjian2023-01-02
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-17
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane2022-04-11
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-01
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove dead assignment to local variable.Heikki Linnakangas2021-07-12
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* nbtree page deletion: Add leaftopparent assertion.Peter Geoghegan2021-03-02
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-13
* Update copyright for 2021Bruce Momjian2021-01-02
* Deprecate nbtree's BTP_HAS_GARBAGE flag.Peter Geoghegan2020-11-17
* Fix wal_consistency_checking nbtree bug.Peter Geoghegan2020-11-05
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Make nbtree split REDO locking match original execution.Peter Geoghegan2020-08-07
* Rename nbtree split REDO routine variables.Peter Geoghegan2020-08-07
* Remove btree page items after page unlinkAlexander Korotkov2020-08-05
* Fix replica backward scan race condition.Peter Geoghegan2020-08-03
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Fix deduplication "single value" strategy bug.Peter Geoghegan2020-06-19
* Adjust "root of to-be-deleted subtree" function.Peter Geoghegan2020-05-11
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-13
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Add xl_btree_delete optimization.Peter Geoghegan2020-01-03
* Clear up btree_xlog_split() alignment comment.Peter Geoghegan2020-01-02
* Update btree_xlog_delete() comments.Peter Geoghegan2020-01-01
* Update copyrights for 2020Bruce Momjian2020-01-01
* 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
* Rename nbtree tuple macros.Peter Geoghegan2019-12-16
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix nbtree metapage cache upgrade bug.Peter Geoghegan2019-07-18
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Remove obsolete nbtree split REDO routine comment.Peter Geoghegan2019-05-08
* tableam: Formatting and other minor cleanups.Andres Freund2019-03-31
* Compute XID horizon for page level index vacuum on primary.Andres Freund2019-03-26
* Fix spurious compiler warning in nbtxlog.c.Peter Geoghegan2019-03-20
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev2018-04-23
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Update copyright for 2018Bruce Momjian2018-01-02
* Flag index metapages as standard-format in xlog.c calls.Tom Lane2017-11-03