Skip to content

Commit f8ad98d

Browse files
[create-pull-request] automated change
1 parent 8f27117 commit f8ad98d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/partials/_timescaledb-gucs.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
| `enable_event_triggers` | `BOOLEAN` | `false` | Enable event triggers for chunks creation |
6363
| `enable_exclusive_locking_recompression` | `BOOLEAN` | `false` | Enable getting exclusive lock on chunk during segmentwise recompression |
6464
| `enable_foreign_key_propagation` | `BOOLEAN` | `true` | Adjust foreign key lookup queries to target whole hypertable |
65+
| `enable_hypertable_expansion_for_dml` | `BOOLEAN` | `true` | Allow using the TimescaleDB hypertable expansion code for UPDATE/DELETE queries, instead of the slower Postgres inheritance hierarchy expansion code. |
6566
| `enable_in_memory_recompression` | `BOOLEAN` | `true` | Enable in-memory recompression |
6667
| `enable_job_execution_logging` | `BOOLEAN` | `false` | Retain job run status in logging table |
6768
| `enable_merge_on_cagg_refresh` | `BOOLEAN` | `false` | Enable MERGE statement on cagg refresh |
@@ -96,4 +97,4 @@
9697
| `stats_max_chunks` | `INTEGER` | `TS_STATS_MAX_CHUNKS_DEFAULT, /* default */0, /* min: 0 = disabled */TS_STATS_MAX_CHUNKS_MAX, /* max: 2^18 = 262144 chunks */PGC_SIGHUP` | Must be 0 or a power of 2. Takes effect only after server restart.<br />min: `0`, max: `stats_max_chunks_check_hook` |
9798
| `telemetry_level` | `ENUM` | `TELEMETRY_DEFAULT` | Level used to determine which telemetry to send |
9899

99-
Version: [2.28.3](https://github.com/timescale/timescaledb/releases/tag/2.28.3)
100+
Version: [2.29.0](https://github.com/timescale/timescaledb/releases/tag/2.29.0)

0 commit comments

Comments
 (0)