]> granicus.if.org Git - postgresql/history - src/backend/access/brin/brin_pageops.c
Revert "Avoid creation of the free space map for small heap relations."
[postgresql] / src / backend / access / brin / brin_pageops.c
2019-01-28 Amit KapilaRevert "Avoid creation of the free space map for small...
2019-01-28 Amit KapilaAvoid creation of the free space map for small heap...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-04-04 Tom LaneImprove FSM management for BRIN indexes.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-02 Tom LaneSet the metapage's pd_lower correctly in brin, gin...
2017-11-02 Tom LaneFix corner-case errors in brin_doupdate().
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-04-07 Alvaro HerreraReduce the number of pallocs() in BRIN
2017-01-09 Alvaro HerreraBRIN revmap pages are not standard pages ...
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 LaneInvent PageIndexTupleOverwrite, and teach BRIN and...
2016-05-30 Alvaro HerreraFix PageAddItem BRIN bug
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-27 Alvaro HerreraFix BRIN free space computations
2015-08-13 Alvaro HerreraFix unitialized variables
2015-08-12 Alvaro HerreraClose some holes in BRIN page assignment
2015-05-26 Tom LaneFix valgrind's "unaddressable bytes" whining about...
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-03-10 Alvaro HerreraMove BRIN page type to page's last two bytes
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-08 Alvaro HerreraFix some coding issues in BRIN
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes