Skip to content

REL-5_2_9

Compare
Choose a tag to compare
@jeevanchalke jeevanchalke released this 15 Jun 06:00
· 73 commits to master since this release

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.