Jesper Pedersen

Results 82 issues of Jesper Pedersen

In case you toggle a progress point the UI will fail to update and some times switch to a canonical path - e.g. /path/to/file.c:1 instead of just file.c:1 Changing "Sort...

info needed

When profiling the following programs coz will fail to find optimizations of the methods; showing a slowdown when optimizing -- in most cases. Compile with ``` gcc -O0 -fno-omit-frame-pointer -gdwarf-4...

Requires updates to SASL prep

enhancement
community

We need to kill the connection if the driver never sends the 'X' message

bug

See https://redmine.postgresql.org/issues/5566

feature
community

Support TLS v1.2 and TLS v1.3. * Extend the `server` structure with the required configuration parameters * Extend the `connection` structure with the `SSL_SESSION` data (`i2d_SSL_SESSION()`)

feature
community

This should be done as a separate pipeline

feature

A query cache could help in scenarios where clients execute the same query over and over again. Using the cache we don't have to contact PostgreSQL for the result. The...

feature
community