Tobias Bussmann
Tobias Bussmann
It is possible to configure multiple servers on the same Port _and_ activate `Automatically start server` in the `Server Settings...` window for them. Having multiple servers defined on the same...
If a "Port xyz is already in use" error is displayed, we have multiple servers configured and the sidebar is hidden, we should automatically unhide it as there is the...
If you try to build an extension against a universal Apple Silicon/Intel version of PostgreSQL (PostgresApp ships universal binaries from PostgreSQL 14 onward) on an older macOS with a build...
We currently support building extensions and compiling against the libraries of PostgresApp by providing a working `pg_config`. However there is a second [supported](https://www.postgresql.org/docs/current/libpq-build.html) way using `pkg-config`, however we do exclude...
one of the major new features in PostgreSQL 11 will be the [JIT support](https://www.postgresql.org/docs/11/static/jit.html). To be able to activate this new feature (disabled by default from beta 4 onwards), postgres...
While I'm not sure if this would still fit in the scope of this nice extension, I'd like to propose extending the existing infrastructure to allow scheduling of jobs on...
given two databases t and v each containing a simple table or view both with the same name. dbtoyaml would produce the following yaml: Database t: ``` schema public: description:...
taken from the Sparkle release notes
* the restoration of compatibility with older versions os macOS isn't mentioned in the Sparkle Release Notes nor in the "Versions" section of README.md (but it is mentioned under "Requirements")...
Here are some initial test results of 1.7.0 (17) on 10.13.6 (both on a clean installed VM and a system that was successfully using iTunes Volume Control 1.6.7 (255) before):...