citus/expected
Nils Dijk d03e9ca861 Feature: cstore table options (#25)
DESCRIPTION: Add UDF's to maintain cstore table options

This PR adds two UDF's and a view to interact and maintain the cstore table options.

 - ``alter_cstore_table_set(relid REGCLASS, [ options ... ])``
 - ``alter_cstore_table_reset(relid REGCLASS, [ options ... ])``
 - ``cstore.cstore_options``

The `set` function takes options and their specific types. When specified it will change the option associated with the table to the provided value. When omitted no action is taken.

The `reset` function takes options as booleans. When set to `true` the value of the option associated with the table will be reset to the current default as specified by the associated GUC's.

The options view containes a record for every cstore table with its associated settings as columns.
2020-11-03 13:39:46 +01:00
..
am_alter.out more test fixes........ 2020-09-16 11:10:40 -07:00
am_analyze.out add AM tests 2020-09-16 11:10:39 -07:00
am_clean.out better makefile 2020-09-16 11:10:40 -07:00
am_create.out almost works 2020-09-18 11:37:39 -07:00
am_drop.out Rename cstore_tables to cstore_data_files 2020-10-05 09:28:40 -07:00
am_functions.out more tests pass 2020-09-16 11:10:39 -07:00
am_insert.out more tests... 2020-09-16 11:10:39 -07:00
am_join.out Projection pushdown (#11) 2020-10-13 13:36:02 +02:00
am_query.out more tests pass 2020-09-16 11:10:39 -07:00
am_rollback.out Fix writes after rollback 2020-10-05 09:51:24 -07:00
am_tableoptions.out Feature: cstore table options (#25) 2020-11-03 13:39:46 +01:00
am_trigger.out trigger fix and tests 2020-10-15 08:05:35 -07:00
am_truncate.out Implement nontransactional truncate 2020-10-05 10:09:19 -07:00
am_truncate_0.out add AM tests 2020-09-16 11:10:39 -07:00
am_vacuum.out Feature: cstore table options (#25) 2020-11-03 13:39:46 +01:00
am_vacuum_vs_insert.out Implement concurrent writes 2020-10-30 15:21:13 -07:00
am_write_concurrency.out Implement concurrent writes 2020-10-30 15:21:13 -07:00
create.out add isolation tests 2020-10-08 14:42:49 -07:00
extension_create.out tests WIP 2020-09-16 11:10:39 -07:00
fdw_alter.out Rename tests to be FDW-specific. 2020-09-15 12:51:15 -07:00
fdw_analyze.out Rename tests to be FDW-specific. 2020-09-15 12:51:15 -07:00
fdw_clean.out better makefile 2020-09-16 11:10:40 -07:00
fdw_drop.out Rename cstore_tables to cstore_data_files 2020-10-05 09:28:40 -07:00
fdw_functions.out Rename tests to be FDW-specific. 2020-09-15 12:51:15 -07:00
fdw_insert.out Rename tests to be FDW-specific. 2020-09-15 12:51:15 -07:00
fdw_query.out Rename tests to be FDW-specific. 2020-09-15 12:51:15 -07:00
fdw_rollback.out Fix writes after rollback 2020-10-05 09:51:24 -07:00
fdw_truncate.out Implement nontransactional truncate 2020-10-05 10:09:19 -07:00
fdw_truncate_0.out Rename tests to be FDW-specific. 2020-09-15 12:51:15 -07:00