Skip to content

v42.2.24

Compare
Choose a tag to compare
@vlsi vlsi released this 19 Feb 08:12
512799b

What's Changed

  • fix: backpatch PR#2217 handle OIDs >= 2**31 to fix issue #2215. by @davecramer in #2218
  • fix: NPE calling getTypeInfo when alias is null by @davecramer in #2220
  • Fix updateable result set when there are primary keys and unique keys by @chalmagr in #2228
  • remove old changelog information from post. Incorrectly added by development script that is clearly still in development [SKIP-CI] by @davecramer in #2240
  • backpatch pr#2245 fixes case where duplicate tables are returned if there are duplicate descriptions oids are not guaranteed to be unique in the catalog by @davecramer in #2248
  • Backpatching #2251 into 42.2 Clean up open connections to fix test failures on omni and appveyor by @sehrope in #2252
  • Backpatch PR 2242 into 42.2: PgDatabaseMetaData.getIndexInfo() cast operands to smallint by @jsyrjala in #2253
  • backpatch PR#2247 fix: handle ParameterStatus messages in QueryExecutorImpl.receiveFastpathResult by @davecramer in #2249
  • Backport PR2148 into 42.2.x Avoid leaking server error details through BatchUpdateException when logServerErrorDetail=false by @jp7677 in #2254
  • fix startup regressions caused by PR #1949. Instead of checking all types by OID, we can return types for well known types by @davecramer in #2257
  • Changelog 42.2.24 by @davecramer in #2258

New Contributors

Full Changelog: REL42.2.23...REL42.2.24