Skip to content

Repoint links #4195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: milestone-18-renaming
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/styles/templates/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import IntegrationPrereqs from "versionContent/_partials/_integration-prereqs.md

// Provide context for the integration steps, for example, if an additional connector is used.

// See https://docs.timescale.com/integrations/latest/grafana/ for an example.
// See https://docs.tigerdata.com/integrations/latest/grafana/ for an example.

## Prerequisites

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/community-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ jobs:
Thank you for the report. We welcome documentation contributions!

* For information about how to propose a change, see the [contributing guide](https://github.com/timescale/docs/blob/latest/CONTRIBUTING.md) in our GitHub repository.
* For information on style and word usage, see the [style guide](https://docs.timescale.com/about/latest/contribute-to-docs)
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ See the [full list of available variables][variables].

## Links

- Internal page links: internal links do not need to include the domain name `https://docs.timescale.com`. Use the `:currentVersion:` variable instead of `latest` in the URL.
- Internal page links: internal links do not need to include the domain name `https://docs.tigerdata.com`. Use the `:currentVersion:` variable instead of `latest` in the URL.
- External links: input external links as is.

See [Formatting examples][formatting] for details.
Expand Down Expand Up @@ -160,5 +160,5 @@ The previous documentation source is in the deprecated repository called [docs.t
[github-docs]: https://github.com/timescale/docs
[use-navigation]: use-timescale/page-index/page-index.js
[formatting]: _partials/_formatting_examples.md
[variables]: https://docs.timescale.com/variables-for-contributors/
[variables]: https://docs.tigerdata.com/variables-for-contributors/
[readme]: README.md
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@

<div align=center>

<h3>Timescale Cloud is the modern PostgreSQL data platform for all your applications. It enhances PostgreSQL to handle time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads.
<h3>Tiger Cloud is the modern PostgreSQL data platform for all your applications. It enhances PostgreSQL to handle time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads.
</h3>

[![Docs](https://img.shields.io/badge/Read_the_Timescale_docs-black?style=for-the-badge&logo=readthedocs&logoColor=white)](https://docs.timescale.com/)
[![Docs](https://img.shields.io/badge/Read_the_Timescale_docs-black?style=for-the-badge&logo=readthedocs&logoColor=white)](https://docs.tigerdata.com/)
[![SLACK](https://img.shields.io/badge/Ask_the_Timescale_community-black?style=for-the-badge&logo=slack&logoColor=white)](https://timescaledb.slack.com/archives/C4GT3N90X)
[![Try Timescale Cloud for free](https://img.shields.io/badge/Try_Timescale_for_free-black?style=for-the-badge&logo=timescale&logoColor=white)](https://console.cloud.timescale.com/signup)
[![Try Tiger Cloud for free](https://img.shields.io/badge/Try_Timescale_for_free-black?style=for-the-badge&logo=timescale&logoColor=white)](https://console.cloud.timescale.com/signup)

</div>

This repository contains the current source for Timescale documentation available at https://docs.timescale.com/.
This repository contains the current source for TigerData documentation available at https://docs.tigerdata.com/.

We welcome contributions! You can contribute to Timescale documentation in the following ways:
We welcome contributions! You can contribute to TigerData documentation in the following ways:

- [Create an issue][docs-issues] in this repository and describe the proposed change. Our doc team takes care of it.
- Update the docs yourself and have your change reviewed and published by our doc team.

## Contribute to the Timescale docs
## Contribute to the TigerData docs

To make the contribution yourself:

Expand All @@ -41,13 +41,13 @@ To make the contribution yourself:

4. Review your changes.

The documentation site is generated in a separate private repository using [Gatsby][gatsby]. Once you raise a PR for any branch, GitHub **automatically** generates a preview for your changes and attach the link in the comments. Any new commits are visible at the same URL. If you don't see the latest changes, try an incognito browser window. Automated builds are not available for PRs from forked repositories.
The documentation site is generated in a separate private repository using [Gatsby][gatsby]. Once you raise a PR for any branch, GitHub **automatically** generates a preview for your changes and attaches the link in the comments. Any new commits are visible at the same URL. If you don't see the latest changes, try an incognito browser window. Automated builds are not available for PRs from forked repositories.

See the [Contributing guide](CONTRIBUTING.md) for style and language guidance.

## Learn about Timescale
## Learn about TigerData

Timescale is PostgreSQL made powerful. To learn more about the company and its products, visit [timescale.com](https://www.timescale.com).
TigerData is PostgreSQL made powerful. To learn more about the company and its products, visit [tigerdata.com](https://www.tigerdata.com).

[docs-issues]: https://github.com/timescale/docs/issues
[github-fork]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo
Expand Down
2 changes: 1 addition & 1 deletion _partials/_hypershift-alternatively.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Alternatively, if you have data in an existing database, you can migrate it
directly into your new Timescale database using hypershift. For more information
about hypershift, including instructions for how to migrate your data, see the
[hypershift documentation](https://docs.timescale.com/use-timescale/latest/migration/).
[hypershift documentation](https://docs.tigerdata.com/use-timescale/latest/migration/).
</Highlight>
2 changes: 1 addition & 1 deletion _partials/_migrate_awsrds_migrate_data_downtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ service:
[dumping-with-concurrency]: /migrate/:currentVersion:/troubleshooting/#dumping-with-concurrency
[restoring-with-concurrency]: /migrate/:currentVersion:/troubleshooting/#restoring-with-concurrency
[long-running-pgdump]: /migrate/:currentVersion:/troubleshooting/#dumping-and-locks
[Upgrade TimescaleDB]: https://docs.timescale.com/self-hosted/latest/upgrades/
[Upgrade TimescaleDB]: https://docs.tigerdata.com/self-hosted/latest/upgrades/
[timescaledb_pre_restore]: /api/:currentVersion:/administration/#timescaledb_post_restore
[timescaledb_post_restore]: /api/:currentVersion:/administration/#timescaledb_post_restore

2 changes: 1 addition & 1 deletion _partials/_migrate_dump_roles_schema_data_mst.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
[dumping-with-concurrency]: /migrate/:currentVersion:/troubleshooting/#dumping-with-concurrency
[restoring-with-concurrency]: /migrate/:currentVersion:/troubleshooting/#restoring-with-concurrency
[long-running-pgdump]: /migrate/:currentVersion:/troubleshooting/#dumping-and-locks
[Upgrade TimescaleDB]: https://docs.timescale.com/self-hosted/latest/upgrades/
[Upgrade TimescaleDB]: https://docs.tigerdata.com/self-hosted/latest/upgrades/
2 changes: 1 addition & 1 deletion _partials/_migrate_dump_roles_schema_data_multi_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
[dumping-with-concurrency]: /migrate/:currentVersion:/troubleshooting/#dumping-with-concurrency
[restoring-with-concurrency]: /migrate/:currentVersion:/troubleshooting/#restoring-with-concurrency
[long-running-pgdump]: /migrate/:currentVersion:/troubleshooting/#dumping-and-locks
[Upgrade TimescaleDB]: https://docs.timescale.com/self-hosted/latest/upgrades/
[Upgrade TimescaleDB]: https://docs.tigerdata.com/self-hosted/latest/upgrades/
2 changes: 1 addition & 1 deletion _partials/_migrate_dump_roles_schema_data_postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
[dumping-with-concurrency]: /migrate/:currentVersion:/troubleshooting/#dumping-with-concurrency
[restoring-with-concurrency]: /migrate/:currentVersion:/troubleshooting/#restoring-with-concurrency
[long-running-pgdump]: /migrate/:currentVersion:/troubleshooting/#dumping-and-locks
[Upgrade TimescaleDB]: https://docs.timescale.com/self-hosted/latest/upgrades/
[Upgrade TimescaleDB]: https://docs.tigerdata.com/self-hosted/latest/upgrades/
[timescaledb_pre_restore]: /api/:currentVersion:/administration/#timescaledb_post_restore
[timescaledb_post_restore]: /api/:currentVersion:/administration/#timescaledb_post_restore

2 changes: 1 addition & 1 deletion _partials/_migrate_from_timescaledb_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ psql $SOURCE -c "ALTER EXTENSION timescaledb UPDATE TO '<version here>';"

For more information and guidance, consult the [Upgrade TimescaleDB] page.

[Upgrade TimescaleDB]: https://docs.timescale.com/self-hosted/latest/upgrades/
[Upgrade TimescaleDB]: https://docs.tigerdata.com/self-hosted/latest/upgrades/
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
[dumping-with-concurrency]: /migrate/:currentVersion:/troubleshooting/#dumping-with-concurrency
[restoring-with-concurrency]: /migrate/:currentVersion:/troubleshooting/#restoring-with-concurrency
[long-running-pgdump]: /migrate/:currentVersion:/troubleshooting/#dumping-and-locks
[Upgrade TimescaleDB]: https://docs.timescale.com/self-hosted/latest/upgrades/
[Upgrade TimescaleDB]: https://docs.tigerdata.com/self-hosted/latest/upgrades/
[timescaledb_pre_restore]: /api/:currentVersion:/administration/#timescaledb_post_restore
[timescaledb_post_restore]: /api/:currentVersion:/administration/#timescaledb_post_restore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
psql $SOURCE -c "ALTER EXTENSION timescaledb UPDATE TO '<version here>';"
```

For more information and guidance, see [Upgrade TimescaleDB](https://docs.timescale.com/self-hosted/latest/upgrades/).
For more information and guidance, see [Upgrade TimescaleDB](https://docs.tigerdata.com/self-hosted/latest/upgrades/).

1. Ensure that the Timescale Cloud service is running the PostgreSQL extensions used in your source database.

Expand Down
2 changes: 1 addition & 1 deletion _partials/_migrate_to_upload_to_target.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@
[dumping-with-concurrency]: /migrate/:currentVersion:/troubleshooting/#dumping-with-concurrency
[restoring-with-concurrency]: /migrate/:currentVersion:/troubleshooting/#restoring-with-concurrency
[long-running-pgdump]: /migrate/:currentVersion:/troubleshooting/#dumping-and-locks
[Upgrade TimescaleDB]: https://docs.timescale.com/self-hosted/latest/upgrades/
[Upgrade TimescaleDB]: https://docs.tigerdata.com/self-hosted/latest/upgrades/
[timescaledb_pre_restore]: /api/:currentVersion:/administration/#timescaledb_post_restore
[timescaledb_post_restore]: /api/:currentVersion:/administration/#timescaledb_post_restore
2 changes: 1 addition & 1 deletion _partials/_preloaded-data.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Highlight type="note">
If you have been provided with a pre-loaded dataset on your Timescale service,
go directly to the
[queries section](https://docs.timescale.com/tutorials/latest/nyc-taxi-geospatial/plot-nyc/).
[queries section](https://docs.tigerdata.com/tutorials/latest/nyc-taxi-geospatial/plot-nyc/).
</Highlight>
26 changes: 4 additions & 22 deletions about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,24 +91,7 @@ Highlighted features in TimescaleDB v2.20 include:
* Enhanced developer flexibility with continuous aggregates now supporting window and mutable functions, plus
customizable refresh orders.

### PostgreSQL 13 and 14 deprecated on Timescale Cloud

[TimescaleDB version 2.20][timescale220] is not compatible with PostgreSQL versions v14 and below.
TimescaleDB 2.19.3 is the last bug-fix release for PostgreSQL 14. Future fixes are for
PostgreSQL 15+ only. To continue receiving critical fixes and security patches, and to take
advantage of the latest TimescaleDB features, you must upgrade to PostgreSQL 15 or newer.
This deprecation affects all Timescale Cloud services currently running PostgreSQL 13 or
PostgreSQL 14.

The timeline for the PostgreSQL 13 and 14 deprecation is as follows:

- **Deprecation notice period begins**: starting in early June 2025, you will receive email communication.
- **Customer self-service upgrade window**: June 2025 through September 14, 2025. We strongly encourage you to
[manually upgrade PostgreSQL](https://docs.timescale.com/use-timescale/latest/upgrades/#manually-upgrade-postgresql-for-a-service)
during this period.
- **Automatic upgrade deadline**: your service will be
[automatically upgraded](https://docs.timescale.com/use-timescale/latest/upgrades/#automatic-postgresql-upgrades-for-a-service)
from September 15, 2025.
This release deprecates support for Postgres 14.

### Enhancements to livesync for PostgreSQL

Expand Down Expand Up @@ -595,7 +578,7 @@ SQL Assistant uses AI to help you write SQL faster and more accurately.

![AI generated query title](https://assets.timescale.com/docs/images/ai-generate-title.png)

See our [blog post](https://www.timescale.com/blog/postgres-gui-sql-assistant) or [docs](https://docs.timescale.com/getting-started/latest/run-queries-from-console/#sql-assistant) for full details!
See our [blog post](https://www.tigerdata.com/blog/postgres-gui-sql-assistant/) or [docs](https://docs.tigerdata.com/getting-started/latest/run-queries-from-console/#sql-assistant) for full details!

### 🏄 TimescaleDB v2.17 - performance improvements for analytical queries and continuous aggregate refreshes

Expand Down Expand Up @@ -670,7 +653,7 @@ This release adds support for runtime chunk exclusion for queries that need to a
SELECT * FROM hypertable WHERE timestamp_col > now() - '100 days'::interval
```

For more info on queries with immutable/stable/volatile filters, check our blog post on [Implementing constraint exclusion for faster query performance](https://www.timescale.com/blog/implementing-constraint-exclusion-for-faster-query-performance).
For more info on queries with immutable/stable/volatile filters, check our blog post on [Implementing constraint exclusion for faster query performance](https://www.timescale.com/blog/implementing-constraint-exclusion-for-faster-query-performance/).

If you no longer want to use tiered storage for a particular hypertable, you can now disable tiering and drop the associated tiering metadata on the hypertable with a call to [disable_tiering function](https://docs.timescale.com/use-timescale/latest/data-tiering/enabling-data-tiering/#disable-tiering).

Expand Down Expand Up @@ -887,7 +870,7 @@ We’ve added a 2FA status column to the Members page, allowing customers to eas
![2FA status](https://s3.amazonaws.com/assets.timescale.com/docs/images/2FA-status-indicator.png)

### Anthropic and Cohere integrations in pgai
The pgai extension v0.3.0 now supports embedding creation and LLM reasoning using models from Anthropic and Cohere. For details and examples, see [this post for pgai and Cohere](https://www.timescale.com/blog/build-search-and-rag-systems-on-postgresql-using-cohere-and-pgai), and [this post for pgai and Anthropic](https://www.timescale.com/blog/use-anthropic-claude-sonnet-3-5-in-postgresql-with-pgai).
The pgai extension v0.3.0 now supports embedding creation and LLM reasoning using models from Anthropic and Cohere. For details and examples, see [this post for pgai and Cohere](https://www.timescale.com/blog/build-search-and-rag-systems-on-postgresql-using-cohere-and-pgai/), and [this post for pgai and Anthropic](https://www.timescale.com/blog/use-anthropic-claude-sonnet-3-5-in-postgresql-with-pgai/).

### pgvectorscale extension: ARM builds and improved recall for low dimensional vectors
pgvectorscale extension [v0.3.0](https://github.com/timescale/pgvectorscale/releases/tag/0.3.0) adds support for ARM processors and improves recall when using StreamingDiskANN indexes with low dimensionality vectors. We recommend updating to this version if you are self-hosting.
Expand Down Expand Up @@ -1155,7 +1138,6 @@ To learn more, see the [postgresql-unit documentation](https://github.com/df7cb/
[sql-editor]: /getting-started/:currentVersion:/run-queries-from-console/#sql-editor
[aws-timescale]: https://aws.amazon.com/marketplace/seller-profile?id=seller-wbtecrjp3kxpm
[ops-mode-allow-list]: /about/:currentVersion:/changelog/#-ip-allow-lists
[timescale220]: /about/:currentVersion:/changelog/#timescaledb-v220---query-performance-and-faster-data-updates
[popsql-web]: https://app.popsql.com/login
[popsql-desktop]: https://popsql.com/download
[console]: https://console.cloud.timescale.com/dashboard/services
Expand Down
10 changes: 5 additions & 5 deletions about/timescaledb-editions.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ You can access a hosted version of TimescaleDB Community Edition through
<td>✅</td>
</tr>
<tr>
<td><a href="https://docs.timescale.com/api/latest/hyperfunctions/gapfilling/time_bucket_gapfill/#locf">locf</a></td>
<td><a href="https://docs.tigerdata.com/api/latest/hyperfunctions/gapfilling/time_bucket_gapfill#locf">locf</a></td>
<td>❌</td>
<td>✅</td>
</tr>
Expand Down Expand Up @@ -405,7 +405,7 @@ You can access a hosted version of TimescaleDB Community Edition through
<td>✅</td>
</tr>
<tr>
<td><a href="https://docs.timescale.com/api/latest/hyperfunctions/time-weighted-calculations/time_weight/#rollup">rollup</a></td>
<td><a href="https://docs.tigerdata.com/api/latest/hyperfunctions/time-weighted-calculations/time_weight#rollup">rollup</a></td>
<td>❌</td>
<td>✅</td>
</tr>
Expand Down Expand Up @@ -522,8 +522,8 @@ You can access a hosted version of TimescaleDB Community Edition through

<!-- vale Google.Units = NO -->

[license-blog]: https://www.timescale.com/blog/how-we-are-building-a-self-sustaining-open-source-business-in-the-cloud-era
[license-blog]: https://www.tigerdata.com/blog/how-we-are-building-a-self-sustaining-open-source-business-in-the-cloud-era
[mst]: /mst/:currentVersion:
[timescale-cloud]: /use-timescale/:currentVersion:/services/
[timescale-license]: https://github.com/timescale/timescaledb/blob/main/tsl/LICENSE-TIMESCALE
[apache-license]: https://github.com/timescale/timescaledb/blob/main/LICENSE-APACHE
[timescale-license]: https://github.com/timescale/timescaledb/blob/master/tsl/LICENSE-TIMESCALE
[apache-license]: https://github.com/timescale/timescaledb/blob/master/LICENSE-APACHE
1 change: 0 additions & 1 deletion api/api-tag-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ information, [see the TimescaleDB Toolkit docs][toolkit-docs].
[tsl-comparison]: /about/:currentVersion:/timescaledb-editions/
[toolkit-install]: /self-hosted/:currentVersion:/tooling/install-toolkit/
[toolkit-docs]: https://github.com/timescale/timescaledb-toolkit/tree/main/docs#a-note-on-tags-
[experimental-blog]: https://www.timescale.com/blog
2 changes: 1 addition & 1 deletion api/compression/add_compression_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";

# add_compression_policy() <Tag type="community" content="community" />

<Deprecated2180 /> Replaced by <a href="https://docs.timescale.com/api/latest/hypercore/add_columnstore_policy/">add_columnstore_policy()</a>.
<Deprecated2180 /> Replaced by <a href="https://docs.tigerdata.com/api/latest/hypercore/add_columnstore_policy/">add_columnstore_policy()</a>.

Allows you to set a policy by which the system compresses a chunk
automatically in the background after it reaches a given age.
Expand Down
2 changes: 1 addition & 1 deletion api/compression/alter_table_compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";

# ALTER TABLE (Compression) <Tag type="community" content="community" />

<Deprecated2180 /> Replaced by <a href="https://docs.timescale.com/api/latest/hypercore/alter_table/">ALTER TABLE (Hypercore)</a>.
<Deprecated2180 /> Replaced by <a href="https://docs.tigerdata.com/api/latest/hypercore/alter_table/">ALTER TABLE (Hypercore)</a>.

'ALTER TABLE' statement is used to turn on compression and set compression
options.
Expand Down
2 changes: 1 addition & 1 deletion api/compression/chunk_compression_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";

# chunk_compression_stats() <Tag type="community">Community</Tag>

<Deprecated2180 /> Replaced by <a href="https://docs.timescale.com/api/latest/hypercore/chunk_columnstore_stats/">chunk_columnstore_stats()</a>.
<Deprecated2180 /> Replaced by <a href="https://docs.tigerdata.com/api/latest/hypercore/chunk_columnstore_stats/">chunk_columnstore_stats()</a>.

Get chunk-specific statistics related to hypertable compression.
All sizes are in bytes.
Expand Down
2 changes: 1 addition & 1 deletion api/compression/compress_chunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";

# compress_chunk() <Tag type="community">Community</Tag>

<Deprecated2180 /> Replaced by <a href="https://docs.timescale.com/api/latest/hypercore/convert_to_columnstore/">convert_to_columnstore()</a>.
<Deprecated2180 /> Replaced by <a href="https://docs.tigerdata.com/api/latest/hypercore/convert_to_columnstore/">convert_to_columnstore()</a>.

The `compress_chunk` function is used to compress (or recompress, if necessary)
a specific chunk. This is most often used instead of the
Expand Down
Loading