aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/visibilitymap.c
Commit message (Expand)AuthorAge
* Optimize visibilitymap_count() with AVX-512 instructions.Nathan Bossart2024-04-06
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund2023-04-05
* Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund2023-04-05
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* Assert only valid flag bits are passed to visibilitymap_set()Andres Freund2023-04-01
* Tighten up VACUUM's approach to setting VM bits.Peter Geoghegan2023-01-16
* Update copyright for 2023Bruce Momjian2023-01-02
* Document WAL rules related to PD_ALL_VISIBLE in README.Jeff Davis2022-11-12
* Harmonize heapam and tableam parameter names.Peter Geoghegan2022-09-19
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* Update copyright for 2022Bruce Momjian2022-01-07
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Cache smgrnblocks() results in recovery.Thomas Munro2020-07-31
* Update copyrights for 2020Bruce Momjian2020-01-01
* Speedup truncations of relation forks.Fujii Masao2019-09-24
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-15
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-15
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-13
* Update copyright for 2019Bruce Momjian2019-01-02
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane2018-07-13
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-19
* Clear all-frozen visibilitymap status when locking tuples.Andres Freund2016-07-18
* pgindent run for 9.6Robert Haas2016-06-09
* Cosmetic improvements to freeze map code.Robert Haas2016-06-03
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas2016-03-08
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-21
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-13
* Fix pgindent comment breakageAlvaro Herrera2013-09-24
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22