1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-13 11:23:59 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Joel Martin
08e44c41d6 plpgsql: testing via Makefile/Docker container.
- Add Dockerfile for an image with postgres installed that
  automatically starts the server when the docker image is started.
- Fix Unicode issue with keywords that caused "requested character too
  large for encoding: 670" when used with rebuilt docker image.
  Switched from 0x29e (670) to 0x7f (127) as the keyword string
  prefix.
- Add default PSQL user as "postgres" in wrap.sh
2016-05-02 23:37:16 -05:00
Joel Martin
4facce82c4 plpgsql: remove type table. Fix slurp.
- Use COPY FROM PROGRAM to invoke sed to double backslashes before
  reading into the table.
2016-05-02 23:37:16 -05:00
Joel Martin
b642c0db34 plpgsql: refactor/remove collection table. Add seq/conj. 2016-05-02 23:37:16 -05:00
Joel Martin
767d735da5 plpgsql: add time-ms, use bigints, add indexes for perf. 2016-05-02 23:37:16 -05:00
Joel Martin
97c0256db7 plpgsql: stepA, hash-maps, metadata. 2016-05-02 23:37:16 -05:00
Joel Martin
53105a7728 plpgsql: IO using stream table. Add keywords. 2016-05-02 23:37:16 -05:00
Joel Martin
b29f08ad80 plpgsql: add steps7-9 2016-05-02 23:37:15 -05:00
Joel Martin
5340418b47 plpgsql: steps 4-6. 2016-05-02 23:37:15 -05:00
Joel Martin
adc5b4fb54 plpgsql (Postgres PL/pgSQL): steps 0-3. 2016-05-02 23:37:15 -05:00