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_tuple.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-19
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
BRIN minmax-multi indexes
Tomas Vondra
2021-03-26
*
Fix interaction of TOAST compression with expression indexes.
Robert Haas
2021-03-25
*
Use valid compression method in brin_form_tuple
Tomas Vondra
2021-03-21
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Remove duplicate code in brin_memtuple_initialize
Tomas Vondra
2020-11-11
*
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-07
*
Remove some more useless assignments.
Tom Lane
2020-09-04
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
*
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
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix valgrind's "unaddressable bytes" whining about BRIN code.
Tom Lane
2015-05-25
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-07
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Further code and wording tweaks in BRIN
Alvaro Herrera
2014-11-10
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07