-
Before my tests, I am trying to create some seed entries in the database. After doing so, I am testing some crud operations. However, I am not able to set the serial counter using sql statement like "…
-
While merging the original `@PG` headers now works great, it looks like there is no PP: tag added. Ex.:
```
$ samtools view -H 12MapBWA/BASE__r03_F000__01.bam | grep "^@PG"
@PG ID:bwa PN:bwa VN:0…
-
# Describe the bug
If you create index on a column that is defined as `UNIQUE`, it stops being unique if you add index to it. Defining it as `CREATE UNIQUE INDEX` fixes it but it behaves differentl…
-
typeorm introduced this change [link to diff](https://github.com/typeorm/typeorm/commit/eb82f786cbe3244351d5860289dace3169cf473b#diff-b924b9a6d4ab4328f4ad59d4d96b794f6a1975fae8d1d3708909e31c151730b9R1…
-
**Setup:**
We are running postgres server in containers on Kubernetes cluster.
**Issue:**
While looking at the pg_auto_failover debug logs, found an interesting log snippet related to pgtuning:
…
-
Hi, I've recently found this package which looks extremely promising for upgrading our development environments from Postgres 15 to Postgres 16.
I'm trying to attempt the one-shot upgrade of a larg…
-
He,
Just tried your iDRAC Sever Monitor and somehow cannot get it to work (anymore).
**Background:**
Server: Dell R210 II
iDRAC: v.6 firmware version 2.90 (build 04)(express and enterprise modul…
-
Hi @Matafou
Thanks for your work on the new indentation engine! Here are a few things that could be improved.
The following samples are indented how I would expect them; PG's new indentation c…
-
I'm getting a panic when I try to parse an nytprof.out file with nytprofcalls (via nytprofhtml). This is the last few lines of output from nytprofcalls -d nytprof.out.1026:
```
< 6 DBD::Pg::db::prep…
-
I ran into the `type "tstzrange" does not exist` error when I init table with pg-mem.
It looks like [range of timestamp type](https://www.postgresql.org/docs/9.3/rangetypes.html) is not implemente…