summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/visibilitymap.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-17Make visibilitymap_set() return previous state of vmbitsMelanie Plageman
2024-04-07Optimize visibilitymap_count() with AVX-512 instructions.Nathan Bossart
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-06Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund
2023-04-05Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-04-02Assert only valid flag bits are passed to visibilitymap_set()Andres Freund
2023-01-16Tighten up VACUUM's approach to setting VM bits.Peter Geoghegan
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-12Document WAL rules related to PD_ALL_VISIBLE in README.Jeff Davis
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-07-31Cache smgrnblocks() results in recovery.Thomas Munro
2020-01-01Update copyrights for 2020Bruce Momjian
2019-09-24Speedup truncations of relation forks.Fujii Masao
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-02-16Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane
2019-02-15Revert attempts to use POPCNT etc instructionsAlvaro Herrera
2019-02-13Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-07-13Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-19Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas
2016-07-18Clear all-frozen visibilitymap status when locking tuples.Andres Freund
2016-06-09pgindent run for 9.6Robert Haas
2016-06-03Cosmetic improvements to freeze map code.Robert Haas
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-03-08Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-20Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao
2013-12-13Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas
2013-09-24Fix pgindent comment breakageAlvaro Herrera