Conversation
2a75508 to
a34b424
Compare
4247769 to
54b9076
Compare
Open
ea5a979 to
49c5022
Compare
49c5022 to
e9d9ab6
Compare
|
TimescaleDB release 2.23.0 supports PG18 🙏 https://github.com/timescale/timescaledb/releases/tag/2.23.0 |
9c4b34b to
5df6f2e
Compare
- Keep 6 minor versions for 14->15 transitions
keep at least 5 minor versions, but ensure compatibility with the lowest/oldest PG version (where possible)
5df6f2e to
be1f7ac
Compare
Member
|
👍 |
1 similar comment
Member
Author
|
👍 |
ldming
added a commit
to apecloud-inc/spilo
that referenced
this pull request
Apr 5, 2026
* fix: wrong regex for wal retention (zalando#1026) (zalando#1058) Co-authored-by: Rob Nickmans <nickmansrob@gmail.com> * Add pg17 and remove pg12 in trigger (zalando#1059) * Update Patroni to version 3.3.5 (zalando#1068) * Pass TIMESCALEDB argument as environment variable (zalando#1069) * sync trigger branch (zalando#1076) * Patroni 4.0 * timescaledb 2.18.0 * Adjust timescaledb to 2.18.0 in delivery (zalando#1078) * Sync trigger 03-05 (zalando#1080) - Fix timescaledb installation logic - Make leader tag value for native AWS configurable - Retain multiple minor versions of timescaledb --------- Co-authored-by: idanovinda <idanovinda@gmail.com> * Properly handle Patroni bootstrap_labels config (zalando#1093) Additionally fix LOG_S3_TAGS parsing logic * Set proper default KUBERNETES_BOOTSTRAP_LABELS (zalando#1097) * Add pg_roaringbitmap and pgfaceting (zalando#1101) * Add roaringbitmap to extwlist (zalando#1107) * Correctly format URLs when address is IPv6 (zalando#1108) Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de> * Enable ipv6 on AWS (zalando#1109) - keep AWS_EC2_METADATA_SERVICE* envs to enable wal-g - use custom wal-e * Move AWS_EC2_METADATA_SERVICE_ENDPOINT* env vars to env files (zalando#1112) * Write imds env files for all prefixes (zalando#1113) * Add trailing slash to AWS_EC2_METADATA_SERVICE_ENDPOINT (zalando#1117) To support older boto3 versions * Fix AWS_EC2_METADATA_SERVICE_ENDPOINT* env handling (zalando#1123) * Write AWS_EC2_METADATA_SERVICE_ENDPOINT* env files only when actually needed * Add pgvector to extension whitelist to allow non-superuser creation (zalando#1127) * Updating wal-g version v3.0.5->v3.0.7 (zalando#1134) * fix download url and use ubuntu 22.04 for wal-g (zalando#1135) * Support deleting old backups regardless of the current tool (zalando#1133) * fix wal-g download url and use ubuntu 20.04 (zalando#1141) * Enable build image for arm64 in pull request (zalando#1144) * remove spilo_cmd directory (zalando#1147) * fix sorting (zalando#1150) * pg_profile 4.10 and Patroni 4.0.6 (zalando#1151) * Update postgis to version 3.6 (zalando#1153) * Remove WAL-E and make WAL-G the default backup tool (zalando#1143) * pg_basebackup server compression (zalando#1155) * Allow admin selecting from hypopg views (zalando#1162) * Add PG18, remove PG13 (zalando#1156) - PG18 support - Fix extension's build caching problem, which causes wrong pgversion symbols in extension's *.so - Improve logic for timescaledb minor versions cleanup - Build bg_mon from source Not included for PG18: - pglogical-ticker - pgl-ddl-deploy --------- Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de> Co-authored-by: Polina Bungina <27892524+hughcapet@users.noreply.github.com> Co-authored-by: Rob Nickmans <nickmansrob@gmail.com> Co-authored-by: Ida Novindasari <idanovinda@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Not included for PG18: