The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Database-Async-Engine-PostgreSQL

0.011     2021-06-16 01:00:08+08:00 Asia/Kuala_Lumpur
    [New features]

    - encoding support, requires Database::Async 0.14+

    [Bugs fixed]

    - query completion fixes to align with latest Database::Async

0.010     2020-12-07 02:54:29+08:00 Asia/Kuala_Lumpur
    No new features.

    Bugs fixed:

    - the `service` parameter from `Database::Async->new(engine => { service => 'xxx' })`
    is now applied and used for connections

0.009     2020-12-03 00:18:17+08:00 Asia/Kuala_Lumpur
    New features:

    - support PGSERVICE, PGSERVICEFILE and PGSYSCONFDIR for locating and using
    PostgreSQL service definitions

0.008     2019-07-16 20:40:17+08:00 Asia/Kuala_Lumpur
    No new features.

    Bugs fixed:

    - when creating a table, the primary key(s) were not quoted

0.007     2019-06-30 01:52:53+08:00 Asia/Kuala_Lumpur
    No new features.

    Bugs fixed:

    - improved query performance, particularly in COPY operations,
    by allowing multiple smaller writes to be combined

0.006     2019-06-04 23:47:47+08:00 Asia/Kuala_Lumpur
    New features:

    - some updates to handle primary keys on tables in ::DDL

0.005     2019-05-05 19:21:51+08:00 Asia/Kuala_Lumpur
    No new features.

    Bugs fixed:

    - improvement schema handling in DDL generation methods to be more consistent

0.004     2019-05-01 06:46:59+08:00 Asia/Kuala_Lumpur
    New features:

    - very basic type and table info retrieval, intended as a starting point
    to replace the common information_schema handling used in other databases.

0.003     2019-04-21 14:20:29+08:00 Asia/Kuala_Lumpur
    New features:

    - imported temporary schema generation templates in ::DDL

0.002     2019-04-20 15:18:59+08:00 Asia/Kuala_Lumpur
    New features:

    - ->write_len equivalent for ->read_len, defaults to 2MB (previously 8KB which was
    not so efficient when dealing with larger queries or bulk transfer such as COPY IN)
    - ->application_name support (for cases where it's not so easy to add that to the URI)

0.001     2019-04-15 06:29:39+08:00 Asia/Kuala_Lumpur
    Initial CPAN release