Skip to content

Commit

Permalink
update README change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Oct 14, 2024
1 parent 97c08c6 commit dcf37b0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion wrappers/src/fdw/airtable_fdw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a foreign data wrapper for [Airtable](https://www.airtable.com). It is d

| Version | Date | Notes |
| ------- | ---------- | ---------------------------------------------------- |
| 0.1.4 | 2024-09-30 | Support for pgrx 0.12.5 |
| 0.1.4 | 2024-09-30 | Support for pgrx 0.12.6 |
| 0.1.3 | 2023-10-20 | Added jsonb data types support |
| 0.1.2 | 2023-07-19 | Added more data types support |
| 0.1.1 | 2023-07-13 | Added fdw stats collection |
Expand Down
2 changes: 1 addition & 1 deletion wrappers/src/fdw/bigquery_fdw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a foreign data wrapper for [BigQuery](https://cloud.google.com/bigquery)

| Version | Date | Notes |
| ------- | ---------- | ---------------------------------------------------- |
| 0.1.5 | 2024-09-30 | Support for pgrx 0.12.5 |
| 0.1.5 | 2024-09-30 | Support for pgrx 0.12.6 |
| 0.1.4 | 2023-07-13 | Added fdw stats collection |
| 0.1.3 | 2023-04-03 | Added support for `NUMERIC` type |
| 0.1.2 | 2023-03-15 | Added subquery support for `table` option |
Expand Down
2 changes: 1 addition & 1 deletion wrappers/src/fdw/clickhouse_fdw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a foreign data wrapper for [ClickHouse](https://clickhouse.com/). It is

| Version | Date | Notes |
| ------- | ---------- | ---------------------------------------------------- |
| 0.1.5 | 2024-09-30 | Support for pgrx 0.12.5 |
| 0.1.5 | 2024-09-30 | Support for pgrx 0.12.6 |
| 0.1.4 | 2024-09-10 | Added Nullable type suppport |
| 0.1.3 | 2023-07-17 | Added sort and limit pushdown suppport |
| 0.1.2 | 2023-07-13 | Added fdw stats collection |
Expand Down
2 changes: 1 addition & 1 deletion wrappers/src/fdw/cognito_fdw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ This is a demo foreign data wrapper which is developed using [Wrappers](https://

| Version | Date | Notes |
| ------- | ---------- | ---------------------------------------------------- |
| 0.1.2 | 2024-09-30 | Support for pgrx 0.12.5 |
| 0.1.2 | 2024-09-30 | Support for pgrx 0.12.6 |
| 0.1.0 | 2024-01-25 | Initial version |
2 changes: 1 addition & 1 deletion wrappers/src/fdw/mssql_fdw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a foreign data wrapper for [Microsoft SQL Server](https://www.microsoft.

| Version | Date | Notes |
| ------- | ---------- | ---------------------------------------------------- |
| 0.1.2 | 2024-09-30 | Support for pgrx 0.12.5 |
| 0.1.2 | 2024-09-30 | Support for pgrx 0.12.6 |
| 0.1.1 | 2024-09-09 | Add boolean test qual support |
| 0.1.0 | 2023-12-27 | Initial version |

2 changes: 1 addition & 1 deletion wrappers/src/fdw/wasm_fdw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is Wasm foreign data wrapper host, please visit each Wasm foreign data wrap

| Version | Date | Notes |
| ------- | ---------- | ---------------------------------------------------- |
| 0.1.3 | 2024-09-30 | Support for pgrx 0.12.5 |
| 0.1.3 | 2024-09-30 | Support for pgrx 0.12.6 |
| 0.1.2 | 2024-07-07 | Add fdw_package_checksum server option |
| 0.1.1 | 2024-07-05 | Fix missing wasm package cache dir issue |
| 0.1.0 | 2024-07-03 | Initial version |
Expand Down

0 comments on commit dcf37b0

Please sign in to comment.