Skip to content

Releases: df7cb/pg_dirtyread

pg_dirtyread 2.7

12 Jun 16:14
2.7
Compare
Choose a tag to compare
  • Set SO_TYPE_SEQSCAN in heap_beginscan() to support PG17.
  • Exercise toast in tests.

pg_dirtyread 2.6

23 Nov 14:27
2.6
Compare
Choose a tag to compare
  • Add PG16 to github workflow matrix
  • Move index test output to separate file and add variant for PG16

pg_dirtyread 2.5

23 Nov 14:27
2.5
Compare
Choose a tag to compare
  • Add functions to check unique indexes for duplicates and FKs for missing rows
  • contrib script fixes

pg_dirtyread 2.4

16 Nov 18:11
2.4
Compare
Choose a tag to compare
  • Support PostgreSQL 14

pg_dirtyread 2.3

16 Nov 18:08
2.3
Compare
Choose a tag to compare
  • Support PostgreSQL 13

pg_dirtyread 2.2

25 Oct 12:45
2.2
Compare
Choose a tag to compare
  • regress: Try reading from an index.
  • Contrib: Add function to read all good tuples from a table, skipping
    over all tuples that trigger an error, add function to return ctids of
    all tuples in a table that trigger an error.
  • README: Fix instructions on setting PG_CONFIG.

pg_dirtyread 2.1

14 Jun 14:09
2.1
Compare
Choose a tag to compare
  • Support PostgreSQL 12.

pg_dirtyread 1.2

06 Aug 15:14
1.2
Compare
Choose a tag to compare

pg-dirtyread (1.2) unstable; urgency=medium

  • Refuse to return the "dead" pseudo column during recovery,
    because GetOldestXmin() asserts !RecoveryInProgress().
    Spotted by Andreas Seltenreich, thanks!

-- Christoph Berg [email protected] Sun, 06 Aug 2017 16:57:41 +0200

pg_dirtyread 1.1

23 Jul 10:58
1.1
Compare
Choose a tag to compare

pg-dirtyread (1.1) unstable; urgency=medium

  • Changes from 1.0:
    • Fix some crashes.
    • Add ability to retrieve system columns such as xmax and ctid.
    • Add "dead" column to allow identification of removed rows

-- Christoph Berg [email protected] Sun, 23 Jul 2017 12:47:01 +0200

pg_dirtyread 1.0

09 Apr 07:26
Compare
Choose a tag to compare