-
### Steps to reproduce
(Also available as a [gist](https://gist.github.com/thefloweringash/3f4deabebb7920fbae3898d175743dc2) with docker-compose configuration).
```ruby
# frozen_string_litera…
-
We've been trying `Postgrex` and `epgsql` as a client library for Pgpool-II in our Elixir project. Both seem to fail when it comes to extended queries with params. Maybe someone can shed some light an…
-
![image](https://github.com/ifad/chronomodel/assets/556268/0bc2fdce-2bac-4755-8b07-35c4bbc2332f)
so we know. that the validity of an object is an open ended range `[t1,t2)`
but if there is somet…
-
For a table, in some cases, there are indexes that are not listed. I suspect that this is because they are not using btree.
![Capture du 2020-08-24 09-38-18](https://user-images.githubusercontent.c…
-
I'm on Rails 4.0 which [has support for Postgres range data types](https://github.com/rails/rails/pull/7345).
> PostgreSQL ranges type support. Includes: int4range, int8range, numrange, tsrange, …
-
Jira Link: [DB-2563](https://yugabyte.atlassian.net/browse/DB-2563)
Creating this for tracking purposes.
Observed using single-node YB-2.4.0.0 cluster on macOS.
```
\set VERBOSITY verbose
cre…
-
Tisch doesn't seem to have support for [range types](https://www.postgresql.org/docs/9.6/static/rangetypes.html)
I'm not versed in Tisch's internals, but adding the following code:
```haskell
imp…
-
Using the `wal2json` logical decoding output plugin and explicitly setting `align_lsn` to true as in the document on streaming, the code crashes with `** (FunctionClauseError) no function clause match…
-
Currently the `occurrences()` function (and possibly others) does not respect daylight savings. This means that a recurrence rule that crosses daylight savings will report wrong times for occurrences …
-
Special case of #25123.
> Range types are data types representing a range of values of some element type (called the range's subtype). For instance, ranges of timestamp might be used to represen…