Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove slonik, insert postgres.js #564

Closed
wants to merge 10 commits into from
Closed

remove slonik, insert postgres.js #564

wants to merge 10 commits into from

Commits on Jul 26, 2022

  1. wip: most of porsagres port complete. only streaming problems left.

    * 1472 passing tests, 209 pending.
    issa-tseng committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    932d273 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. wip: working streams implementation in porsagres.

    * porsagres does not support multiple portals at once, so we have to
      serialize what were previously parallel streams.
      * we bottleneck at the csv => zip output anyway so it doesn't matter.
    * using the callback interface and abusing the Promise lock to create
      a backpressure mechanism.
    issa-tseng committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    75a9498 View commit details
    Browse the repository at this point in the history
  2. test: fix last two tests from porsagres refactor.

    * the error gets passed all the way out now on .begin as opposed to
      .transaction before, so it's both a nice place to handle it as well as
      a necessary error to handle or the tests crash.
    issa-tseng committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1326460 View commit details
    Browse the repository at this point in the history
  3. improve: formalize tap and allow it to take prefix params.

    * see comments in tap.js for details.
    issa-tseng committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0169e55 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    eedfd26 View commit details
    Browse the repository at this point in the history
  2. i cant

    issa-tseng committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    4f4a2e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    dfcef3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    240ca85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce225b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c63809 View commit details
    Browse the repository at this point in the history