Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: boringSQL/regresql

Tags

v2.0.0-beta4

Toggle v2.0.0-beta4's commit message
fix: capture Index Name from Bitmap Index Scan nodes

v2.0.0-beta3

Toggle v2.0.0-beta3's commit message
chore: migrate module path to v2 for semantic import versioning

Required so v2.x.x tags can be imported; Go's semantic import versioning
rejects v2+ tags at a module path without /v2.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>

v2.0.0-beta2

Toggle v2.0.0-beta2's commit message
chore: switch to use fixturize binary instead library

preparing for Rust rewrite

v0.2.0-beta1

Toggle v0.2.0-beta1's commit message
release: pg_regresql 2.0 on PGXN

v2.0.0-alpha5

Toggle v2.0.0-alpha5's commit message
feat: enable VERBOSE and SETTINGS in all EXPLAIN calls

v2.0.0-alpha4

Toggle v2.0.0-alpha4's commit message
fix: switch from v0.1.0 of fixturize

v2.0.0-alpha3

Toggle v2.0.0-alpha3's commit message
feat: added fixture scaffolding

because fixtures are b....y difficult; scaffolding is meant to attempt to
generate the fixtures from the production environment (read-only), based
on pg_stats to get realistic data distribution.

generated file containts TODOs for user to fix. The problematic are
constraints

v1.5.0

Toggle v1.5.0's commit message
feat: include/restore statistics in snapshots (PG18+)

v1.4.4

Toggle v1.4.4's commit message
fix: PostgreSQL 18 fractional row counts in EXPLAIN output

Due to
> Modify EXPLAIN to output fractional row counts

v1.4.3

Toggle v1.4.3's commit message
feat: add PlanMetrics to extract EXPLAIN ANALYZE performance data