Commit Graph

121 Commits (1d257577e08d3e598011d6850fd1025858de8c8c)

Author SHA1 Message Date
Thomas Munro 1d257577e0 Optionally prefetch referenced data in recovery. 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Thomas Munro c5315f4f44 Cache smgrnblocks() results in recovery. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Fujii Masao 6d05086c0a Speedup truncations of relation forks. 6 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Amit Kapila 7db0cde6b5 Revert "Avoid the creation of the free space map for small heap relations". 6 years ago
Amit Kapila 06c8a5090e Improve code comments in b0eaa4c51b. 7 years ago
Amit Kapila 9c32e4c350 Clear the local map when not used. 7 years ago
Amit Kapila b0eaa4c51b Avoid creation of the free space map for small heap relations, take 2. 7 years ago
Amit Kapila a23676503b Revert "Avoid creation of the free space map for small heap relations." 7 years ago
Amit Kapila ac88d2962a Avoid creation of the free space map for small heap relations. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 44cac93464 Avoid using potentially-under-aligned page buffers. 7 years ago
Tom Lane 130beba36d Fix inadequate buffer locking in FSM and VM page re-initialization. 7 years ago
Tom Lane 2b1759e267 Remove unnecessary BufferGetPage() calls in fsm_vacuum_page(). 8 years ago
Tom Lane a063baaced Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead. 8 years ago
Tom Lane 851a26e266 While vacuuming a large table, update upper-level FSM data every so often. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Heikki Linnakangas 917dc7d239 Fix WAL-logging of FSM and VM truncation. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 10 years ago
Robert Haas 719c84c1be Extend relations multiple blocks at a time to improve scalability. 10 years ago
Noah Misch 4ad6f13500 Copyedit comments and documentation. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Heikki Linnakangas e001030c27 Fix thinko in comment. 12 years ago
Tom Lane ac4ef637ad Allow use of "z" flag in our printf calls, and use it where appropriate. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Jeff Davis b8fd1a09f3 Add buffer_std flag to MarkBufferDirtyHint(). 12 years ago
Simon Riggs 96ef3b8ff1 Allow I/O reliability checks using 16-bit checksums 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Robert Haas d37781fa82 Tidy up a few calls to smrgextend(). 15 years ago
Robert Haas debcec7dc3 Include the backend ID in the relpath of temporary relations. 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Tom Lane cbe9d6beb4 Fix up rickety handling of relation-truncation interlocks. 16 years ago
Tom Lane 16e5859cd2 Allow free space map vacuuming to be interrupted. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Heikki Linnakangas b2a667b9ee Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should 17 years ago