1
0
mirror of synced 2025-12-25 02:09:19 -05:00

fix(destination-postgres): Fix index recreation on non-existent columns in raw tables mode (#70347)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Benoit Moriceau
2025-12-04 14:43:23 -08:00
committed by GitHub
parent a0f68c6234
commit 1eca9b940f
6 changed files with 193 additions and 6 deletions

View File

@@ -298,6 +298,7 @@ _where_ it is deployed.
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:-----------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 3.0.3 | 2025-12-04 | [70347](https://github.com/airbytehq/airbyte/pull/70347) | Fix index recreation on non-existent columns in raw tables mode. |
| 3.0.2 | 2025-12-04 | [70337](https://github.com/airbytehq/airbyte/pull/70337) | Refactor: Move raw tables mode check to index creation for better code clarity. |
| 3.0.1 | 2025-12-03 | [70326](https://github.com/airbytehq/airbyte/pull/70326) | Fix `PSQLException` when running in legacy "Raw tables only" mode. |
| 3.0.0 | 2025-12-02 | [69846](https://github.com/airbytehq/airbyte/pull/69846) | **Breaking Change**: Introduces Direct Load architecture. Data is now written directly to final tables without using intermediate raw tables, providing improved performance and reduced storage costs. Raw tables are deprecated; use "Raw tables only" option if needed for backward compatibility. |