Skip to content

Releases: devrimgunduz/pagila

pagila 3.1.0

19 Dec 21:32
Compare
Choose a tag to compare

This is a maintenance release by 5 contributors:

What's Changed

New Contributors

Full Changelog: pagila-v3.0.0...pagila-v3.1.0

Add JSONB data, add docker compose support, and fix various issues.

28 Jul 12:02
Compare
Choose a tag to compare

This new release brings in some new features and bugfixes:

  • Add JSONB sample data (based on the packages at apt.postgresql.org and yum.postgresql.org)
  • Add docker compose support ( contributed by @theothermattm ) #16
  • Add steps to create pagila database on docker by @dedeco in #13
  • Add missing user argument by @zOxta in #14
  • Update dates to 2022
  • Fix various issues reported in Github

2.1.0: Bug fixes and improvements

22 Aug 10:26
Compare
Choose a tag to compare

Version 2.1.0:

This release works against PostgreSQL 11+.

  • Replace varchar(n) with text (David Fetter)
  • Match foreign key and primary key data type in some tables (Ganeshan Venkataraman)
  • Change CREATE TABLE statement for customer table to use
    DEFAULT nextval('customer_customer_id_seq'::regclass) for customer_id
    field instead of SERIAL (Adrian Klaver).

2.0.1

20 Jun 13:05
Compare
Choose a tag to compare
  • Update schema for newer PostgreSQL versions
  • Remove RULE for partitioning, add trigger support.
  • Update years in sample data.
  • Remove ARTICLES section from README, all links are dead.

Pagila 0.11.0

05 Jun 11:05
Compare
Choose a tag to compare

This release has a few improvements over previous one:

Update schema for newer PostgreSQL versions
Remove RULE for partitioning, add trigger support.
Update years in sample data.