github EnterpriseDB/mongo_fdw REL-5_2_9

latest releases: REL-5_5_2, REL-5_5_1, REL-5_5_0...
3 years ago

This release comes with the following major change:

  1. Updated autogen.sh to fetch mongo-c-driver 1.17.3 and json-c 0.15. This allows us to support MongoDB server 4.4 now.
  2. Support for v9.5 is removed.

Other changes:

  1. Fixes crash with the queries involving LEFT JOIN LATERAL.
  2. Add JSONC_CFLAGS environment variable to cmake while building json-c library so that a few platform-specific environment variables can be exported.
  3. Restrict fetching PostgreSQL-specific system attributes from the remote relation to avoid a server crash.
  4. Refactor the WHERE pushdown code a bit to inline with the postgres_fdw code.
  5. Correct the exit status in autogen.sh. The script fails upon error and returns a non-zero return code.
  6. Fall back to cmake if cmake3 is not present so that the system having only cmake (with version required) can work without failure.

Don't miss a new mongo_fdw release

NewReleases is sending notifications on new releases.