index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
brin
/
brin.c
Commit message (
Expand
)
Author
Age
*
Silence compiler warnings from some older compilers.
Tom Lane
2022-06-01
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Don't add non-existent pages to bitmap from BRIN
Tomas Vondra
2021-04-07
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-08
*
Refactor code building relation options
Michael Paquier
2019-11-05
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
*
Avoid creation of the free space map for small heap relations, take 2.
Amit Kapila
2019-02-04
*
Revert "Avoid creation of the free space map for small heap relations."
Amit Kapila
2019-01-28
*
Avoid creation of the free space map for small heap relations.
Amit Kapila
2019-01-28
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fail BRIN control functions during recovery explicitly
Alvaro Herrera
2018-06-14
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Improve FSM management for BRIN indexes.
Tom Lane
2018-04-04
*
Log when a BRIN autosummarization request fails
Alvaro Herrera
2018-03-14
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Fix thinkos in BRIN summarization
Alvaro Herrera
2017-11-03
*
Fix BRIN summarization concurrent with extension
Alvaro Herrera
2017-11-03
*
Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.
Tom Lane
2017-11-02
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
brin: Don't crash on auto-summarization
Alvaro Herrera
2017-05-30
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
*
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
*
BRIN de-summarization
Alvaro Herrera
2017-04-01
*
BRIN auto-summarization
Alvaro Herrera
2017-04-01
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
[next]