Lukas Fittl

Results 20 issues of Lukas Fittl

Right now we get very unreasonable plans, because of statistics not being identical to the real system. For a very basic "can it use an index?" usage this suffices, but...

Leaving this as draft for now until https://github.com/pganalyze/collector/pull/526 is merged (which defines PostgresVersion17), and to give the [upstream work](https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=667e65aac354975c6f8090c6146fceb8d7b762d6) a bit longer to settle.

This uses Postgres' PL/pgSQL parser (as extracted in libpg_query) to parse a PL/pgSQL CREATE FUNCTION statement into the AST. ## TODO * [ ] Add a test showing an example

Reviewing #244 I noticed that we appear to incorrectly wrap `ival`, `sval`, etc twice when outputting `A_Const` nodes. That does not match the Protobuf JSON approach, which intends to have...

This is intended to help identify servers that belong together, to allow the pganalyze app to group them in an overview, offer data in combined views, or allow Index Advisor...

Based on a config snippet shared by Rauan Mayemir: https://github.com/pganalyze/collector/pull/711#issuecomment-2948706273 Refined to map kubernetes resource information into the log record (matching the format we see from Fluentbit), and adding a...

Plus some minor prep work to help with that, see individual commits. Follow-up from #747.

As noted in #711: > I would like to include native support for more kinds of logs from https://cloudnative-pg.io/documentation/1.26/logging/#other-logs, e.g wal-archive in particular. It would give great visibility into issues...

See https://github.com/pganalyze/libpg_query/pull/293 We should hold off on merging until we have a tagged libpg_query release. For context, this was updated locally to the latest libpg_query `17-latest` tip, through pointing the...

(against `17-latest` for the review, but for release we will instead rename the branch to `18-latest`) ## TODO * [ ] Fix "#include " error with CI (and presumably any...