aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/page
Commit message (Expand)AuthorAge
* Remove use of pg_memory_is_all_zeros() in bufpage.cMichael Paquier2024-11-01
* Add pg_memory_is_all_zeros() in memutils.hMichael Paquier2024-11-01
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Update copyright for 2024Bruce Momjian2024-01-03
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-08
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Static assertions cleanupPeter Eisentraut2022-12-15
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Convert macros to static inline functions (bufpage.h)Peter Eisentraut2022-07-11
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Truncate line pointer array during heap pruning.Peter Geoghegan2022-04-07
* Update copyright for 2022Bruce Momjian2022-01-07
* Standardize cleanup lock terminology.Peter Geoghegan2021-12-08
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Truncate line pointer array during VACUUM.Peter Geoghegan2021-04-07
* PageAddItemExtended(): Add LP_UNUSED assertion.Peter Geoghegan2021-03-28
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Update copyright for 2021Bruce Momjian2021-01-02
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-10-26
* Optimize compactify_tuples functionDavid Rowley2020-09-16
* Split Makefile symbol CFLAGS_VECTOR into two symbols.Tom Lane2020-09-06
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Document that pg_checksums exists in checksums READMEMagnus Hagander2020-03-26
* Add missing errcode() in a few ereport calls.Amit Kapila2020-03-18
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-03
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Make one message just like all its siblings.Alvaro Herrera2019-05-28
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Track block level checksum failures in pg_stat_databaseMagnus Hagander2019-03-09
* Update copyright for 2019Bruce Momjian2019-01-02
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Avoid looping through line pointers twice in PageRepairFragmentation().Tom Lane2017-11-03
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Re-run pgindent.Tom Lane2017-06-13
* Assorted translatable string fixesAlvaro Herrera2017-06-04
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-28
* hash: Refactor bucket squeeze code.Robert Haas2017-02-27
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.Tom Lane2016-09-09
* Convert PageAddItem into a macro to save a few cycles.Tom Lane2016-09-09
* Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane2016-09-09
* In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.Tom Lane2016-09-09