citus/src/include/columnar
Jeff Davis 1c83b19159 Separate build of citus.so and citus_columnar.so.
Because columnar code is statically-linked to both modules, it doesn't
make sense to load them both at once.

A subsequent commit will make the modules entirely separate and allow
loading them both simultaneously.
2022-03-23 10:56:06 -07:00
..
columnar.h Separate build of citus.so and citus_columnar.so. 2022-03-23 10:56:06 -07:00
columnar_compression.h Columnar: cleanup (#4814) 2021-03-15 11:34:39 -07:00
columnar_customscan.h Columnar: clean up old references to cstore. 2021-01-22 11:08:36 -08:00
columnar_metadata.h Not flush writes until need to read them when doing index-scan on columnar (#5247) 2021-09-13 18:41:20 +02:00
columnar_storage.h Split columnar stripe reservation into two phases (#5188) 2021-09-02 11:49:14 +03:00
columnar_tableam.h Copied CheckCitusVersion over to Columnar to handle dependency issue. If we split columnar into two extensions, this will later be changed tl CheckColumnarVersion. 2022-02-18 09:47:39 -08:00
columnar_version_compat.h Includes pg_version_constants.h in columnar_version_compat.h 2021-09-03 15:41:28 +03:00