17 product(s) were found in this category.
Description | License | Pricing | Publisher | |
---|---|---|---|---|
Apache Arrow Flight SQL adapter for PostgreSQL is a PostgreSQL extension that adds an Apache Arrow Flight SQL endpoint to PostgreSQL. Apache Arrow Flight SQL is a protocol to use Apache Arrow format to interact with SQL databases. You can use Apache Arrow Flight SQL instead of the PostgreSQL wire protocol to interact with PostgreSQL by Apache Arrow Flight SQL adapter for PostgreSQL. Apache Arrow format is designed for fast typed table data exchange. If
you want to get large data by |
Open source | 0 | Apache Arrow | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
HypoPG is a PostgreSQL extension adding support for hypothetical indexes. An hypothetical, or virtual, index is an index that doesn't really exists, and thus doesn't cost CPU, disk or any resource to create. They're useful to know if specific indexes can increase performance for problematic queries, since you can know if PostgreSQL will use these indexes or not without having to spend resources to create them. For more thorough information, please consult the oficial documentation. |
Open source | Free | Julien Rouhaud | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
logical_ddl is an extension for PostgreSQL that captures DDL operations on tables and helps them replicate over logical replication to subscribers. The extension is to decrease required amount of manual operations for DDLs and risk of stopping replication due to table definition mismatches when logical replication is used. |
Open source | Free | Samed YILDIRIM | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
login_look implements connection trigger functionality. This release prevents the login function from being executed on a standby |
Open source | Splendid Data | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
OpenFTS (Open Source Full Text Search engine) is an advanced PostgreSQL-based search engine that provides online indexing of data and relevance ranking for database searching. Close integration with database allows use of metadata to restrict search results. |
Open source | OpenFTS Project | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
PEV enables PG to have an enterprise-level operation and maintenance monitoring system like a commercial database.
|
Freeware | Nanjing CATINFO Technologies Co., Ltd./南京开特信息科技有限公司 | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
pg_lakehouse puts DuckDB inside Postgres. With pg_lakehouse installed, Postgres can query foreign object stores like S3 and table formats like Iceberg or Delta Lake. Queries are pushed down to DuckDB, a high performance analytical query engine. |
Open source | Open-source, with commercial support available | ParadeDB | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
pg_qualstats is a PostgreSQL extension keeping statistics on predicates found
in This is useful if you want to be able to analyze what are the most-often executed quals (predicates) on your database. The PoWA project makes use of this to provide advances index suggestions. It also allows you to identify correlated columns, by identifying which columns are most frequently queried together. |
Open source | Free | PoWA | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
pg_search is a Postgres extension that enables full-text search over heap tables using the BM25 algorithm. It is built on top of Tantivy, the Rust-based alternative to Apache Lucene, using pgrx. |
Open source | Open-source, with commercial support available | ParadeDB | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
Gathers statistics about real reads and writes done by the filesystem layer and a lot of other kernel metrics. It is provided in the form of an extension for PostgreSQL >= 9.4., and requires pg_stat_statements extension to be installed. PostgreSQL 9.4 or more is required as previous version of provided pg_stat_statements didn't expose the queryid field. |
Open source | Free | PoWA | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
pg_stat_monitor is a Query Performance Monitoring tool for PostgreSQL. It attempts to provide a more holistic picture by providing much-needed query performance insights in a single view. pg_stat_monitor provides improved insights that allow database users to understand query origins, execution, planning statistics and details, query information, and metadata. This significantly improves observability, enabling users to debug and tune query performance. pg_stat_monitor is developed on the basis of pg_stat_statements as its more advanced replacement. While pg_stat_statements provides ever-increasing metrics, pg_stat_monitor aggregates the collected data, saving user efforts for doing it themselves. pg_stat_monitor stores statistics in configurable time-based units – buckets. This allows focusing on statistics generated for shorter time periods and makes query timing information such as max/min/mean time more accurate. |
Open source | Percona | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
pg_track_settings is a small extension that helps you keep track of postgresql settings configuration. It provides a function (pg_track_settings_snapshot()), that must be called regularly. At each call, it will store the settings that have been changed since last call. It will also track the PostgreSQL start time if it's different from the last one. This extension tracks both overall settings (the pg_settings view) and overloaded settings (the pg_db_role_setting table). |
Open source | Free | Julien Rouhaud | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
PL/Proxy is database partitioning system implemented as PL language. |
Open source | Skype | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and has been certified as compliant with the "Types and Functions" profile. |
Open source | PostGIS PSC | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
PostPic is an extension for the open source dbms PostgreSQL that enables image processing inside the database, like PostGIS does for spatial data. It adds the new 'image' type to the SQL, and several functions to process images and to extract their attributes. |
Open source | Domenico Rotiroti | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
The prefix project implements text prefix matches operator ( Typical query like the following is now able to benefit from index lookups, as soon as the prefix column is of type
|
Open source | Freely available, BSD licence | Dimitri Fontaine | View |
Description | License | Pricing | Publisher | |
---|---|---|---|---|
Texcaller is a convenient interface to the TeX command line tools that handles all kinds of errors without much fuzz. It is written in plain C, is fairly portable, and has no external dependencies besides TeX. These PostgreSQL functions are simple wrappers around the Texcaller C interface library functions, bringing TeX typesetting into the world of relational databases. Invalid TeX documents are handled gracefully by simply returning NULL rather than aborting with an error. On failure as well as on success, additional processing information is provided via NOTICEs. |
Open source | Volker Grabsch | View |
Note: The PostgreSQL Global Development Group do not endorse or recommend any products listed, and cannot vouch for the quality or reliability of any of them.