pljava
pljava copied to clipboard
PL/Java is a free add-on module that brings Java™ Stored Procedures, Triggers, Functions, Aggregates, Operators, Types, etc., to the PostgreSQL™ backend.
The releases should include official docker images as part of the release cycle. There are several reasons: - people regularly ask for them - people will write their own, encounter...
This came up when working with docker-based images and thinking of how they can be used in CI/CD pipelines. These pipelines are great for consistency since you always start with...
This issue is a place to hang a few notes on the issues involved in adding support for stored procedures written in Java instead of plpgsql etc. That means the...
This is prototype based on the blackhole_fdw. That is - the required method are the minimum required for the FDW to be loaded. There's quite a bit of extra code...
Skeleton of bottom-up FDW design. The idea is to fully implement the FDW in the C backend but provide an SPI that can be implemented in java and called via...