Red Plasma is the Ruby bindings of Plasma. Red Plasma is based on GObject
Introspection.
Plasma is an in-memory object store and cache for big data.
GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.
Red Plasma uses Plasma GLib and gobject-introspection gem to generate Ruby
bindings of Plasma.
See also: https://github.com/apache/arrow/tree/master/ruby/red-plasma
Red Parquet is the Ruby bindings of Apache Parquet. Red Parquet is based on
GObject Introspection.
Apache Parquet is a columnar storage format.
GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.
Red Parquet uses Apache Parquet GLib and gobject-introspection gem to generate
Ruby bindings of Apache Parquet.
See also: https://github.com/apache/arrow/tree/master/ruby/red-parquet
Red Gandiva is the Ruby bindings of Gandiva. Red Gandiva is based on GObject
Introspection.
Gandiva is a toolset for compiling and evaluating expressions on Arrow data.
GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.
Red Gandiva uses Gandiva GLib and gobject-introspection gem to generate Ruby
bindings of Gandiva.
See also: https://github.com/apache/arrow/tree/master/ruby/red-gandiva
Red Arrow Dataset is the Ruby bindings of Apache Arrow Dataset. Red Arrow
Dataset is based on GObject Introspection.
Apache Arrow Dataset is one of Apache Arrow components to read and write
semantic datasets stored in different locations and formats.
GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.
Red Arrow Dataset uses Apache Arrow Dataset GLib and gobject-introspection gem
to generate Ruby bindings of Apache Arrow Dataset.
See also: https://github.com/apache/arrow/tree/master/ruby/red-arrow-dataset
Red Arrow is the Ruby bindings of Apache Arrow. Red Arrow is based on GObject
Introspection.
Apache Arrow is an in-memory columnar data store. It's used by many products for
data analytics.
GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.
Red Arrow uses Apache Arrow GLib and gobject-introspection gem to generate Ruby
bindings of Apache Arrow.
See also: https://github.com/apache/arrow/tree/master/ruby/red-arrow
Arrow GLib is a wrapper library for Arrow C++. Arrow GLib provides C API.
Arrow GLib supports GObject Introspection. It means that you can create language
bindings at runtime or compile time.
See also: https://github.com/apache/arrow/tree/master/c_glib
This skips over a bunch of releases, including several
API breaks. Do check compatibility if you are using
asql. The latest release adds UTF-8 string views.
https://github.com/cutelyst/asql/releases
Several bug fixes were applied for PostgreSQL 15 during the RC 1 period.
These include:
Reverting the "optimized order of GROUP BY keys" feature.
Fix behavior for the \g command in psql with multi-command strings.
Fix memory leak in single-column sorts.
Fix for behavior of PQsslAttribute libpq function.
To upgrade to PostgreSQL 15 RC 2 from earlier versions of PostgreSQL,
you will need to use a major version upgrade strategy, e.g. pg_upgrade
or pg_dump / pg_restore. For more information, please visit the
documentation section on upgrading.
URL: https://www.postgresql.org/docs/15/static/upgrading.html
Release notes: https://www.postgresql.org/about/news/postgresql-15-rc-2-released-2521/