Settings and activity
24 results found
-
6 votesFelix Wu supported this idea ·
An error occurred while saving the comment -
5 votesFelix Wu supported this idea ·
-
55 votesFelix Wu supported this idea ·
-
10 votesFelix Wu supported this idea ·
-
5 votesFelix Wu supported this idea ·
-
2 votesFelix Wu supported this idea ·
-
41 votesFelix Wu supported this idea ·
-
6 votes
Although this sounds reasonable in practice and many Linux distributions follow this, the projects we run at Aiven do not. So we are unable to build secured versions of open-source projects for long-term support. This would require an immense amount of engineering to maintain legacy versions of these 11 open-source projects. We also run Linux infrastructure, which is not part of the LTS model, so this would be yet another issue with the idea of LTS. If you'd like to discuss more, I am happy to speak with you.
Felix Wu supported this idea · -
9 votes
An error occurred while saving the comment Felix Wu commentedI have a customer calling this API:
https://api.aiven.io/v1/account/*******/authenticationGetting the following without any details on the actual error:
HTTP/1.1 500 Internal Server Error
{"message":"Internal Server Error"}Felix Wu supported this idea · -
2 votes
An error occurred while saving the comment Felix Wu commenteddefaultdb=> CREATE EXTENSION pg_stat_statements;
CREATE EXTENSIONdefaultdb=> SELECT * FROM pg_settings WHERE name LIKE 'pg_stat_statements%';
name | setting | unit | category | short_desc | extra_desc | context | vartype | source | min_val | max_val | enumvals | boot_val | reset_val | sourcefile | sourceline | pending_restart
-----------------------------------+---------+------+--------------------+----------------------------------------------------------------------+------------+------------+---------+---------+---------+------------+----------------+----------+-----------+------------+------------+-----------------
pg_stat_statements.max | 5000 | | Customized Options | Sets the maximum number of statements tracked by pg_stat_statements. | | postmaster | integer | default | 100 | 1073741823 | | 5000 | 5000 | | | f
pg_stat_statements.save | on | | Customized Options | Save pg_stat_statements statistics across server shutdowns. | | sighup | bool | default | | | | on | on | | | f
pg_stat_statements.track | top | | Customized Options | Selects which statements are tracked by pg_stat_statements. | | superuser | enum | default | | | {none,top,all} | top | top | | | f
pg_stat_statements.track_planning | off | | Customized Options | Selects whether planning duration is tracked by pg_stat_statements. | | superuser | bool | default | | | | off | off | | | f
pg_stat_statements.track_utility | on | | Customized Options | Selects whether utility commands are tracked by pg_stat_statements. | | superuser | bool | default | | | | on | on | | | f
(5 rows)Felix Wu shared this idea · -
5 votes
An error occurred while saving the comment Felix Wu commentedThis is a must have for my customer.
Felix Wu supported this idea · -
13 votesFelix Wu supported this idea ·
-
13 votesFelix Wu shared this idea ·
-
20 votes
-
6 votesFelix Wu shared this idea ·
-
8 votes
An error occurred while saving the comment Felix Wu commentedGitHub - https://github.com/hydradatabase/hydra
Apache-2.0 license - https://github.com/hydradatabase/hydra/blob/main/LICENSE
https://www.hydra.so/Felix Wu shared this idea · -
24 votes
-
6 votesFelix Wu supported this idea ·
-
10 votes
-
52 votesFelix Wu supported this idea ·
As PG developer,
I want to use this new feature in pgbocuner 1.22.0
"support for the DISCARD ALL and DEALLOCATE ALL commands when enabling prepared statement support in transaction pooling mode (by setting max_prepared_statements to a non-zero value). This is an important improvement in the prepared statement support that clears the road for us to be able to enable prepared statement support by default in a future release."
https://www.pgbouncer.org/2024/01/pgbouncer-1-22-0