1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 09, 2025 — Jan 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Feature Request 1010955: Add option to have pljava.so built with the runtime path of libjvm.so More... about 15 years ago
Bugfix 1010660: Be clear about not building with JDK 1.6 More... about 15 years ago
1.4.2 Release More... about 15 years ago
Bugfix 1010956: Function returning complex objects with POD arrays cause a segfault More... about 15 years ago
Bugfix 1010956: Function returning complex objects with POD arrays cause a segfault More... about 15 years ago
Bugfix 1010956: Function returning complex objects with POD arrays cause a segfault More... about 15 years ago
Bugfix 1010956: Function returning complex objects with POD arrays cause a segfault More... about 15 years ago
Bugfix 1010956: Function returning complex objects with POD arrays cause a segfault More... about 15 years ago
Bugfix 1010953: Segfault when assigning an array to ResultSet column More... about 15 years ago
1.4.1 Release More... about 15 years ago
Bugfix: 1010954 More... about 15 years ago
Bugfix #1010712: Memory leak plugged. More... about 15 years ago
Bugfix #1010189: javac is now called with -g if it's present in pg_config --cflags. More... about 15 years ago
Reverted Java 6 changes. More... about 15 years ago
Implementing the new Java 6 JDBC interfaces. More... about 15 years ago
Fix ambiguity when compiling with Java 6. More... about 15 years ago
Implementing the new Java 6 JBDC interfaces. More... over 15 years ago
Implementing the new Java 6 JBDC interfaces. More... over 15 years ago
Clean up a warning about byteasend and bytearecv not having a prototype when building against 9.0 as those declarations are now in a new header file. More... over 15 years ago
Update the build system to be able to build against alpha releases that are being put out in the 9.0 series. More... over 15 years ago
Naturally my first commit in ages is completely busted. Typo PGSQL_MAJOR_VAR -> PGSQL_MAJOR_VER. More... over 15 years ago
Update pljava to build against 9.0devel. Mostly just changing the conditional compilation to understand the 9.0 version number. GetConfigOption's API has also changed slightly. More... over 15 years ago
Implement Connection.getCatalog. More... over 16 years ago
Add support for building against RC releases with a lowercase rc designation, such as 8.4rc1. Previously we only supported the uppercase form. More... over 16 years ago
If the call to a type output function is the first pljava call in a session, we get a crash. The first pljava call results in a SPI connection being established and torn down. The type output function was allocating the result in the SPI memory context which gets destroyed prior to returning the data to the caller. Allocate the result in the correct context to survive function exit. More... almost 17 years ago
Handle passed by value data types by reading and writing directly to the Datum rather than dereferencing it. More... almost 17 years ago
When creating a variable length data type, the code was directly assigning the varlena header length rather than going through an access macro. The header format changed for the 8.3 release and this manual coding was not noticed and changed accordingly. Use SET_VARSIZE to do this correctly. More... almost 17 years ago
The previous commit to fix custom variable setup was busted. The argument order was wrong for integer variable setup. More... almost 17 years ago
The server's executor/spi.h header has been changed to remove includes that it doesn't need itself. Before we were relying on these files implicitly being included, so just make that explicit now. More... almost 17 years ago
Make pljava build against the server 8.4 development tree. Change how custom GUC variables are setup to provide an explicit default. More... almost 17 years ago