postgres icon indicating copy to clipboard operation
postgres copied to clipboard

PostgreSQL with extensibility and performance patches

Results 11 postgres issues
Sort by recently updated
recently updated
newest added

``` planner.c: In function ‘subquery_planner’: planner.c:2290:41: warning: ‘refType’ may be used uninitialized [-Wmaybe-uninitialized] 2290 | newrc->allRefTypes = (1

Hi! Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are [here](https://github.com/zamazan4ik/awesome-pgo/). Since PGO showed measurable improvements in database-like loads (MySQL, MariaDB, PostgreSQL and many others) I...

Orioled is an amazing idea. Currently, we can not directly access postgres from edge environments like Cloudflare workers and we need to develop a Rest API/Graphql server to access postgres...

Since discussions are turned off, I'm using issue. I would like to ask about PostgreSQL changes status and future direction, are they planned to be upstreamed to allow OrioleDB to...

https://github.com/babelfish-for-postgresql/ If you can merge babelfish's changes to pg, it will be convenient to migrate SQL SERVER applications. thanks. Bebelfish 为了hook pg ,修改了pg 的一些代码,orioledb也修改了pg的一些代码,这些修改是否可以合并? 方便迁移SQL Server相关的应用。 谢谢!

It's the same approach done in configure.ac.

Hi! Please advise on how to proceed You removed tuple_insert_speculative and some extension are still referencing it https://github.com/duckdb/pg_duckdb/blob/eb2c6bbbda413420e2f7c8d7806cb6b5adcde4b6/src/pgduckdb_table_am.cpp#L164

A previous commit, 73f1c62e1e70221d2b57e0c5ad1be4a1a80d3c53, added lines to the doc files which resulted in unclosed tags, which makes the docs build fail. I think this is what the author meant to...

The hook `RecoveryStopsHook` will allow to stop on `recovery_target_time` and `recovery_target_xid` options during PITR.

The hook `RecoveryStopsHook` will allow to stop on `recovery_target_time` and `recovery_target_xid` options during PITR.