aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/brin/brin.c
Commit message (Expand)AuthorAge
* Silence compiler warnings from some older compilers.Tom Lane2022-06-01
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Don't add non-existent pages to bitmap from BRINTomas Vondra2021-04-07
* Implement operator class parametersAlexander Korotkov2020-03-30
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* Update copyrights for 2020Bruce Momjian2020-01-01
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-08
* Refactor code building relation optionsMichael Paquier2019-11-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-27
* Avoid creation of the free space map for small heap relations, take 2.Amit Kapila2019-02-04
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-28
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-28
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Fail BRIN control functions during recovery explicitlyAlvaro Herrera2018-06-14
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Improve FSM management for BRIN indexes.Tom Lane2018-04-04
* Log when a BRIN autosummarization request failsAlvaro Herrera2018-03-14
* Support parallel btree index builds.Robert Haas2018-02-02
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Fix thinkos in BRIN summarizationAlvaro Herrera2017-11-03
* Fix BRIN summarization concurrent with extensionAlvaro Herrera2017-11-03
* Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.Tom Lane2017-11-02
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* brin: Don't crash on auto-summarizationAlvaro Herrera2017-05-30
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Reduce the number of pallocs() in BRINAlvaro Herrera2017-04-07
* Fix BRIN cost estimationAlvaro Herrera2017-04-06
* BRIN de-summarizationAlvaro Herrera2017-04-01
* BRIN auto-summarizationAlvaro Herrera2017-04-01
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08