Sha256: ae97e3758ebe15f5fdeb99f5ce8988f1316c9df45d7eec2c6aee984af830ecc6

Contents?: true

Size: 1.94 KB

Versions: 1

Compression:

Stored size: 1.94 KB

Contents

## 0.4.3

- Fixed sequence ownership
- Improved help

## 0.4.2

- Added support for Postgres 11 index improvements
- Added support for all connection options

## 0.4.1

- Better support for schemas
- Use latest partition for schema
- Added support for composite primary keys

## 0.4.0

- Added support for declarative partitioning
- Added support for foreign keys

## 0.3.6

- Fixed drop trigger on `unprep` for non-lowercase tables
- Fixed index creation for non-lowercase tables

## 0.3.5

- Added support for non-lowercase tables and columns

## 0.3.4

- Added `analyze` method
- Fixed `fill` with `--dry-run` option
- Better error message for tables without primary key

## 0.3.3

- Fixed error when creating partitions

## 0.3.2

- Exit with error code on interrupt
- Fixed `--start` option with `--swapped`

## 0.3.1

- Fixed exception with `--no-partition` option
- Use proper cast type in `fill` method for legacy `timestamptz` columns

## 0.3.0

- Better query performance for `timestamptz` columns
- Added support for schemas other than `public`

## 0.2.3

- Added `--dest-table` option to `fill`
- Fixed errors with `fill` when no partitions created

## 0.2.2

- Set `lock_timeout` on `swap` to prevent bad things from happening
- Friendlier error messages

## 0.2.1

- Added `--where` option to `fill`
- Fixed partition detection with `fill`
- Fixed error for columns named `user` with `fill`

## 0.2.0

- Switched to new trigger, which is about 20% faster

## 0.1.7

- Added `--source-table` option to `fill`

## 0.1.6

- Added `--no-partition` option to `prep`
- Added `--url` option

## 0.1.5

- Removed `activesupport` dependency for speed
- Fixed `fill` for months

## 0.1.4

- Added sequence ownership
- Default to 0 for `--past` and `--future` options
- Better `fill` with `--swapped`

## 0.1.3

- Fixed table inheritance

## 0.1.2

- Added `--dry-run` option
- Print sql to stdout instead of stderr

## 0.1.1

- Added sql commands to output

## 0.1.0

- First release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pgslice-0.4.3 CHANGELOG.md