aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/brin/brin_tuple.c
Commit message (Expand)AuthorAge
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Reduce the number of pallocs() in BRINAlvaro Herrera2017-04-07
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix valgrind's "unaddressable bytes" whining about BRIN code.Tom Lane2015-05-25
* pgindent run for 9.5Bruce Momjian2015-05-23
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-07
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Update copyright for 2015Bruce Momjian2015-01-06
* Further code and wording tweaks in BRINAlvaro Herrera2014-11-10
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07