Pg Pathman Versions Save

Partitioning tool for PostgreSQL

1.5.12

3 years ago

and adapt to 3737965249c changes.

1.5.11

4 years ago

Contains the only fix: heal segfault introduced in 11.7 and 12.2

commit 8f68671ad22f175a0b232d40695cef7fe6fb77d3 Author: Arseny Sher [email protected] Date: Thu Apr 2 21:00:26 2020 +0300

[PGPRO-3725] zero out garbage in append_rel_array if we allocate it.

Since 1d9056f563f3 (who uses AppendRelInfo* existence as a mark this rel is
child) in 11.7 this led to (known) random segfaults.

1.5.10

4 years ago

Port to Postgres 12.

1.5.9

4 years ago

Prevent double expand partitioned table by built-in inheritance and pg_pathman's one.

1.5.8

4 years ago

Minor fixes.

1.5.7

4 years ago

Minor fixes.

1.5.6

4 years ago

Fix SELECT FOR SHARE/UPDATE with multilevel partitioning, cache fixes, other minor things.

1.5.5

4 years ago

Minor fixes

1.5.4

4 years ago

Minor fixes

1.5.3

5 years ago

Minor fix