Tobias Bussmann
Tobias Bussmann
MacOS uses case-insensitive file systems by default. Change the suggested Apache config in Caveats so that requests are passed to the handler regardless of the extension's case. Without this, the...
Currently, `auth_permission_dialog.dialog_executable_path` seems to be always taken from the application bundle, which has started the server. However the binaries to do so are preferably taken from the plist if these...
Currently, Postgres.app does try to connect to the selected server to show its databases. This is done on the configured port using a unix domain socket connection with the username...
We do currently list all databases in the GUI that accept connections (`datallowconn`) and order them alphabetically. The first one is selected. I'd like to suggest two improvements: 1. show...
Currently, we recommend to use a medium complex command[^1] to configure the path for CLI apps. This may scare users not used to the command line and doesn't give proper...
When running the tests of 0.8.0 (21f2297) built against QuickJS 2024-01-13 with PostgresSQL 16.2, the test 13 (`inline`) fails: ``` # using postmaster on Unix socket, default port ok 1...
OS: macOS 14 with XCode CLT 15.3 Building netcdf-c 4.9.3-rc1 (with `-DNETCDF_ENABLE_HDF5=OFF -DNETCDF_BUILD_UTILITIES=OFF`) works successfully, but running the tests show one failed test `21 - nc_test`: The following sub-tests fail...
Error when building against the git master of PostgreSQL: ``` plpgsql_debugger.c:685:61: error: no member named 'attrs' in 'struct TupleDescData' dbg_send( "v:%s.%s:%s\n", var_name, NameStr( rec_tupdesc->attrs[attNo].attname ), extval ? extval : "NULL"...
**Describe the solution you'd like** If the text in a cell is longer than the column width, the text is truncated and a `...` is displayed to indicate the horizontal...
The Spamhaus EDROP list has been integrated into their DROP list sind 2024-04-10 (See [Announcement](https://www.spamhaus.org/resource-hub/network-security/spamhaus-drop-and-edrop-to-become-a-single-list/)). The FireHOL [spamhaus_edrop list](https://iplists.firehol.org/?ipset=spamhaus_edrop) (which is included in `firehole_level1`!) is stale since then. Further, they...