pgsql plugin: New, from the pgsql microcode module.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sun, 2 Jul 2017 20:20:56 +0000 (13:20 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sun, 2 Jul 2017 20:20:56 +0000 (13:20 -0700)
commit8c4a14530ba6f3f3bec5b8246242eaf03e01c183
tree653345d144232d74d0c5ce1289b547bfb0093b27
parent05e06f8284982c07e849ab1aad0fde77ea7c01be
pgsql plugin: New, from the pgsql microcode module.
18 files changed:
src/pgsql/AUTHORS [new file with mode: 0644]
src/pgsql/COPYING [new file with mode: 0644]
src/pgsql/ChangeLog [new file with mode: 0644]
src/pgsql/Makefile.am [new file with mode: 0644]
src/pgsql/NEWS [new file with mode: 0644]
src/pgsql/README [new file with mode: 0644]
src/pgsql/autogen.sh [new file with mode: 0755]
src/pgsql/compile.scm [new file with mode: 0644]
src/pgsql/configure.ac [new file with mode: 0644]
src/pgsql/make.scm [new file with mode: 0644]
src/pgsql/optiondb.scm [new file with mode: 0644]
src/pgsql/pgsql-check.scm [new file with mode: 0644]
src/pgsql/pgsql-check.sh [new file with mode: 0755]
src/pgsql/pgsql-shim.h [new file with mode: 0644]
src/pgsql/pgsql.cdecl [new file with mode: 0644]
src/pgsql/pgsql.pkg [new file with mode: 0644]
src/pgsql/pgsql.scm [new file with mode: 0644]
src/pgsql/tags-fix.sh [new file with mode: 0755]