aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/brin/brin_tuple.c
Commit message (Expand)AuthorAge
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix handling of empty ranges and NULLs in BRINTomas Vondra2023-05-19
* Update copyright for 2023Bruce Momjian2023-01-02
* Update copyright for 2022Bruce Momjian2022-01-07
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* BRIN minmax-multi indexesTomas Vondra2021-03-26
* Fix interaction of TOAST compression with expression indexes.Robert Haas2021-03-25
* Use valid compression method in brin_form_tupleTomas Vondra2021-03-21
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Update copyright for 2021Bruce Momjian2021-01-02
* Remove duplicate code in brin_memtuple_initializeTomas Vondra2020-11-11
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-07
* Remove some more useless assignments.Tom Lane2020-09-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Update copyright for 2018Bruce Momjian2018-01-02
* 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