PostgreSQL index that uses INCLUDE to carry extra columns not used for filtering or sorting, purely so that queries selecting those columns can be satisfied from the index alone without a heap lookup. Hasiński calls this under-used in production.