Commit Graph

38 Commits (ee99330a0b39c47a7ac44c6c8fdd74e3da841ba5)

Author SHA1 Message Date
Thomas Munro faeedbcefd Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. 2 years ago
Peter Eisentraut b9f0e54bc9 Update types in smgr API 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
David Rowley cd4e8caaa0 Fix final warnings produced by -Wshadow=compatible-local 3 years ago
Robert Haas b0a55e4329 Change internal RelFileNode references to RelFileNumber or RelFileLocator. 3 years ago
Robert Haas 9c08aea6a3 Add new block-by-block strategy for CREATE DATABASE. 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane f10f0ae420 Replace RelationOpenSmgr() with RelationGetSmgr(). 4 years ago
Michael Paquier 4c0239cb7a Remove redundant memset(0) calls for page init of some index AMs 4 years ago
Peter Geoghegan 9dc718bdf2 Pass down "logically unchanged index" hint. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 7854e07f25 Revert "Rename files and headers related to index AM" 6 years ago
Michael Paquier 8ce3aa9b59 Rename files and headers related to index AM 6 years ago
Andres Freund aae50236e4 Pass ItemPointer not HeapTuple to IndexBuildCallback. 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Alvaro Herrera ab0dfc961b Report progress of CREATE INDEX operations 6 years ago
Andres Freund 2a96909a4a tableam: Support for an index build's initial table scan(s). 6 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 c35b472869 Fix errors in contrib/bloom index build. 7 years ago
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 4c11d2c559 Flag index metapages as standard-format in xlog.c calls. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane 86d911ec0f Allow index AMs to cache data across aminsert calls within a SQL command. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas fa0f466d53 Log the creation of an init fork unconditionally. 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Tom Lane d6c9e05cb7 Fix assorted bugs in contrib/bloom. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Tom Lane abaffa9075 Fix contrib/bloom to work for unlogged indexes. 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 9 years ago
Tom Lane 5713f03973 Improve API of GenericXLogRegister(). 9 years ago
Tom Lane 80cf18910c Get rid of blinsert()'s use of GenericXLogUnregister(). 9 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 9 years ago
Tom Lane a9284849b4 Clean up some stuff in new contrib/bloom module. 9 years ago
Teodor Sigaev 9ee014fc89 Bloom index contrib module 9 years ago