Skip to content

Releases: mla/pg_sample

pg_sample 1.17

03 Mar 17:35
@mla mla
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.16...1.17

v1.16

06 May 17:13
@mla mla
Compare
Choose a tag to compare
update version

v1.13

03 Jul 17:47
@mla mla
Compare
Choose a tag to compare
  • Fix -p short option (thanks to Jacek Trociński @jacektrocinski)
  • Improve Docker workflow (thanks to Olivier Dalang @olivierdalang)
  • Added INSTALL.md (thanks Nathan Dawson @Fedelaus)
  • Fix --random with small tables (thanks to Luiz Muller @luizm)

v1.12

21 Sep 21:34
@mla mla
Compare
Choose a tag to compare
  • Fix parititon handling (thanks to @Zyntogz)
  • Docker improvements (thanks to @ricardocasaca)
  • Improved random sampling using bernoulli sampling method when avail
    (thanks to @madtibo)

v1.09

11 Jul 04:36
@mla mla
Compare
Choose a tag to compare
set stdout encoding

v1.08

10 Jul 22:45
@mla mla
Compare
Choose a tag to compare

1.08 Changes:

  • Require DBD::Pg >= 2. Prior versions lacked pg_getcopydata and the
    table_info() interface was different.
  • Removed SET OWNER declarations in tests (t/sample.sql)
  • Trap exit signals and try to clean up anything we created (Joe Van Dyk)