summaryrefslogtreecommitdiff
path: root/src/backend/access/brin/brin_tuple.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Optimize alignment calculations in tuple form/deformDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-03-26BRIN minmax-multi indexesTomas Vondra
2021-03-25Fix interaction of TOAST compression with expression indexes.Robert Haas
2021-03-20Use valid compression method in brin_form_tupleTomas Vondra
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-11Remove duplicate code in brin_memtuple_initializeTomas Vondra
2020-11-06Properly detoast data in brin_form_tupleTomas Vondra
2020-09-04Remove some more useless assignments.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-04-07Reduce the number of pallocs() in BRINAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-26Fix valgrind's "unaddressable bytes" whining about BRIN code.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-07Improve BRIN infra, minmax opclass and regression testAlvaro Herrera
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-10Further code and wording tweaks in BRINAlvaro Herrera
2014-11-07BRIN: Block Range IndexesAlvaro Herrera