|
5 | 5 |
|
6 | 6 | ### NOTE: this project is not under development anymore
|
7 | 7 |
|
8 |
| -`pg_pathman` supports Postgres versions [9.5..13], but most probably it won't be ported to 14 and later releases. [Native partitioning](https://www.postgresql.org/docs/current/ddl-partitioning.html) is pretty mature now and has almost everything implemented in `pg_pathman`'; we encourage users switching to it. We are still maintaining the project (fixing bugs in supported versions), but no new development is going to happen here. |
| 8 | +`pg_pathman` supports Postgres versions [11..15], but most probably it won't be ported to later releases. [Native partitioning](https://www.postgresql.org/docs/current/ddl-partitioning.html) is pretty mature now and has almost everything implemented in `pg_pathman`'; we encourage users switching to it. We are still maintaining the project (fixing bugs in supported versions), but no new development is going to happen here. |
9 | 9 |
|
10 | 10 | # pg_pathman
|
11 | 11 |
|
12 | 12 | The `pg_pathman` module provides optimized partitioning mechanism and functions to manage partitions.
|
13 | 13 |
|
14 | 14 | The extension is compatible with:
|
15 | 15 |
|
16 |
| - * PostgreSQL 9.5, 9.6, 10, 11, 12, 13; |
17 |
| - * Postgres Pro Standard 9.5, 9.6, 10, 11, 12; |
| 16 | + * PostgreSQL 11, 12, 13; |
| 17 | + * PostgreSQL with core-patch: 14, 15; |
| 18 | + * Postgres Pro Standard 11, 12, 13, 14, 15; |
18 | 19 | * Postgres Pro Enterprise;
|
19 | 20 |
|
20 | 21 | Take a look at our Wiki [out there](https://github.com/postgrespro/pg_pathman/wiki).
|
@@ -789,7 +790,7 @@ Do not hesitate to post your issues, questions and new ideas at the [issues](htt
|
789 | 790 |
|
790 | 791 | ## Authors
|
791 | 792 | [Ildar Musin](https://github.com/zilder)
|
792 |
| -Alexander Korotkov <a.korotkov(at)postgrespro.ru> Postgres Professional Ltd., Russia |
| 793 | +[Alexander Korotkov](https://github.com/akorotkov) |
793 | 794 | [Dmitry Ivanov](https://github.com/funbringer)
|
794 |
| -Maksim Milyutin <m.milyutin(at)postgrespro.ru> Postgres Professional Ltd., Russia |
| 795 | +[Maksim Milyutin](https://github.com/maksm90) |
795 | 796 | [Ildus Kurbangaliev](https://github.com/ildus)
|
0 commit comments