Fix tuple_fraction calculation in generate_orderedappend_paths()
[postgresql.git] / src / backend / storage / page /
2025-04-19 Michael PaquierFix typos and grammar in the code
2025-03-30 Andres Freundbufmgr: Implement AIO read support
2025-03-30 Andres FreundLet caller of PageIsVerified() control ignore_checksum_...
2025-03-29 Andres FreundFix mis-attribution of checksum failure stats to the...
2025-02-20 Peter EisentrautRemove various unnecessary (char *) casts
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [checksum]
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [mem]
2025-01-20 Peter EisentrautAdd const qualifiers to bufpage.h
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-11-18 Michael PaquierUse pg_memory_is_all_zeros() in PageIsVerifiedExtended()
2024-11-01 Michael PaquierRemove use of pg_memory_is_all_zeros() in bufpage.c
2024-11-01 Michael PaquierAdd pg_memory_is_all_zeros() in memutils.h
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-04-08 Thomas MunroIntroduce PG_IO_ALIGN_SIZE and align all I/O buffers.
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-12-15 Peter EisentrautStatic assertions cleanup
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-07-11 Peter EisentrautConvert macros to static inline functions (bufpage.h)
2022-05-12 Tom LanePre-beta mechanical code beautification.
2022-04-13 Alvaro HerreraRemove extraneous blank lines before block-closing...
2022-04-07 Peter GeogheganTruncate line pointer array during heap pruning.
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-12-09 Peter GeogheganStandardize cleanup lock terminology.
2021-05-12 Tom LaneInitial pgindent and pgperltidy run for v14.
2021-04-07 Peter GeogheganTruncate line pointer array during VACUUM.
2021-03-29 Peter GeogheganPageAddItemExtended(): Add LP_UNUSED assertion.
2021-02-27 David RowleyAdd TID Range Scans to support efficient scanning range...
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-10-26 Michael PaquierExtend PageIsVerified() to handle more custom options
2020-09-16 David RowleyOptimize compactify_tuples function
2020-09-07 Tom LaneSplit Makefile symbol CFLAGS_VECTOR into two symbols.
2020-07-08 Andres Freundcode: replace 'master' with 'primary' where appropriate.
2020-03-26 Magnus HaganderDocument that pg_checksums exists in checksums README
2020-03-18 Amit KapilaAdd missing errcode() in a few ereport calls.
2020-02-26 Peter GeogheganAdd deduplication to nbtree.
2020-02-03 Michael PaquierAdd declaration-level assertions for compile-time checks
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-11-12 Amit KapilaMake the order of the header file includes consistent...
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-05-29 Alvaro HerreraMake one message just like all its siblings.
2019-05-13 Peter GeogheganStandardize ItemIdData terminology.
2019-03-09 Magnus HaganderTrack block level checksum failures in pg_stat_database
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-04-09 Magnus HaganderRevert "Allow on-line enabling and disabling of data...
2018-04-05 Magnus HaganderAllow on-line enabling and disabling of data checksums
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-03 Tom LaneAvoid looping through line pointers twice in PageRepair...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-13 Tom LaneRe-run pgindent.
2017-06-04 Alvaro HerreraAssorted translatable string fixes
2017-03-28 Alvaro HerreraRemove direct uses of ItemPointer.{ip_blkid,ip_posid}
2017-02-27 Robert Haashash: Refactor bucket squeeze code.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-09 Tom LaneRewrite PageIndexDeleteNoCompact into a form that only...
2016-09-09 Tom LaneConvert PageAddItem into a macro to save a few cycles.
2016-09-09 Tom LaneInvent PageIndexTupleOverwrite, and teach BRIN and...
2016-09-09 Tom LaneIn PageIndexTupleDelete, don't assume stored item lengt...
2016-09-09 Andres FreundFaster PageIsVerified() for the all zeroes case.
2016-05-30 Alvaro HerreraFix PageAddItem BRIN bug
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-21 Tom LaneImprove packing/alignment annotation for ItemPointerData.
2015-05-19 Heikki LinnakangasFix off-by-one error in Assertion.
2015-02-03 Heikki LinnakangasRefactor page compactifying code.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-04 Heikki LinnakangasAvoid allocations in critical sections.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-27 Noah MischCooperate with the Valgrind instrumentation framework.
2013-06-14 Tom LaneRefactor checksumming code to make it easier to use...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-30 Simon RiggsCompiler optimizations for page checksum code.
2013-04-29 Simon RiggsIntroduce new page checksum algorithm and module.
2013-04-08 Simon RiggsMinor rewording of README comments
2013-04-08 Simon RiggsREADME comments on checksums on page holes.
2013-03-22 Tom LaneSuppress uninitialized-variable warning in new checksum...
2013-03-22 Simon RiggsAdd new README file for pages/checksums
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-07-13 Tom LaneChange the PageGetContents() macro to guarantee its...
2008-05-13 Bruce MomjianThis is the patch replace offnum++ by OffsetNumberNext...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-02-10 Tom LaneFix PageGetExactFreeSpace() so that it actually behaves...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-21 Tom LaneImprove handling of prune/no-prune decisions by storing...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
next