David Beck d7a8b4b8e2 Implement bool compression
Reusing the existing Simple8bRLE algorithm for bools. I added a new
compression type specifically for this case called 'bool'.

A new GUC is introduced so we can revert to the previous, array
compression for bools: `timescaledb.enable_bool_compression`.
It defaults to `false`.

To enable bool compression set the GUC:

`timescaledb.enable_bool_compression=true`

Fixes #7233
2025-02-17 19:16:35 +00:00
..
2025-02-17 19:16:35 +00:00
2024-09-04 11:29:32 +02:00
2025-02-11 10:41:16 +01:00
2024-04-04 10:39:28 -03:00
2024-10-16 13:13:34 +02:00
2023-09-28 08:14:30 +02:00