Skip to content

RPostgres 1.0-4

Compare
Choose a tag to compare
@krlmlr krlmlr released this 30 Dec 08:24
· 1129 commits to main since this release
  • Only call PQcancel() if the query hasn't completed, fixes transactions on Amazon RedShift (#159, @mmuurr).
  • Fix installation on MacOS.
  • Check libpq version in configure script (need at least 9.0).
  • Fix UBSAN warning: reference binding to null pointer (#156).
  • Fix rchk warning: PROTECT internal temporary SEXP objects (#157).
  • Fix severe memory leak when fetching results (#154).