Skip to content

Releases: postgrespro/pg_pathman

Postgres 13 compatibility, CVE-2020-14350 fix.

Choose a tag to compare

@arssher arssher released this 08 Nov 14:24

and adapt to 3737965249c changes.

Version 1.5.11

Choose a tag to compare

@arssher arssher released this 07 Apr 19:37

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

commit 8f68671
Author: Arseny Sher sher-ars@yandex.ru
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.

Version 1.5.10

Choose a tag to compare

@arssher arssher released this 22 Nov 15:53

Port to Postgres 12.

Version 1.5.9

Choose a tag to compare

@arssher arssher released this 22 Nov 15:52

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

Version 1.5.8

Choose a tag to compare

@arssher arssher released this 02 Jul 13:11

Minor fixes.

Version 1.5.7

Choose a tag to compare

@arssher arssher released this 02 Jul 13:10

Minor fixes.

Version 1.5.6

Choose a tag to compare

@arssher arssher released this 02 Jul 13:09

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

Version 1.5.5

Choose a tag to compare

@arssher arssher released this 02 Jul 13:07

Minor fixes

Version 1.5.4

Choose a tag to compare

@arssher arssher released this 02 Jul 13:06

Minor fixes

Version 1.5.3

Choose a tag to compare

@ildus ildus released this 17 Dec 09:22

Minor fix