Skip to content

Instantly share code, notes, and snippets.

@flyingfz
Forked from joelonsql/PostgreSQL-EXTENSIONs.md
Created March 14, 2024 06:52
Show Gist options
  • Save flyingfz/fd970cb0d019f6c48aebdd45860fd547 to your computer and use it in GitHub Desktop.
Save flyingfz/fd970cb0d019f6c48aebdd45860fd547 to your computer and use it in GitHub Desktop.

Revisions

  1. @joelonsql joelonsql revised this gist Jan 4, 2024. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -4191,3 +4191,7 @@ If some repo is missing, please write a comment with the url.
    - https://postgis.net/ ⭐️⭐️⭐️

    PostGIS spatial database extension to PostgreSQL

    - https://github.com/pgpointcloud/pointcloud ⭐️⭐️

    A PostgreSQL extension for storing point cloud (LIDAR) data.
  2. @joelonsql joelonsql revised this gist Jan 4, 2024. 1 changed file with 17 additions and 41 deletions.
    58 changes: 17 additions & 41 deletions PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -23,6 +23,14 @@ If some repo is missing, please write a comment with the url.

    ## Uncategorized

    - https://github.com/apache/age ⭐️⭐️⭐️

    Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.

    - https://github.com/chanukyasds/pg_math ⭐️

    pg_math extension to support statistical distribution functions for PostgreSQL

    - https://github.com/michelleliza/1nf-stppattern-psql-extension
    - https://github.com/bitnine-oss/AgensGraph-Extension ⭐️⭐️

    @@ -37,7 +45,6 @@ If some repo is missing, please write a comment with the url.
    FESTIval is a PostgreSQL extension for conducting performance evaluations of spatial indices

    - https://github.com/NikitOS94/MDBQT
    - https://github.com/Rahila/Median
    - https://github.com/NikitOS94/MonQ

    MonQ - postgreSQL extension for MongoDB query support
    @@ -535,14 +542,6 @@ If some repo is missing, please write a comment with the url.

    Similar images search for PostgreSQL

    - https://github.com/ArturFormella/imgsmlr

    Similar images search for PostgreSQL

    - https://github.com/Irytacja/imgsmlr

    Similar images search for PostgreSQL

    - https://github.com/apache/incubator-age ⭐️⭐️

    Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
    @@ -679,10 +678,6 @@ If some repo is missing, please write a comment with the url.

    Livewire: Power delivery modelling in postgresql

    - https://github.com/rhysallister/livewire

    Power delivery modeling

    - https://github.com/Houdini/log_entries

    course hacking postgresql, task 1
    @@ -875,10 +870,6 @@ If some repo is missing, please write a comment with the url.

    PostgreSQL extension for unlimited precision integers.

    - https://github.com/craigbranscom/pg-biguint

    Postgres extension for unsigned 64-bit integers.

    - https://github.com/truthly/pg-cbor

    🧬🐘 The Concise Binary Object Representation (CBOR) data format (RFC 7049) implemented in pure SQL.
    @@ -972,10 +963,6 @@ If some repo is missing, please write a comment with the url.

    Postgres extension for ID generation based on Instagram ID

    - https://github.com/adjust/pg-os_name

    a os_name extension for postgres

    - https://github.com/wulczer/pg-progress

    Query progress estimation for PostgreSQL
    @@ -1532,10 +1519,6 @@ If some repo is missing, please write a comment with the url.

    Debian packaging for pg_logfebe

    - https://github.com/funbringer/pg_logging

    PostgreSQL logging interface

    - https://github.com/postgrespro/pg_logging ⭐️

    PostgreSQL logging interface
    @@ -1859,7 +1842,7 @@ If some repo is missing, please write a comment with the url.

    patched version of pg_shard for PPAS.

    - https://github.com/funbringer/pg_shardman
    - https://github.com/kotsachin/pg_shardman

    PostgreSQL sharding built on pg_pathman, postgres_fdw and logical replication

    @@ -2476,7 +2459,6 @@ If some repo is missing, please write a comment with the url.

    PostgreSQL Unit Testing Suite

    - https://github.com/panwenhang/pgtools
    - https://github.com/gavioto/pgtsql

    pgtsql clone https://bitbucket.org/openscg/pgtsql
    @@ -2684,7 +2666,6 @@ If some repo is missing, please write a comment with the url.
    PostgreSQL extension to generate SHA256-CRYPT and SHA512-CRYPT password hashes

    - https://github.com/NaokiNakamichi/postgres_extension
    - https://github.com/johto/postgres_numeric_trim
    - https://github.com/MasaoFujii/postgres_security
    - https://github.com/citusdata/postgres_vectorization_test ⭐️⭐️

    @@ -2754,10 +2735,6 @@ If some repo is missing, please write a comment with the url.

    VelocyPack support for PostgreSQL

    - https://github.com/danielbulger/postgresql-wilson-ext

    PostgreSQL extension for calculating the bounds of a Wilson Score Interval

    - https://github.com/overplumbum/postgresql-zlib
    - https://github.com/Lemaf/postgresql-zlib
    - https://github.com/pavilkau/postgresql_anatomy
    @@ -2867,7 +2844,6 @@ If some repo is missing, please write a comment with the url.

    This PostgreSQL extension implements tables and views to get information about server resources : CPU, RAM, partitions, SO, etc

    - https://github.com/gilt/role_manager
    - https://github.com/reshke/router
    - https://bitbucket.org/adunstan/row_to_csv

    @@ -3192,7 +3168,9 @@ If some repo is missing, please write a comment with the url.

    RUM access method - inverted index with additional information in posting lists

    - https://github.com/orioledb/orioledb ⭐️⭐️⭐️

    OrioleDB – building a modern cloud-native storage engine

    ## Aggregate Functions

    @@ -3685,7 +3663,6 @@ If some repo is missing, please write a comment with the url.

    This project provides federated access to Clickhouse cluster from Postgres, with the ability to write FDW API functions in GO.

    - https://github.com/x4m/clickhouse_fdw
    - https://github.com/Percona-Lab/clickhousedb_fdw ⭐️⭐️

    PostgreSQL's Foreign Data Wrapper For ClickHouse
    @@ -4151,17 +4128,17 @@ If some repo is missing, please write a comment with the url.

    PL/SWI-Prolog - SWI-Prolog as a PostgreSQL Procedural Language

    - https://github.com/Geodan/plv8_geo ⭐️
    - https://github.com/plv8/plv8 ⭐️⭐️⭐️

    PLV8 functions for geospatial data
    V8 Engine Javascript Procedural Language add-on for PostgreSQL

    - https://github.com/slardiere/plv8_modules
    - https://github.com/plv8/pljs ⭐️⭐️

    Load JS modules in PostgreSQL/PLv8
    PLJS - Javascript Language Plugin for PostreSQL

    - https://github.com/rapportive-oss/plv8js
    - https://github.com/Geodan/plv8_geo ⭐️

    Integration between Postgres and the V8 Javascript Runtime
    PLV8 functions for geospatial data

    - https://github.com/petere/plxslt ⭐️

    @@ -4214,4 +4191,3 @@ If some repo is missing, please write a comment with the url.
    - https://postgis.net/ ⭐️⭐️⭐️

    PostGIS spatial database extension to PostgreSQL

  3. @joelonsql joelonsql revised this gist Feb 23, 2022. 1 changed file with 20 additions and 1 deletion.
    21 changes: 20 additions & 1 deletion PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -21,7 +21,6 @@ If some repo is missing, please write a comment with the url.
    - [Spatial and Geographic Objects](#spatial-and-geographic-objects)



    ## Uncategorized

    - https://github.com/michelleliza/1nf-stppattern-psql-extension
    @@ -641,6 +640,10 @@ If some repo is missing, please write a comment with the url.

    Takes a logical decoding stream from postgresql and outputs it in a pluggable and safe way

    - https://bitbucket.org/adunstan/jsoncmp

    Comparison ops for JSON

    - https://github.com/everilae/jsonfun

    Additional JSON functions PostgreSQL extension
    @@ -888,6 +891,10 @@ If some repo is missing, please write a comment with the url.

    PostgresSQL extension for storing chess positions

    - https://bitbucket.org/adunstan/pg-closed-ranges

    Closed forms of discrete builtin ranges

    - https://github.com/zejn/pg-colors

    PostgreSQL C implementation of Delta E CIE color distance functions.
    @@ -2839,6 +2846,10 @@ If some repo is missing, please write a comment with the url.

    PostgreSQL's FDW to redis

    - https://bitbucket.org/adunstan/redis_wrapper

    A thin layer over the Redis API

    - https://github.com/heisice/redis_wrapper
    - https://github.com/okbob/replace_empty_string

    @@ -2858,6 +2869,10 @@ If some repo is missing, please write a comment with the url.

    - https://github.com/gilt/role_manager
    - https://github.com/reshke/router
    - https://bitbucket.org/adunstan/row_to_csv

    Generate a CSV line from a row

    - https://github.com/ryapric/rpg

    PostgreSQL extension to add data manipulation functions such as what's available in the R language
    @@ -3991,6 +4006,10 @@ If some repo is missing, please write a comment with the url.

    - https://github.com/qingqibing/redis_fdw-dev
    - https://github.com/asotolongo/rep_fdw
    - https://bitbucket.org/adunstan/rotfang-fdw

    FDW to generate random data

    - https://github.com/nahanni/rw_redis_fdw ⭐️
    - https://github.com/gsiz007/rw_redis_fdw
    - https://github.com/umitanuki/s3_fdw ⭐️
  4. @joelonsql joelonsql revised this gist Feb 23, 2022. 1 changed file with 4 additions and 6 deletions.
    10 changes: 4 additions & 6 deletions PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -20,6 +20,8 @@ If some repo is missing, please write a comment with the url.
    - [Procedural Languages](#procedural-languages)
    - [Spatial and Geographic Objects](#spatial-and-geographic-objects)



    ## Uncategorized

    - https://github.com/michelleliza/1nf-stppattern-psql-extension
    @@ -3651,12 +3653,8 @@ If some repo is missing, please write a comment with the url.

    PostgreSQL extension that Foreign Data Wrapper for AEROSPACE_FDW.

    - https://github.com/chenquanzhao/blackhole_fdw
    - https://github.com/hcyGo/blackhole_fdw
    - https://github.com/pgsql-tw/blackhole_fdw

    Import from https://bitbucket.org/adunstan/blackhole_fdw

    - https://bitbucket.org/adunstan/blackhole_fdw
    - https://github.com/chenquanzhao/blackhole_fdw
    - https://github.com/jaiminpan/cassandra2_fdw ⭐️

    fdw for cassandra2
  5. @joelonsql joelonsql revised this gist Feb 23, 2022. 1 changed file with 49 additions and 40 deletions.
    89 changes: 49 additions & 40 deletions PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -18,6 +18,7 @@ If some repo is missing, please write a comment with the url.
    - [Dictionaries](#dictionaries)
    - [Foreign Data Wrappers](#foreign-data-wrappers)
    - [Procedural Languages](#procedural-languages)
    - [Spatial and Geographic Objects](#spatial-and-geographic-objects)

    ## Uncategorized

    @@ -36,10 +37,6 @@ If some repo is missing, please write a comment with the url.

    - https://github.com/NikitOS94/MDBQT
    - https://github.com/Rahila/Median
    - https://github.com/MobilityDB/MobilityDB ⭐️⭐️

    MobilityDB is a geospatial trajectory data management & analysis platform, built on PostgreSQL and PostGIS.

    - https://github.com/NikitOS94/MonQ

    MonQ - postgreSQL extension for MongoDB query support
    @@ -174,10 +171,6 @@ If some repo is missing, please write a comment with the url.

    A baseline for PostgreSQL hooks

    - https://github.com/2ndquadrant-it/brin4postgis

    A PostgreSQL extension to add BRIN indexing for PostGIS geometries

    - https://github.com/kayform/bwcontrol

    Control replication process on postgresql interactive terminal.
    @@ -466,10 +459,6 @@ If some repo is missing, please write a comment with the url.

    PostgreSQL generic SQL statements scheduler without additional dependencies (requires 9.5)

    - https://github.com/mnelemans/geohash-extra

    Additional functionality for geohashing with PostGIS

    - https://github.com/GeoHistoricalData/geohistorical_objects

    A postgres extension for simple, efficient, clean, future proof handling of geographical & historical objects
    @@ -1026,10 +1015,6 @@ If some repo is missing, please write a comment with the url.

    TOAST inspection utils for postgres

    - https://github.com/ahmetkucuk/pg-trajectory

    PostgreSQL/PostGIS extension for spatiotemporal data

    - https://github.com/einhverfr/pg-trumpet

    Partial table replication for PostgreSQL
    @@ -1506,10 +1491,6 @@ If some repo is missing, please write a comment with the url.

    PostgreSQL 插件pg_kmcb

    - https://github.com/siose-innova/pg_landmetrics

    A Postgres/PostGIS extension for landscape metrics calculations.

    - https://github.com/RhodiumToad/pg_lextest

    tiny module for lexer benchmarking
    @@ -2045,10 +2026,6 @@ If some repo is missing, please write a comment with the url.

    Transfer manager auxiliary functions

    - https://github.com/jkeifer/pg_tms

    Tile Map Service tiling in postgis. So cool.

    - https://github.com/rjuju/pg_track_settings ⭐️

    Small extension to keep track of postgresql settings modification
    @@ -2068,10 +2045,6 @@ If some repo is missing, please write a comment with the url.

    pg_tsparser - parser for text search

    - https://github.com/nicklasaven/pg_twkb

    Some additional twkb tools not in PostGIS

    - https://github.com/zilder/pg_udp
    - https://github.com/iCyberon/pg_ulid ⭐️

    @@ -2661,14 +2634,6 @@ If some repo is missing, please write a comment with the url.

    A copy of postbis

    - https://github.com/cahutton/postgis_domains

    A PostgreSQL extension defining custom PostGIS domains

    - https://github.com/robe2/postgis_letters

    Extension to allow converting letters to PostGIS geometries

    - https://github.com/chimpler/postgres-aws-s3 ⭐️

    aws_s3 postgres extension to import/export data from/to s3 (compatible with aws_s3 extension on AWS RDS)
    @@ -2903,10 +2868,6 @@ If some repo is missing, please write a comment with the url.

    A Postgresql database extension to provide the functionality of real-time simplification of spatial objects in Openstreetmap API Database.

    - https://github.com/AfieldTrails/s2-postgis ⭐️

    S2 Cell Id functions for PostgreSQL and PostGIS

    - https://github.com/DanielJDufour/safecast

    Safely cast in PostgreSQL
    @@ -4189,3 +4150,51 @@ If some repo is missing, please write a comment with the url.

    XSLT procedural language for PostgreSQL



    ## Spatial and Geographic Objects

    - https://github.com/MobilityDB/MobilityDB ⭐️⭐️

    MobilityDB is a geospatial trajectory data management & analysis platform, built on PostgreSQL and PostGIS.

    - https://github.com/2ndquadrant-it/brin4postgis

    A PostgreSQL extension to add BRIN indexing for PostGIS geometries

    - https://github.com/mnelemans/geohash-extra

    Additional functionality for geohashing with PostGIS

    - https://github.com/ahmetkucuk/pg-trajectory

    PostgreSQL/PostGIS extension for spatiotemporal data

    - https://github.com/siose-innova/pg_landmetrics

    A Postgres/PostGIS extension for landscape metrics calculations.

    - https://github.com/jkeifer/pg_tms

    Tile Map Service tiling in postgis. So cool.

    - https://github.com/nicklasaven/pg_twkb

    Some additional twkb tools not in PostGIS

    - https://github.com/cahutton/postgis_domains

    A PostgreSQL extension defining custom PostGIS domains

    - https://github.com/robe2/postgis_letters

    Extension to allow converting letters to PostGIS geometries

    - https://github.com/AfieldTrails/s2-postgis ⭐️

    S2 Cell Id functions for PostgreSQL and PostGIS

    - https://postgis.net/ ⭐️⭐️⭐️

    PostGIS spatial database extension to PostgreSQL

  6. @joelonsql joelonsql revised this gist Feb 21, 2022. 1 changed file with 1601 additions and 587 deletions.
    2,188 changes: 1,601 additions & 587 deletions PostgreSQL-EXTENSIONs.md
    1,601 additions, 587 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
  7. @joelonsql joelonsql revised this gist Feb 21, 2022. 1 changed file with 985 additions and 0 deletions.
    985 changes: 985 additions & 0 deletions PostgreSQL-EXTENSIONs.md
    985 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
  8. @joelonsql joelonsql revised this gist Feb 21, 2022. 1 changed file with 984 additions and 1191 deletions.
    2,175 changes: 984 additions & 1,191 deletions PostgreSQL-EXTENSIONs.md
    984 additions, 1,191 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
  9. @joelonsql joelonsql revised this gist Feb 21, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -22,7 +22,7 @@ If some repo is missing, please write a comment with the url.
    A graph database extension for PostgreSQL
    - https://github.com/mintduck/AgensGraph-Extension

    A graph database extension for PostgreSQL
    A graph database extension for PostgreSQL
    - https://github.com/furkansahin/Aggregate-Average
    Aggregate Function to find averages in any numeric type for PostgreSQL
    - https://github.com/accarniel/FESTIval
  10. @joelonsql joelonsql revised this gist Feb 21, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -19,10 +19,10 @@ If some repo is missing, please write a comment with the url.

    - https://github.com/bitnine-oss/AgensGraph-Extension ⭐️⭐️

    A graph database extension for PostgreSQL
    A graph database extension for PostgreSQL
    - https://github.com/mintduck/AgensGraph-Extension

    A graph database extension for PostgreSQL
    A graph database extension for PostgreSQL
    - https://github.com/furkansahin/Aggregate-Average
    Aggregate Function to find averages in any numeric type for PostgreSQL
    - https://github.com/accarniel/FESTIval
  11. @joelonsql joelonsql revised this gist Feb 21, 2022. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -18,9 +18,11 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/michelleliza/1nf-stppattern-psql-extension

    - https://github.com/bitnine-oss/AgensGraph-Extension ⭐️⭐️
    A graph database extension for PostgreSQL

    A graph database extension for PostgreSQL
    - https://github.com/mintduck/AgensGraph-Extension
    A graph database extension for PostgreSQL

    A graph database extension for PostgreSQL
    - https://github.com/furkansahin/Aggregate-Average
    Aggregate Function to find averages in any numeric type for PostgreSQL
    - https://github.com/accarniel/FESTIval
  12. @joelonsql joelonsql revised this gist Feb 21, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -18,9 +18,9 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/michelleliza/1nf-stppattern-psql-extension

    - https://github.com/bitnine-oss/AgensGraph-Extension ⭐️⭐️
    A graph database extension for PostgreSQL
    A graph database extension for PostgreSQL
    - https://github.com/mintduck/AgensGraph-Extension
    A graph database extension for PostgreSQL
    A graph database extension for PostgreSQL
    - https://github.com/furkansahin/Aggregate-Average
    Aggregate Function to find averages in any numeric type for PostgreSQL
    - https://github.com/accarniel/FESTIval
  13. @joelonsql joelonsql revised this gist Feb 21, 2022. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,9 @@ with active forks listed under each parent.

    If some repo is missing, please write a comment with the url.

    - [Uncategorized](#uncategorized)
    - [Foreign Data Wrappers](#foreign-data-wrappers-fdw)

    ## Uncategorized
    - https://github.com/michelleliza/1nf-stppattern-psql-extension

    @@ -2390,4 +2393,5 @@ If some repo is missing, please write a comment with the url.

    - https://github.com/cyga/www_fdw ⭐️⭐️
    fdw extension for postgres
    - https://github.com/beargiles/zipfile-fdw
    - https://github.com/beargiles/zipfile-fdw

  14. @joelonsql joelonsql revised this gist Feb 21, 2022. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -2390,5 +2390,4 @@ If some repo is missing, please write a comment with the url.

    - https://github.com/cyga/www_fdw ⭐️⭐️
    fdw extension for postgres
    - https://github.com/beargiles/zipfile-fdw

    - https://github.com/beargiles/zipfile-fdw
  15. @joelonsql joelonsql revised this gist Feb 21, 2022. 1 changed file with 1338 additions and 146 deletions.
    1,484 changes: 1,338 additions & 146 deletions PostgreSQL-EXTENSIONs.md
    1,338 additions, 146 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
  16. @joelonsql joelonsql revised this gist Feb 13, 2022. 1 changed file with 13 additions and 1 deletion.
    14 changes: 13 additions & 1 deletion PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -19,6 +19,7 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/atris/JDBC_FDW ⭐️
    - https://github.com/NikitOS94/MDBQT
    - https://github.com/Rahila/Median
    - https://github.com/MobilityDB/MobilityDB
    - https://github.com/NikitOS94/MonQ
    - https://github.com/AndrewFribush/Multicorn
    - https://github.com/Segfault-Inc/Multicorn ⭐️⭐️
    @@ -76,6 +77,7 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/macdice/calendars
    - https://github.com/johto/call_graph
    - https://github.com/klando/call_graph
    - https://github.com/CartoDB/cartodb-postgresql
    - https://github.com/philopon/cas
    - https://github.com/jaiminpan/cassandra2_fdw ⭐️
    - https://github.com/QuantamHD/cassandra_fdw
    @@ -85,12 +87,14 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/yanliu8/cbtree
    - https://github.com/tvondra/ccnumber ⭐️
    - https://github.com/rafatower/cdb_extension_fw
    - https://gitlab.com/ongresinc/extensions/center
    - https://github.com/mikeizbicki/chajda
    - https://github.com/olshevskiy87/check_digits
    - https://github.com/yvazquezo/check_orapg
    - https://github.com/nate1001/chess_index
    - https://github.com/lacanoid/chkpass
    - https://github.com/cloud-sn2/cigration ⭐️
    - https://github.com/citusdata/citus
    - https://github.com/messagebird/clickhouse-postgres-fdw ⭐️
    - https://github.com/x4m/clickhouse_fdw
    - https://github.com/Percona-Lab/clickhousedb_fdw ⭐️⭐️
    @@ -311,7 +315,9 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/jianingy/ltree
    - https://github.com/seanpringle/lua_fdw
    - https://github.com/pgbigm/ludia_funcs
    - https://github.com/apache/madlib
    - https://github.com/matlads/mapcode-postgres
    - https://github.com/giggls/mapnik-german-l10n
    - https://github.com/tvondra/md5hash
    - https://github.com/plotts/median
    - https://github.com/sgichohi/median
    @@ -336,6 +342,7 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/NaughtyDogOfSchrodinger/multicorn
    - https://github.com/olshevskiy87/multicorn
    - https://github.com/evetion/multistar
    - https://gitlab.com/ongresinc/extensions/mv_stats
    - https://github.com/tongxin/mypg_sharding
    - https://github.com/EnterpriseDB/mysql_fdw ⭐️⭐️
    - https://github.com/kornelski/mysqlcompat ⭐️
    @@ -344,6 +351,7 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/sim51/neo4j-fdw ⭐️
    - https://github.com/nuko-yokohama/neo4j_fdw ⭐️
    - https://github.com/ekayim/non_truncate
    - https://gitlab.com/ongresinc/extensions/noset
    - https://github.com/ergo70/nseq
    - https://github.com/nuko-yokohama/ntext
    - https://github.com/cahutton/numeric_domains
    @@ -851,6 +859,7 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/vidardb/pgrocks-fdw ⭐️
    - https://github.com/mikeizbicki/pgrollup
    - https://github.com/pgroonga/pgroonga ⭐️⭐️
    - https://github.com/pgRouting/pgrouting
    - https://github.com/no0p/pgsampler ⭐️
    - https://github.com/i0seph/pgsampler
    - https://github.com/CrunchyData/pgseccomp
    @@ -959,6 +968,7 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/no0p/postbis
    - https://github.com/patchsoft/postcode
    - https://github.com/cahutton/postgis_domains
    - https://github.com/robe2/postgis_letters
    - https://github.com/chimpler/postgres-aws-s3 ⭐️
    - https://github.com/tychota/postgres-base32
    - https://github.com/JoanneBogart/postgres-cmath
    @@ -1015,6 +1025,7 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/Lemaf/postgresql-zlib
    - https://github.com/pavilkau/postgresql_anatomy
    - https://github.com/webysther/postgresql_anonymizer
    - https://gitlab.com/dalibo/postgresql_anonymizer
    - https://github.com/hollobon/postgresql_track_renames
    - https://github.com/monacoremo/postgrest-auth
    - https://github.com/powa-team/powa ⭐️⭐️
    @@ -1172,6 +1183,7 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/sech9446/vgram
    - https://github.com/nuko-yokohama/vmatch
    - https://github.com/postgrespro/vops ⭐️⭐️
    - https://github.com/pgRouting/vrprouting
    - https://github.com/moritetu/walreader
    - https://github.com/kentik/wdb_fdw
    - https://github.com/Kozea/weighted_mean ⭐️
    @@ -1187,4 +1199,4 @@ If some repo is missing, please write a comment with the url.
    - https://github.com/amutu/zhparser ⭐️⭐️
    - https://github.com/beargiles/zipfile-fdw
    - https://github.com/zombodb/zombodb ⭐️⭐️⭐️
    - https://github.com/postgrespro/zson ⭐️⭐️
    - https://github.com/postgrespro/zson ⭐️⭐️
  17. @joelonsql joelonsql revised this gist Feb 11, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@ with active forks listed under each parent.
    ⭐️⭐️⭐️ >= 1000 stars
    *Numbers of stars might not be up-to-date.*

    If some repo is missing, please add it and send a Pull Request.
    If some repo is missing, please write a comment with the url.

    - https://github.com/michelleliza/1nf-stppattern-psql-extension
    - https://github.com/bitnine-oss/AgensGraph-Extension ⭐️⭐️
  18. @joelonsql joelonsql revised this gist Feb 11, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -1009,6 +1009,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/urbic/postgresql-similarity
    - https://github.com/citusdata/postgresql-topn ⭐️⭐️
    - https://github.com/df7cb/postgresql-unit ⭐️⭐️
    - https://github.com/siilike/postgresql-vpack
    - https://github.com/danielbulger/postgresql-wilson-ext
    - https://github.com/overplumbum/postgresql-zlib
    - https://github.com/Lemaf/postgresql-zlib
  19. @joelonsql joelonsql revised this gist Feb 11, 2022. 1 changed file with 57 additions and 57 deletions.
    114 changes: 57 additions & 57 deletions PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -27,8 +27,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/trlorenz/PG-recursively_delete ⭐️
    - https://github.com/a5221985/PhaseZero_Scripts
    - https://github.com/yorickdewid/PostgreSQL-IBAN
    - https://github.com/fromz/PostgreSQL-Temporal
    - https://github.com/jeff-davis/PostgreSQL-Temporal ⭐️
    - https://github.com/fromz/PostgreSQL-Temporal
    - https://github.com/postgresqlf/PostgreSQL_f ⭐️
    - https://github.com/jsc0218/PostgresForeignDataWrapper
    - https://github.com/WinteryFox/PostgresSnowflake
    @@ -50,8 +50,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/postgrespro/aqo ⭐️⭐️
    - https://github.com/bashtanov/argm ⭐️
    - https://github.com/2ndQuadrant/array_textsort
    - https://github.com/lab-csx-ufmg/ast_postgis
    - https://github.com/lizardoluis/ast_postgis ⭐️
    - https://github.com/lab-csx-ufmg/ast_postgis
    - https://github.com/karpov-sv/astrocat
    - https://github.com/ArturFormella/async_response
    - https://github.com/XiaYingyin/atree
    @@ -94,8 +94,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/messagebird/clickhouse-postgres-fdw ⭐️
    - https://github.com/x4m/clickhouse_fdw
    - https://github.com/Percona-Lab/clickhousedb_fdw ⭐️⭐️
    - https://github.com/oudalab/mms
    - https://github.com/ozturkosu/cms_topn
    - https://github.com/oudalab/mms
    - https://github.com/remzicanaksoy/cms_topn
    - https://github.com/theory/colnames
    - https://github.com/semenikhind/complex_contrib
    @@ -106,8 +106,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/postgres-ci/core
    - https://github.com/ZhengYang/couchdb_fdw ⭐️
    - https://github.com/golgauth/couchdb_fdw
    - https://github.com/BrandwatchLtd/count_distinct
    - https://github.com/tvondra/count_distinct ⭐️
    - https://github.com/BrandwatchLtd/count_distinct
    - https://github.com/CrunchyData/crunchy_check_access ⭐️
    - https://github.com/dverite/cryptint
    - https://github.com/citusdata/cstore_fdw ⭐️⭐️⭐️
    @@ -135,8 +135,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/asotolongo/ddla
    - https://github.com/sebschrader/debian-pkg-postgresql-mysql-fdw
    - https://github.com/MasahikoSawada/debug_funcs
    - https://github.com/Naros/postgres-decoderbufs
    - https://github.com/xstevens/decoderbufs ⭐️⭐️
    - https://github.com/Naros/postgres-decoderbufs
    - https://github.com/liaorc/devel-master
    - https://github.com/no0p/dict_exclude
    - https://github.com/mohangk/dict_id
    @@ -147,8 +147,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/Houston-Inc/dict_voikko ⭐️
    - https://github.com/MattiL/dict_voikko
    - https://github.com/greenplum-db/diskquota ⭐️
    - https://github.com/conversant/postgres_hyperloglog ⭐️
    - https://github.com/tvondra/distinct_estimators ⭐️
    - https://github.com/conversant/postgres_hyperloglog ⭐️
    - https://github.com/s-hironobu/dont_drop_db
    - https://github.com/xiaowing/douban_fdw
    - https://github.com/cybertec-postgresql/drop_role_helper
    @@ -176,8 +176,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/wanghaisheng/fhirbase
    - https://github.com/niquola/fhirpath-pg
    - https://github.com/japinli/fibonacci
    - https://github.com/geezer-workshop/file_fdw
    - https://github.com/lianhuiwang/file_fdw
    - https://github.com/geezer-workshop/file_fdw
    - https://github.com/nubiofs/file_fdw
    - https://github.com/corlogic-code/file_fdw_program
    - https://github.com/adunstan/file_fixed_length_record_fdw ⭐️
    @@ -186,17 +186,17 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/ibarwick/firebird_fdw ⭐️
    - https://github.com/celian-garcia/firefly-database
    - https://github.com/nbonnotte/first_last
    - https://github.com/adjust/first_last_agg
    - https://github.com/wulczer/first_last_agg ⭐️
    - https://github.com/adjust/first_last_agg
    - https://github.com/2ndQuadrant/fixeddecimal ⭐️
    - https://github.com/pjungwir/floatfile
    - https://github.com/pjungwir/floatvec
    - https://github.com/benchub/flux
    - https://github.com/amutu/fnvhash
    - https://github.com/komamitsu/foreign_table_exposer ⭐️
    - https://github.com/melanieplageman/format
    - https://github.com/cybertec-postgresql/format_x
    - https://github.com/melanieplageman/format_x
    - https://github.com/cybertec-postgresql/format_x
    - https://github.com/rongfengliang/fpm-pg-extension-package-generate-demo
    - https://github.com/liminghu/fuzzystrmatch
    - https://github.com/huseynsnmz/gbdchecks
    @@ -215,8 +215,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/hangzhou-cstech/gogudb
    - https://github.com/durch/google-bigtable-postgres-extension
    - https://github.com/durch/google-bigtable-postgres-fdw ⭐️
    - https://github.com/YangJunzhou/gpdb-roaringbitmap
    - https://github.com/zeromax007/gpdb-roaringbitmap ⭐️
    - https://github.com/YangJunzhou/gpdb-roaringbitmap
    - https://github.com/fsalc/gprom-pgsql
    - https://github.com/luxms/greenplum-fdw
    - https://github.com/pgspider/griddb_fdw
    @@ -225,8 +225,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/bytesandbrains/h3-pg ⭐️
    - https://github.com/palestamp/hamming_distance
    - https://github.com/sangli00/hash_fdw
    - https://github.com/adjust/hashtypes
    - https://github.com/pandrewhk/hashtypes ⭐️
    - https://github.com/adjust/hashtypes
    - https://github.com/fabriziomello/hba_fdw
    - https://github.com/timbira/hba_sql
    - https://github.com/troels/hbase_fdw
    @@ -237,17 +237,17 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/GeoHistoricalData/historical_geocoding
    - https://github.com/bigsql/hive_fdw
    - https://github.com/pgsql-io/hive_fdw
    - https://github.com/abrandoned/holycorn
    - https://github.com/franckverrot/holycorn ⭐️⭐️
    - https://github.com/abrandoned/holycorn
    - https://github.com/postgrespro/hstore_ops ⭐️
    - https://github.com/vpikulik/hunspell_de_compounds
    - https://github.com/Hermanverschooten/hv_date_functions
    - https://github.com/HypoPG/hypopg ⭐️⭐️
    - https://github.com/dverite/icu_ext ⭐️
    - https://github.com/knizhnik/imcs ⭐️⭐️
    - https://github.com/postgrespro/imgsmlr ⭐️⭐️
    - https://github.com/ArturFormella/imgsmlr
    - https://github.com/Irytacja/imgsmlr
    - https://github.com/postgrespro/imgsmlr ⭐️⭐️
    - https://github.com/apache/incubator-age ⭐️⭐️
    - https://github.com/tvondra/index_analyzer
    - https://github.com/pjungwir/inetrange
    @@ -275,9 +275,9 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/adunstan/jsonb_set_lax
    - https://github.com/postgrespro/jsonbd
    - https://github.com/erthalion/jsonbx ⭐️
    - https://github.com/posix4e/jsoncdc ⭐️
    - https://github.com/instructure/jsoncdc ⭐️
    - https://github.com/ponimas/jsoncdc
    - https://github.com/posix4e/jsoncdc ⭐️
    - https://github.com/everilae/jsonfun
    - https://github.com/niquola/jsonknife ⭐️
    - https://github.com/postgrespro/jsquery ⭐️⭐️
    @@ -323,11 +323,11 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/payals/mimeo
    - https://github.com/leskin-in/mipt-asj
    - https://github.com/postgrespro/mmts ⭐️
    - https://github.com/ray2501/monetdb_fdw
    - https://github.com/snaga/monetdb_fdw ⭐️
    - https://github.com/ray2501/monetdb_fdw
    - https://github.com/RelateIQ-chef/mongo_fdw
    - https://github.com/EnterpriseDB/mongo_fdw ⭐️⭐️
    - https://github.com/citusdata/mongo_fdw ⭐️⭐️
    - https://github.com/EnterpriseDB/mongo_fdw ⭐️⭐️
    - https://github.com/digoal/mongo_fdw
    - https://github.com/frost242/monitoring_role
    - https://github.com/postgrespro/monq ⭐️
    @@ -351,13 +351,13 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/rongfengliang/nvl-pg-extension
    - https://github.com/rogerioacp/oblivpg_ftw
    - https://github.com/sgsfak/ocgeo_fdw
    - https://github.com/CartoDB/odbc_fdw ⭐️
    - https://github.com/ZhengYang/odbc_fdw ⭐️
    - https://github.com/CartoDB/odbc_fdw ⭐️
    - https://github.com/hangzhou-cstech/odbc_fdw
    - https://github.com/cybertec-postgresql/ora_migrator ⭐️
    - https://github.com/ibrarahmad/oracle_fdw
    - https://github.com/RekGRpth/oracle_fdw
    - https://github.com/laurenz/oracle_fdw ⭐️⭐️
    - https://github.com/RekGRpth/oracle_fdw
    - https://github.com/orafce/orafce ⭐️⭐️
    - https://github.com/HighgoSoftware/orc_fdw
    - https://github.com/gokhankici/orc_fdw ⭐️
    @@ -381,8 +381,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/adjust/pg-ajversion
    - https://github.com/m-martinez/pg-audit-json ⭐️
    - https://github.com/adjust/pg-base36
    - https://github.com/EvanCarroll/pg-bignum
    - https://github.com/beargiles/pg-bignum ⭐️
    - https://github.com/EvanCarroll/pg-bignum
    - https://github.com/craigbranscom/pg-biguint
    - https://github.com/paroga/pg-cbor
    - https://github.com/truthly/pg-cbor
    @@ -450,12 +450,12 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/mikeizbicki/pg_agg
    - https://github.com/jwdeitch/pg_agg_sample
    - https://github.com/kostiantyn-nemchenko/pg_algorithms
    - https://github.com/frankbv/pg_amqp
    - https://github.com/omniti-labs/pg_amqp ⭐️⭐️
    - https://github.com/frankbv/pg_amqp
    - https://github.com/rlichtenwalter/pg_array_multi_index
    - https://github.com/RekGRpth/pg_async
    - https://github.com/davidfetter/pg_audit
    - https://github.com/disqus/pg_audit
    - https://github.com/davidfetter/pg_audit
    - https://github.com/ttfkam/pg_audit
    - https://github.com/alexandersamoylov/pg_audit_tools
    - https://github.com/kouber/pg_auditor
    @@ -484,8 +484,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/tvondra/pg_check ⭐️
    - https://github.com/sshutdownow/pg_check-chap-md5
    - https://github.com/sangli00/pg_checkdestroy
    - https://github.com/freewizard/pg_cjk_parser
    - https://github.com/huangjimmy/pg_cjk_parser
    - https://github.com/freewizard/pg_cjk_parser
    - https://github.com/ccutrer/pg_collkey
    - https://github.com/byucesoy/pg_color
    - https://github.com/onderkalaci/pg_color
    @@ -574,8 +574,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/asotolongo/pg_json_utils
    - https://github.com/glynastill/pg_jsonb_opx
    - https://github.com/slardiere/pg_jsonpatch
    - https://github.com/maparent/pg_kafka
    - https://github.com/xstevens/pg_kafka ⭐️⭐️
    - https://github.com/maparent/pg_kafka
    - https://github.com/alaisi/pg_kafka_events
    - https://github.com/MasahikoSawada/pg_keeper ⭐️
    - https://github.com/kmblack1/pg_kmcb
    @@ -584,10 +584,10 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/funbringer/pg_linegazer
    - https://github.com/adjust/pg_lock_pool
    - https://github.com/pierreforstmann/pg_log_statements
    - https://github.com/heroku/pg_logfebe
    - https://github.com/logplex/pg_logfebe
    - https://github.com/heroku/pg_logfebe-debian
    - https://github.com/heroku/pg_logfebe
    - https://github.com/logplex/pg_logfebe-debian
    - https://github.com/heroku/pg_logfebe-debian
    - https://github.com/funbringer/pg_logging
    - https://github.com/postgrespro/pg_logging ⭐️
    - https://github.com/pierreforstmann/pg_logqueryid
    @@ -604,8 +604,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/aquameta/pg_meta
    - https://github.com/theory/pg_meta
    - https://github.com/johto/pg_metrics
    - https://github.com/avito-tech/pg_metricus_c ⭐️
    - https://github.com/nvorobev/pg_metricus_c
    - https://github.com/avito-tech/pg_metricus_c ⭐️
    - https://github.com/lithp/pg_micromanage
    - https://github.com/moritetu/pg_mod_sample
    - https://github.com/RafiaSabih/pg_mon
    @@ -614,14 +614,14 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/RekGRpth/pg_mustach
    - https://github.com/maxoodf/pg_mystem
    - https://github.com/rlichtenwalter/pg_nanp
    - https://github.com/Fenoman/pg_natural_sort_order
    - https://github.com/Zeleo/pg_natural_sort_order
    - https://github.com/Fenoman/pg_natural_sort_order
    - https://github.com/ttfkam/pg_newsfeeds
    - https://github.com/roa/pg_nice
    - https://github.com/fabriziomello/pg_normalize_query ⭐️
    - https://github.com/citusdata/pg_octopus
    - https://github.com/jad21/pg_oltp_bench
    - https://github.com/postgrespro/pg_oltp_bench ⭐️
    - https://github.com/jad21/pg_oltp_bench
    - https://github.com/PostgreSQL-Migration-Toolkit/pg_oracle
    - https://github.com/bdrouvot/pg_orphaned
    - https://github.com/meistervonperf/pg_outrider
    @@ -699,8 +699,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/samber/pg_sleep
    - https://github.com/pindlebot/pg_slugify
    - https://github.com/credativ/pg_snakeoil ⭐️
    - https://github.com/matthewfranglen/pg_snapshot_too_old
    - https://github.com/the4thdoctor/pg_snapshot_too_old
    - https://github.com/matthewfranglen/pg_snapshot_too_old
    - https://github.com/powa-team/pg_sortstats ⭐️
    - https://github.com/MarkAntipin/pg_sparse_vector
    - https://github.com/maahl/pg_spi_examples
    @@ -738,10 +738,10 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/rjuju/pg_track_settings ⭐️
    - https://github.com/julmon/pg_track_slow_queries
    - https://github.com/postgrespro/pg_trgm_pro ⭐️
    - https://github.com/kelvich/pg_tsdtm
    - https://github.com/Vereschak/pg_tsdtm
    - https://github.com/cuulee/pg_tsdtm
    - https://github.com/gridl/pg_tsdtm
    - https://github.com/kelvich/pg_tsdtm
    - https://github.com/postgrespro/pg_tsdtm ⭐️
    - https://github.com/quinndiggity/pg_tsdtm
    - https://github.com/postgrespro/pg_tsparser ⭐️
    @@ -758,8 +758,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/dgillis/pg_vartype
    - https://github.com/eendroroy/pg_vercomp
    - https://github.com/MasahikoSawada/pg_visibilitymap
    - https://github.com/RekGRpth/pg_wait_sampling
    - https://github.com/postgrespro/pg_wait_sampling ⭐️
    - https://github.com/RekGRpth/pg_wait_sampling
    - https://github.com/le0pard/pg_web
    - https://github.com/RekGRpth/pg_wkhtmltopdf
    - https://github.com/RekGRpth/pg_wthtmltopdf
    @@ -776,8 +776,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/CrunchyData/pgbouncer_fdw ⭐️
    - https://github.com/davidfetter/pgbouncer_wrapper ⭐️
    - https://github.com/johto/pgbrotli
    - https://github.com/cktan/pgc_fdw
    - https://github.com/fengttt/pgc_fdw
    - https://github.com/cktan/pgc_fdw
    - https://github.com/kingluo/pgcat-pgxs
    - https://github.com/worden341/pgchronos ⭐️
    - https://github.com/AbdulYadi/pgcodec7
    @@ -802,30 +802,30 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/mausimag/pgflake
    - https://github.com/grahamedgecombe/pgflate
    - https://github.com/timurgarif/pgflate
    - https://github.com/dejan-stankovic/sqlfsm
    - https://github.com/michelp/pgfsm ⭐️
    - https://github.com/dejan-stankovic/sqlfsm
    - https://github.com/michelp/pggraphblas ⭐️⭐️
    - https://github.com/szarnyasg/pggraphblas
    - https://github.com/dlr-eoc/pgh3 ⭐️
    - https://github.com/deepfryed/pghammer ⭐️
    - https://github.com/overplumbum/pghammer
    - https://github.com/RelateIQ-chef/pghashlib
    - https://github.com/markokr/pghashlib ⭐️
    - https://github.com/RelateIQ-chef/pghashlib
    - https://github.com/zxdvd/pghelper
    - https://github.com/baverman/pghll
    - https://github.com/troels/pghooks
    - https://github.com/liang7878/pgintegrity
    - https://github.com/RekGRpth/pgjwt
    - https://github.com/michelp/pgjwt ⭐️⭐️
    - https://github.com/RekGRpth/pgjwt
    - https://github.com/mike-kfed/pgknx
    - https://github.com/enova/pgl_ddl_deploy ⭐️
    - https://github.com/petere/pglibuuid
    - https://github.com/2ndQuadrant/pglog
    - https://github.com/2ndQuadrant/pglogical ⭐️⭐️
    - https://github.com/vibhorkum/pglogical
    - https://github.com/unotech001/pglogical-2.0
    - https://github.com/credativ/pglogical_ticker
    - https://github.com/enova/pglogical_ticker
    - https://github.com/credativ/pglogical_ticker
    - https://github.com/citusdata/pgmasq
    - https://github.com/sveljko/pgmedian
    - https://github.com/ohmu/pgmemcache ⭐️⭐️
    @@ -851,8 +851,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/vidardb/pgrocks-fdw ⭐️
    - https://github.com/mikeizbicki/pgrollup
    - https://github.com/pgroonga/pgroonga ⭐️⭐️
    - https://github.com/i0seph/pgsampler
    - https://github.com/no0p/pgsampler ⭐️
    - https://github.com/i0seph/pgsampler
    - https://github.com/CrunchyData/pgseccomp
    - https://github.com/pgsentinel/pgsentinel ⭐️⭐️
    - https://github.com/asotolongo/pgsmtp
    @@ -865,8 +865,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/df7cb/pgsql-asn1oid
    - https://github.com/csimsek/pgsql-fio ⭐️
    - https://github.com/pramsey/pgsql-gzip ⭐️
    - https://github.com/RekGRpth/pgsql-http
    - https://github.com/pramsey/pgsql-http ⭐️⭐️
    - https://github.com/RekGRpth/pgsql-http
    - https://github.com/reignmaker/pgsql-http
    - https://github.com/pramsey/pgsql-ogr-fdw ⭐️⭐️
    - https://github.com/cayetanobv/pgsql-pcg-random
    @@ -885,8 +885,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/petere/pguint ⭐️⭐️
    - https://github.com/madebykite/pgunicoll
    - https://github.com/dylex/pguri
    - https://github.com/lacanoid/pguri
    - https://github.com/petere/pguri ⭐️⭐️
    - https://github.com/lacanoid/pguri
    - https://github.com/ankane/pgvector ⭐️⭐️
    - https://github.com/petere/pgvihash
    - https://github.com/lacanoid/pgwiki
    @@ -925,11 +925,11 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/eugwne/pllua_unstable
    - https://github.com/choplin/plmruby ⭐️
    - https://github.com/no0p/plotpg
    - https://github.com/RekGRpth/plpgsql_check
    - https://github.com/okbob/plpgsql_check ⭐️⭐️
    - https://github.com/RekGRpth/plpgsql_check
    - https://github.com/OmniDB/plpgsql_debugger
    - https://github.com/arvidma/plprofiler
    - https://github.com/bigsql/plprofiler ⭐️
    - https://github.com/arvidma/plprofiler
    - https://github.com/glynastill/plprofiler
    - https://github.com/pinkonio/plprofiler
    - https://github.com/93Alliance/plproxy
    @@ -942,8 +942,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/jconway/plr ⭐️
    - https://github.com/postgres-plr/plr ⭐️
    - https://github.com/godfat/plruby
    - https://github.com/RekGRpth/plsh
    - https://github.com/petere/plsh ⭐️⭐️
    - https://github.com/RekGRpth/plsh
    - https://github.com/credativ/plsh-mtb
    - https://github.com/drforr/plsix
    - https://github.com/salva/plswipl
    @@ -952,8 +952,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/slardiere/plv8_modules
    - https://github.com/rapportive-oss/plv8js
    - https://github.com/petere/plxslt ⭐️
    - https://github.com/coreyhuinker/pmpp
    - https://github.com/javisantana/pmpp
    - https://github.com/coreyhuinker/pmpp
    - https://github.com/razielleizar/pmpp
    - https://github.com/cristianprice/polycrack
    - https://github.com/no0p/postbis
    @@ -965,8 +965,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/LSSTDESC/postgres-cmath
    - https://github.com/Asa-Nisi-Masa/postgres-cosine-similarity
    - https://github.com/dreamsxin/postgres-function
    - https://github.com/darioielardi/postgres-json-schema
    - https://github.com/gavinwahl/postgres-json-schema ⭐️⭐️
    - https://github.com/darioielardi/postgres-json-schema
    - https://github.com/shobhanav/postgres-median
    - https://github.com/PixNyanNyan/postgres-phash-hamming
    - https://github.com/mspiegel/postgres-playground
    @@ -1010,18 +1010,18 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/citusdata/postgresql-topn ⭐️⭐️
    - https://github.com/df7cb/postgresql-unit ⭐️⭐️
    - https://github.com/danielbulger/postgresql-wilson-ext
    - https://github.com/Lemaf/postgresql-zlib
    - https://github.com/overplumbum/postgresql-zlib
    - https://github.com/Lemaf/postgresql-zlib
    - https://github.com/pavilkau/postgresql_anatomy
    - https://github.com/webysther/postgresql_anonymizer
    - https://github.com/hollobon/postgresql_track_renames
    - https://github.com/monacoremo/postgrest-auth
    - https://github.com/frost242/powa
    - https://github.com/powa-team/powa ⭐️⭐️
    - https://github.com/frost242/powa
    - https://github.com/powa-team/powa-archivist ⭐️
    - https://github.com/scarbrofair/ppg_fdw
    - https://github.com/RekGRpth/prefix
    - https://github.com/dimitri/prefix ⭐️
    - https://github.com/RekGRpth/prefix
    - https://github.com/dimitri/preprepare ⭐️
    - https://github.com/kiranekbote/projectsrepo
    - https://github.com/timescale/promscale_extension
    @@ -1052,8 +1052,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/heisice/redis_wrapper
    - https://github.com/asotolongo/rep_fdw
    - https://github.com/okbob/replace_empty_string
    - https://github.com/Zeto-Ltd/replisome
    - https://github.com/dvarrazzo/replisome
    - https://github.com/Zeto-Ltd/replisome
    - https://github.com/asotolongo/resources
    - https://github.com/gilt/role_manager
    - https://github.com/reshke/router
    @@ -1062,14 +1062,14 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/rtosm/rtosm
    - https://github.com/postgrespro/rum ⭐️⭐️
    - https://github.com/postgrespro/rusmorph
    - https://github.com/gsiz007/rw_redis_fdw
    - https://github.com/nahanni/rw_redis_fdw ⭐️
    - https://github.com/gsiz007/rw_redis_fdw
    - https://github.com/AfieldTrails/s2-postgis ⭐️
    - https://github.com/eligoenergy/s3_fdw
    - https://github.com/umitanuki/s3_fdw ⭐️
    - https://github.com/eligoenergy/s3_fdw
    - https://github.com/DanielJDufour/safecast
    - https://github.com/parkag/saio
    - https://github.com/wulczer/saio
    - https://github.com/parkag/saio
    - https://github.com/mohangk/sample_pg_extension
    - https://github.com/tvondra/scrub
    - https://github.com/tvondra/sequential-uuids ⭐️⭐️
    @@ -1078,8 +1078,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/pgaudit/set_user ⭐️
    - https://github.com/obartunov/setrank
    - https://github.com/bonesmoses/shard_manager
    - https://github.com/postgrespro/shared_ispell ⭐️
    - https://github.com/tvondra/shared_ispell ⭐️
    - https://github.com/postgrespro/shared_ispell ⭐️
    - https://github.com/sdsmart/shifting-bloom-filter
    - https://github.com/labgeo/siguanet_quest
    - https://github.com/SZabirov/smlar
    @@ -1090,8 +1090,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/postgrespro/snowball_ext
    - https://github.com/duckbill/sp-gist
    - https://github.com/dimv36/sphinxlink
    - https://github.com/arnegrim/sql_firewall
    - https://github.com/uptimejp/sql_firewall ⭐️⭐️
    - https://github.com/arnegrim/sql_firewall
    - https://github.com/aganatramoat/sqlite_fdw
    - https://github.com/gleu/sqlite_fdw ⭐️
    - https://github.com/pgspider/sqlite_fdw ⭐️
    @@ -1101,14 +1101,14 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/EnterpriseDB/sslutils
    - https://github.com/asotolongo/stat_record_old
    - https://github.com/slardiere/streaminglag
    - https://github.com/leandrohm/sybase_fdw
    - https://github.com/raitech/sybase_fdw
    - https://github.com/leandrohm/sybase_fdw
    - https://github.com/vibhorkum/synchronize-logical-slots
    - https://github.com/pgstuff/sys_syn_dblink
    - https://github.com/EnterpriseDB/system_stats ⭐️
    - https://github.com/peak6/tab_tier
    - https://github.com/credativ/table_log
    - https://github.com/psoo/table_log
    - https://github.com/credativ/table_log
    - https://github.com/glynastill/table_log_pl
    - https://github.com/snaga/tablelog
    - https://github.com/ergo70/tanimoto
    @@ -1131,8 +1131,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/timescale/timescaledb ⭐️⭐️⭐️
    - https://github.com/mweber26/timestampandtz ⭐️
    - https://github.com/liguangxian/timing
    - https://github.com/k-gun/tinyint-postgresql
    - https://github.com/umitanuki/tinyint-postgresql ⭐️
    - https://github.com/k-gun/tinyint-postgresql
    - https://github.com/trimark-jp/tm-postgres-basics
    - https://github.com/trimark-jp/tm-updated-date
    - https://github.com/credativ/toastinfo
    @@ -1144,8 +1144,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/BrandwatchLtd/trunkfingerprint
    - https://github.com/zulip/tsearch_extras
    - https://github.com/postgrespro/tsexact ⭐️
    - https://github.com/ArturFormella/tsexample
    - https://github.com/postgrespro/tsexample ⭐️
    - https://github.com/ArturFormella/tsexample
    - https://github.com/goldenhelix/tsf-fdw
    - https://github.com/postgrespro/tsvector2 ⭐️
    - https://github.com/zilder/tuple_fdw
  20. @joelonsql joelonsql revised this gist Feb 11, 2022. 1 changed file with 104 additions and 104 deletions.
    208 changes: 104 additions & 104 deletions PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@ If some repo is missing, please add it and send a Pull Request.

    - https://github.com/michelleliza/1nf-stppattern-psql-extension
    - https://github.com/bitnine-oss/AgensGraph-Extension ⭐️⭐️
    - https://github.com/mintduck/AgensGraph-Extension
    - https://github.com/mintduck/AgensGraph-Extension
    - https://github.com/furkansahin/Aggregate-Average
    - https://github.com/accarniel/FESTIval
    - https://github.com/atris/JDBC_FDW ⭐️
    @@ -22,35 +22,35 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/NikitOS94/MonQ
    - https://github.com/AndrewFribush/Multicorn
    - https://github.com/Segfault-Inc/Multicorn ⭐️⭐️
    - https://github.com/splitgraph/Multicorn
    - https://github.com/splitgraph/Multicorn
    - https://github.com/Chessbrain/NORM
    - https://github.com/trlorenz/PG-recursively_delete ⭐️
    - https://github.com/a5221985/PhaseZero_Scripts
    - https://github.com/yorickdewid/PostgreSQL-IBAN
    - https://github.com/fromz/PostgreSQL-Temporal
    - https://github.com/fromz/PostgreSQL-Temporal
    - https://github.com/jeff-davis/PostgreSQL-Temporal ⭐️
    - https://github.com/postgresqlf/PostgreSQL_f ⭐️
    - https://github.com/jsc0218/PostgresForeignDataWrapper
    - https://github.com/WinteryFox/PostgresSnowflake
    - https://github.com/burggraf/SupaScript ⭐️
    - https://github.com/accarniel/VagueGeometry
    - https://github.com/arkhipov/acl ⭐️
    - https://github.com/bookvik/acl
    - https://github.com/bookvik/acl
    - https://github.com/satya10x/advcopy ⭐️
    - https://github.com/sanglijunfengDev/aerospike_fdw
    - https://github.com/pjungwir/aggs_for_arrays ⭐️
    - https://github.com/pjungwir/aggs_for_vecs ⭐️
    - https://github.com/x4m/ags
    - https://github.com/adjust/ajbool
    - https://github.com/adjust/all_substrings_tokenizer
    - https://github.com/chochkov/all_substrings_tokenizer
    - https://github.com/chochkov/all_substrings_tokenizer
    - https://github.com/petergeoghegan/amcheck ⭐️
    - https://github.com/danolivo/anotherSelfJoin
    - https://github.com/main--/append_only_heap
    - https://github.com/postgrespro/aqo ⭐️⭐️
    - https://github.com/bashtanov/argm ⭐️
    - https://github.com/2ndQuadrant/array_textsort
    - https://github.com/lab-csx-ufmg/ast_postgis
    - https://github.com/lab-csx-ufmg/ast_postgis
    - https://github.com/lizardoluis/ast_postgis ⭐️
    - https://github.com/karpov-sv/astrocat
    - https://github.com/ArturFormella/async_response
    @@ -75,7 +75,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/chobostar/calculate_markup
    - https://github.com/macdice/calendars
    - https://github.com/johto/call_graph
    - https://github.com/klando/call_graph
    - https://github.com/klando/call_graph
    - https://github.com/philopon/cas
    - https://github.com/jaiminpan/cassandra2_fdw ⭐️
    - https://github.com/QuantamHD/cassandra_fdw
    @@ -94,7 +94,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/messagebird/clickhouse-postgres-fdw ⭐️
    - https://github.com/x4m/clickhouse_fdw
    - https://github.com/Percona-Lab/clickhousedb_fdw ⭐️⭐️
    - https://github.com/oudalab/mms
    - https://github.com/oudalab/mms
    - https://github.com/ozturkosu/cms_topn
    - https://github.com/remzicanaksoy/cms_topn
    - https://github.com/theory/colnames
    @@ -105,13 +105,13 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/katrinaibast/constr_name_unif
    - https://github.com/postgres-ci/core
    - https://github.com/ZhengYang/couchdb_fdw ⭐️
    - https://github.com/golgauth/couchdb_fdw
    - https://github.com/BrandwatchLtd/count_distinct
    - https://github.com/golgauth/couchdb_fdw
    - https://github.com/BrandwatchLtd/count_distinct
    - https://github.com/tvondra/count_distinct ⭐️
    - https://github.com/CrunchyData/crunchy_check_access ⭐️
    - https://github.com/dverite/cryptint
    - https://github.com/citusdata/cstore_fdw ⭐️⭐️⭐️
    - https://github.com/renevdzee/cstore_fdw
    - https://github.com/renevdzee/cstore_fdw
    - https://github.com/dotnwat/cstore_fdw
    - https://github.com/wanghongxiang2018/cstore_fdw
    - https://github.com/XiaYingyin/ctidscan
    @@ -122,7 +122,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/darold/datalink
    - https://github.com/lacanoid/datalink
    - https://github.com/apache/datasketches-postgresql ⭐️
    - https://github.com/mmusnjak/datasketches-postgresql
    - https://github.com/mmusnjak/datasketches-postgresql
    - https://github.com/wolfgangbrandl/db2_fdw ⭐️
    - https://github.com/credativ/db2fce
    - https://github.com/stanislawbartkowski/db2odbc_fdw
    @@ -135,7 +135,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/asotolongo/ddla
    - https://github.com/sebschrader/debian-pkg-postgresql-mysql-fdw
    - https://github.com/MasahikoSawada/debug_funcs
    - https://github.com/Naros/postgres-decoderbufs
    - https://github.com/Naros/postgres-decoderbufs
    - https://github.com/xstevens/decoderbufs ⭐️⭐️
    - https://github.com/liaorc/devel-master
    - https://github.com/no0p/dict_exclude
    @@ -145,9 +145,9 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/obartunov/dict_roman
    - https://github.com/za-arthur/dict_translate
    - https://github.com/Houston-Inc/dict_voikko ⭐️
    - https://github.com/MattiL/dict_voikko
    - https://github.com/MattiL/dict_voikko
    - https://github.com/greenplum-db/diskquota ⭐️
    - https://github.com/conversant/postgres_hyperloglog ⭐️
    - https://github.com/conversant/postgres_hyperloglog ⭐️
    - https://github.com/tvondra/distinct_estimators ⭐️
    - https://github.com/s-hironobu/dont_drop_db
    - https://github.com/xiaowing/douban_fdw
    @@ -176,17 +176,17 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/wanghaisheng/fhirbase
    - https://github.com/niquola/fhirpath-pg
    - https://github.com/japinli/fibonacci
    - https://github.com/geezer-workshop/file_fdw
    - https://github.com/geezer-workshop/file_fdw
    - https://github.com/lianhuiwang/file_fdw
    - https://github.com/nubiofs/file_fdw
    - https://github.com/nubiofs/file_fdw
    - https://github.com/corlogic-code/file_fdw_program
    - https://github.com/adunstan/file_fixed_length_record_fdw ⭐️
    - https://github.com/adunstan/file_text_array_fdw ⭐️
    - https://github.com/ibarwick/filenode_map_inspect
    - https://github.com/ibarwick/firebird_fdw ⭐️
    - https://github.com/celian-garcia/firefly-database
    - https://github.com/nbonnotte/first_last
    - https://github.com/adjust/first_last_agg
    - https://github.com/adjust/first_last_agg
    - https://github.com/wulczer/first_last_agg ⭐️
    - https://github.com/2ndQuadrant/fixeddecimal ⭐️
    - https://github.com/pjungwir/floatfile
    @@ -195,7 +195,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/amutu/fnvhash
    - https://github.com/komamitsu/foreign_table_exposer ⭐️
    - https://github.com/melanieplageman/format
    - https://github.com/cybertec-postgresql/format_x
    - https://github.com/cybertec-postgresql/format_x
    - https://github.com/melanieplageman/format_x
    - https://github.com/rongfengliang/fpm-pg-extension-package-generate-demo
    - https://github.com/liminghu/fuzzystrmatch
    @@ -215,7 +215,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/hangzhou-cstech/gogudb
    - https://github.com/durch/google-bigtable-postgres-extension
    - https://github.com/durch/google-bigtable-postgres-fdw ⭐️
    - https://github.com/YangJunzhou/gpdb-roaringbitmap
    - https://github.com/YangJunzhou/gpdb-roaringbitmap
    - https://github.com/zeromax007/gpdb-roaringbitmap ⭐️
    - https://github.com/fsalc/gprom-pgsql
    - https://github.com/luxms/greenplum-fdw
    @@ -225,7 +225,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/bytesandbrains/h3-pg ⭐️
    - https://github.com/palestamp/hamming_distance
    - https://github.com/sangli00/hash_fdw
    - https://github.com/adjust/hashtypes
    - https://github.com/adjust/hashtypes
    - https://github.com/pandrewhk/hashtypes ⭐️
    - https://github.com/fabriziomello/hba_fdw
    - https://github.com/timbira/hba_sql
    @@ -237,16 +237,16 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/GeoHistoricalData/historical_geocoding
    - https://github.com/bigsql/hive_fdw
    - https://github.com/pgsql-io/hive_fdw
    - https://github.com/abrandoned/holycorn
    - https://github.com/abrandoned/holycorn
    - https://github.com/franckverrot/holycorn ⭐️⭐️
    - https://github.com/postgrespro/hstore_ops ⭐️
    - https://github.com/vpikulik/hunspell_de_compounds
    - https://github.com/Hermanverschooten/hv_date_functions
    - https://github.com/HypoPG/hypopg ⭐️⭐️
    - https://github.com/dverite/icu_ext ⭐️
    - https://github.com/knizhnik/imcs ⭐️⭐️
    - https://github.com/ArturFormella/imgsmlr
    - https://github.com/Irytacja/imgsmlr
    - https://github.com/ArturFormella/imgsmlr
    - https://github.com/Irytacja/imgsmlr
    - https://github.com/postgrespro/imgsmlr ⭐️⭐️
    - https://github.com/apache/incubator-age ⭐️⭐️
    - https://github.com/tvondra/index_analyzer
    @@ -259,14 +259,14 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/KiriakosGeorgiou/istoria
    - https://github.com/dvarrazzo/italian_codes
    - https://github.com/heimir-sverrisson/jdbc2_fdw ⭐️
    - https://github.com/numerigraphe/jdbc2_fdw
    - https://github.com/numerigraphe/jdbc2_fdw
    - https://github.com/seanlong/jieba_parser
    - https://github.com/uphold/json-output
    - https://github.com/theirix/json_accessors
    - https://github.com/pgexperts/json_build ⭐️
    - https://github.com/nkhorman/json_fdw ⭐️⭐️
    - https://github.com/koctep/jsonb-extend
    - https://github.com/pavel-xa/jsonb-extend
    - https://github.com/pavel-xa/jsonb-extend
    - https://github.com/glynastill/jsonb_delete
    - https://github.com/mhagander/jsonb_delete_array
    - https://github.com/erthalion/jsonb_explorer
    @@ -275,8 +275,8 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/adunstan/jsonb_set_lax
    - https://github.com/postgrespro/jsonbd
    - https://github.com/erthalion/jsonbx ⭐️
    - https://github.com/instructure/jsoncdc ⭐️
    - https://github.com/ponimas/jsoncdc
    - https://github.com/instructure/jsoncdc ⭐️
    - https://github.com/ponimas/jsoncdc
    - https://github.com/posix4e/jsoncdc ⭐️
    - https://github.com/everilae/jsonfun
    - https://github.com/niquola/jsonknife ⭐️
    @@ -290,7 +290,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/umitanuki/kmeans-postgresql ⭐️
    - https://github.com/nuko-yokohama/ksj
    - https://github.com/cloudflarearchive/kt_fdw ⭐️
    - https://github.com/webcore-no/kt_fdw
    - https://github.com/webcore-no/kt_fdw
    - https://github.com/theory/kv-pair ⭐️
    - https://github.com/guedes/ldap_fdw ⭐️
    - https://github.com/vibhorkum/ldapfdw
    @@ -320,13 +320,13 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/cybertec-postgresql/merge_ips
    - https://github.com/aquametalabs/meta_triggers
    - https://github.com/omniti-labs/mimeo ⭐️
    - https://github.com/payals/mimeo
    - https://github.com/payals/mimeo
    - https://github.com/leskin-in/mipt-asj
    - https://github.com/postgrespro/mmts ⭐️
    - https://github.com/ray2501/monetdb_fdw
    - https://github.com/ray2501/monetdb_fdw
    - https://github.com/snaga/monetdb_fdw ⭐️
    - https://github.com/RelateIQ-chef/mongo_fdw
    - https://github.com/EnterpriseDB/mongo_fdw ⭐️⭐️
    - https://github.com/EnterpriseDB/mongo_fdw ⭐️⭐️
    - https://github.com/citusdata/mongo_fdw ⭐️⭐️
    - https://github.com/digoal/mongo_fdw
    - https://github.com/frost242/monitoring_role
    @@ -351,19 +351,19 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/rongfengliang/nvl-pg-extension
    - https://github.com/rogerioacp/oblivpg_ftw
    - https://github.com/sgsfak/ocgeo_fdw
    - https://github.com/CartoDB/odbc_fdw ⭐️
    - https://github.com/CartoDB/odbc_fdw ⭐️
    - https://github.com/ZhengYang/odbc_fdw ⭐️
    - https://github.com/hangzhou-cstech/odbc_fdw
    - https://github.com/cybertec-postgresql/ora_migrator ⭐️
    - https://github.com/ibrarahmad/oracle_fdw
    - https://github.com/RekGRpth/oracle_fdw
    - https://github.com/RekGRpth/oracle_fdw
    - https://github.com/laurenz/oracle_fdw ⭐️⭐️
    - https://github.com/orafce/orafce ⭐️⭐️
    - https://github.com/HighgoSoftware/orc_fdw
    - https://github.com/gokhankici/orc_fdw ⭐️
    - https://github.com/nextgres/oss-pgtsql
    - https://github.com/asio/otp
    - https://github.com/zitsen/otp
    - https://github.com/zitsen/otp
    - https://github.com/hollobon/pagevis
    - https://github.com/tvondra/palloc_bench
    - https://github.com/danolivo/pargres
    @@ -381,7 +381,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/adjust/pg-ajversion
    - https://github.com/m-martinez/pg-audit-json ⭐️
    - https://github.com/adjust/pg-base36
    - https://github.com/EvanCarroll/pg-bignum
    - https://github.com/EvanCarroll/pg-bignum
    - https://github.com/beargiles/pg-bignum ⭐️
    - https://github.com/craigbranscom/pg-biguint
    - https://github.com/paroga/pg-cbor
    @@ -425,7 +425,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/mgit-at/pg-semver-debian
    - https://github.com/arunchaganty/pg-span
    - https://github.com/andy128k/pg-sphinx ⭐️
    - https://github.com/capomafiosoken/pg-sphinx
    - https://github.com/capomafiosoken/pg-sphinx
    - https://github.com/gmr/pg-statsd ⭐️
    - https://github.com/heterodb/pg-strom ⭐️⭐️
    - https://github.com/scottjustin5000/pg-sum-array
    @@ -443,18 +443,18 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/marconeperes/pgBRTypes
    - https://github.com/okbob/pgDecimal
    - https://github.com/OnroerendErfgoed/pgSFTI
    - https://github.com/soduco/pgSFTI
    - https://github.com/soduco/pgSFTI
    - https://github.com/akorotkov/pg_aa
    - https://github.com/abris-platform/pg_abris
    - https://github.com/papercompute/pg_acce
    - https://github.com/mikeizbicki/pg_agg
    - https://github.com/jwdeitch/pg_agg_sample
    - https://github.com/kostiantyn-nemchenko/pg_algorithms
    - https://github.com/frankbv/pg_amqp
    - https://github.com/frankbv/pg_amqp
    - https://github.com/omniti-labs/pg_amqp ⭐️⭐️
    - https://github.com/rlichtenwalter/pg_array_multi_index
    - https://github.com/RekGRpth/pg_async
    - https://github.com/davidfetter/pg_audit
    - https://github.com/davidfetter/pg_audit
    - https://github.com/disqus/pg_audit
    - https://github.com/ttfkam/pg_audit
    - https://github.com/alexandersamoylov/pg_audit_tools
    @@ -484,11 +484,11 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/tvondra/pg_check ⭐️
    - https://github.com/sshutdownow/pg_check-chap-md5
    - https://github.com/sangli00/pg_checkdestroy
    - https://github.com/freewizard/pg_cjk_parser
    - https://github.com/freewizard/pg_cjk_parser
    - https://github.com/huangjimmy/pg_cjk_parser
    - https://github.com/ccutrer/pg_collkey
    - https://github.com/byucesoy/pg_color
    - https://github.com/onderkalaci/pg_color
    - https://github.com/onderkalaci/pg_color
    - https://github.com/snaiffer/pg_compress
    - https://github.com/fdr/pg_connlimit
    - https://github.com/ttfkam/pg_content_utils
    @@ -510,7 +510,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/frost242/pg_decode_infomask
    - https://github.com/min-mwei/pg_digests
    - https://github.com/dsarafan/pg_dirty_hands
    - https://github.com/x4m/pg_dirty_hands
    - https://github.com/x4m/pg_dirty_hands
    - https://github.com/VladimirMikhailov/pg_dirtyread
    - https://github.com/df7cb/pg_dirtyread ⭐️
    - https://github.com/abris-platform/pg_dms
    @@ -574,7 +574,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/asotolongo/pg_json_utils
    - https://github.com/glynastill/pg_jsonb_opx
    - https://github.com/slardiere/pg_jsonpatch
    - https://github.com/maparent/pg_kafka
    - https://github.com/maparent/pg_kafka
    - https://github.com/xstevens/pg_kafka ⭐️⭐️
    - https://github.com/alaisi/pg_kafka_events
    - https://github.com/MasahikoSawada/pg_keeper ⭐️
    @@ -584,9 +584,9 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/funbringer/pg_linegazer
    - https://github.com/adjust/pg_lock_pool
    - https://github.com/pierreforstmann/pg_log_statements
    - https://github.com/heroku/pg_logfebe
    - https://github.com/heroku/pg_logfebe
    - https://github.com/logplex/pg_logfebe
    - https://github.com/heroku/pg_logfebe-debian
    - https://github.com/heroku/pg_logfebe-debian
    - https://github.com/logplex/pg_logfebe-debian
    - https://github.com/funbringer/pg_logging
    - https://github.com/postgrespro/pg_logging ⭐️
    @@ -604,7 +604,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/aquameta/pg_meta
    - https://github.com/theory/pg_meta
    - https://github.com/johto/pg_metrics
    - https://github.com/avito-tech/pg_metricus_c ⭐️
    - https://github.com/avito-tech/pg_metricus_c ⭐️
    - https://github.com/nvorobev/pg_metricus_c
    - https://github.com/lithp/pg_micromanage
    - https://github.com/moritetu/pg_mod_sample
    @@ -614,13 +614,13 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/RekGRpth/pg_mustach
    - https://github.com/maxoodf/pg_mystem
    - https://github.com/rlichtenwalter/pg_nanp
    - https://github.com/Fenoman/pg_natural_sort_order
    - https://github.com/Fenoman/pg_natural_sort_order
    - https://github.com/Zeleo/pg_natural_sort_order
    - https://github.com/ttfkam/pg_newsfeeds
    - https://github.com/roa/pg_nice
    - https://github.com/fabriziomello/pg_normalize_query ⭐️
    - https://github.com/citusdata/pg_octopus
    - https://github.com/jad21/pg_oltp_bench
    - https://github.com/jad21/pg_oltp_bench
    - https://github.com/postgrespro/pg_oltp_bench ⭐️
    - https://github.com/PostgreSQL-Migration-Toolkit/pg_oracle
    - https://github.com/bdrouvot/pg_orphaned
    @@ -681,12 +681,12 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/sshutdownow/pg_setpriority
    - https://github.com/citusdata/pg_shard ⭐️⭐️⭐️
    - https://github.com/kelvich/pg_shard
    - https://github.com/nagyist/pg_shard
    - https://github.com/nagyist/pg_shard
    - https://github.com/citusdata/pg_shard-old
    - https://github.com/vibhorkum/pg_shard_ppas
    - https://github.com/funbringer/pg_shardman
    - https://github.com/isgasho/pg_shardman
    - https://github.com/zhdk123456/pg_shardman
    - https://github.com/isgasho/pg_shardman
    - https://github.com/zhdk123456/pg_shardman
    - https://github.com/rjuju/pg_shared_plans
    - https://github.com/cybertec-postgresql/pg_show_plans ⭐️
    - https://github.com/erthalion/pg_simdjson ⭐️
    @@ -699,7 +699,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/samber/pg_sleep
    - https://github.com/pindlebot/pg_slugify
    - https://github.com/credativ/pg_snakeoil ⭐️
    - https://github.com/matthewfranglen/pg_snapshot_too_old
    - https://github.com/matthewfranglen/pg_snapshot_too_old
    - https://github.com/the4thdoctor/pg_snapshot_too_old
    - https://github.com/powa-team/pg_sortstats ⭐️
    - https://github.com/MarkAntipin/pg_sparse_vector
    @@ -727,7 +727,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/laorunsen/pg_test
    - https://github.com/za-arthur/pg_textparser
    - https://github.com/cossacklabs/pg_themis ⭐️
    - https://github.com/mnaza/pg_themis
    - https://github.com/mnaza/pg_themis
    - https://github.com/ycui1984/pg_thrift
    - https://github.com/BlueTreble/pg_thud
    - https://github.com/TilelessMap/pg_tileless
    @@ -738,27 +738,27 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/rjuju/pg_track_settings ⭐️
    - https://github.com/julmon/pg_track_slow_queries
    - https://github.com/postgrespro/pg_trgm_pro ⭐️
    - https://github.com/Vereschak/pg_tsdtm
    - https://github.com/cuulee/pg_tsdtm
    - https://github.com/gridl/pg_tsdtm
    - https://github.com/Vereschak/pg_tsdtm
    - https://github.com/cuulee/pg_tsdtm
    - https://github.com/gridl/pg_tsdtm
    - https://github.com/kelvich/pg_tsdtm
    - https://github.com/postgrespro/pg_tsdtm ⭐️
    - https://github.com/quinndiggity/pg_tsdtm
    - https://github.com/postgrespro/pg_tsdtm ⭐️
    - https://github.com/quinndiggity/pg_tsdtm
    - https://github.com/postgrespro/pg_tsparser ⭐️
    - https://github.com/nicklasaven/pg_twkb
    - https://github.com/zilder/pg_txn_status
    - https://github.com/zilder/pg_udp
    - https://github.com/iCyberon/pg_ulid ⭐️
    - https://github.com/alexkuz/pg_unidecode
    - https://github.com/gnarvaja/pg_unidecode
    - https://github.com/gnarvaja/pg_unidecode
    - https://github.com/shurizzle/pg_url
    - https://github.com/postgrespro/pg_variables ⭐️
    - https://github.com/shurizzle/pg_variables
    - https://github.com/rlichtenwalter/pg_variant_functions
    - https://github.com/dgillis/pg_vartype
    - https://github.com/eendroroy/pg_vercomp
    - https://github.com/MasahikoSawada/pg_visibilitymap
    - https://github.com/RekGRpth/pg_wait_sampling
    - https://github.com/RekGRpth/pg_wait_sampling
    - https://github.com/postgrespro/pg_wait_sampling ⭐️
    - https://github.com/le0pard/pg_web
    - https://github.com/RekGRpth/pg_wkhtmltopdf
    @@ -769,14 +769,14 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/yonj1e/pgagent-c
    - https://github.com/dvarrazzo/pgaudit
    - https://github.com/godouxm/pgaudit
    - https://github.com/jonranes/pgaudit
    - https://github.com/jonranes/pgaudit
    - https://github.com/pgaudit/pgaudit ⭐️⭐️
    - https://github.com/fmbiete/pgauditlogtofile
    - https://github.com/redraiment/pgaut
    - https://github.com/CrunchyData/pgbouncer_fdw ⭐️
    - https://github.com/davidfetter/pgbouncer_wrapper ⭐️
    - https://github.com/johto/pgbrotli
    - https://github.com/cktan/pgc_fdw
    - https://github.com/cktan/pgc_fdw
    - https://github.com/fengttt/pgc_fdw
    - https://github.com/kingluo/pgcat-pgxs
    - https://github.com/worden341/pgchronos ⭐️
    @@ -792,7 +792,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/vitesse-ftian/pgdecimal
    - https://github.com/tlb-lab/pgeigen
    - https://github.com/petere/pgemailaddr ⭐️
    - https://github.com/pvh/pgemailaddr
    - https://github.com/pvh/pgemailaddr
    - https://github.com/2ndquadrant-it/pgespresso ⭐️
    - https://github.com/tsv2013/pgext
    - https://github.com/ycku/pgeyes
    @@ -801,21 +801,21 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/pgfincore/pgfincore
    - https://github.com/mausimag/pgflake
    - https://github.com/grahamedgecombe/pgflate
    - https://github.com/timurgarif/pgflate
    - https://github.com/dejan-stankovic/sqlfsm
    - https://github.com/timurgarif/pgflate
    - https://github.com/dejan-stankovic/sqlfsm
    - https://github.com/michelp/pgfsm ⭐️
    - https://github.com/michelp/pggraphblas ⭐️⭐️
    - https://github.com/szarnyasg/pggraphblas
    - https://github.com/szarnyasg/pggraphblas
    - https://github.com/dlr-eoc/pgh3 ⭐️
    - https://github.com/deepfryed/pghammer ⭐️
    - https://github.com/overplumbum/pghammer
    - https://github.com/RelateIQ-chef/pghashlib
    - https://github.com/overplumbum/pghammer
    - https://github.com/RelateIQ-chef/pghashlib
    - https://github.com/markokr/pghashlib ⭐️
    - https://github.com/zxdvd/pghelper
    - https://github.com/baverman/pghll
    - https://github.com/troels/pghooks
    - https://github.com/liang7878/pgintegrity
    - https://github.com/RekGRpth/pgjwt
    - https://github.com/RekGRpth/pgjwt
    - https://github.com/michelp/pgjwt ⭐️⭐️
    - https://github.com/mike-kfed/pgknx
    - https://github.com/enova/pgl_ddl_deploy ⭐️
    @@ -824,7 +824,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/2ndQuadrant/pglogical ⭐️⭐️
    - https://github.com/vibhorkum/pglogical
    - https://github.com/unotech001/pglogical-2.0
    - https://github.com/credativ/pglogical_ticker
    - https://github.com/credativ/pglogical_ticker
    - https://github.com/enova/pglogical_ticker
    - https://github.com/citusdata/pgmasq
    - https://github.com/sveljko/pgmedian
    @@ -844,14 +844,14 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/Minoro/pgpyml
    - https://github.com/RekGRpth/pgqbw
    - https://github.com/AbdulYadi/pgqr
    - https://github.com/Fenoman/pgqr
    - https://github.com/Fenoman/pgqr
    - https://github.com/scttnlsn/pgque
    - https://github.com/AbdulYadi/pgreadfile
    - https://github.com/asotolongo/pgrgraphic
    - https://github.com/vidardb/pgrocks-fdw ⭐️
    - https://github.com/mikeizbicki/pgrollup
    - https://github.com/pgroonga/pgroonga ⭐️⭐️
    - https://github.com/i0seph/pgsampler
    - https://github.com/i0seph/pgsampler
    - https://github.com/no0p/pgsampler ⭐️
    - https://github.com/CrunchyData/pgseccomp
    - https://github.com/pgsentinel/pgsentinel ⭐️⭐️
    @@ -865,7 +865,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/df7cb/pgsql-asn1oid
    - https://github.com/csimsek/pgsql-fio ⭐️
    - https://github.com/pramsey/pgsql-gzip ⭐️
    - https://github.com/RekGRpth/pgsql-http
    - https://github.com/RekGRpth/pgsql-http
    - https://github.com/pramsey/pgsql-http ⭐️⭐️
    - https://github.com/reignmaker/pgsql-http
    - https://github.com/pramsey/pgsql-ogr-fdw ⭐️⭐️
    @@ -885,7 +885,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/petere/pguint ⭐️⭐️
    - https://github.com/madebykite/pgunicoll
    - https://github.com/dylex/pguri
    - https://github.com/lacanoid/pguri
    - https://github.com/lacanoid/pguri
    - https://github.com/petere/pguri ⭐️⭐️
    - https://github.com/ankane/pgvector ⭐️⭐️
    - https://github.com/petere/pgvihash
    @@ -897,7 +897,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/davidbeauchamp/pgzint
    - https://github.com/grahamedgecombe/pgzstd ⭐️
    - https://github.com/pipelinedb/pipeline_kafka ⭐️
    - https://github.com/weburnit/pipeline_kafka
    - https://github.com/weburnit/pipeline_kafka
    - https://github.com/yexiaoxin1992/pipeline_kafka
    - https://github.com/pipelinedb/pipeline_kinesis
    - https://github.com/pipelinedb/pipeline_odbc
    @@ -907,7 +907,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/mejedi/planscape-postgresql-module
    - https://github.com/greenplum-db/plcontainer ⭐️
    - https://github.com/EnterpriseDB/pldebugger ⭐️
    - https://github.com/RekGRpth/pldebugger
    - https://github.com/RekGRpth/pldebugger
    - https://github.com/andywicht/pldebugger
    - https://github.com/soycacan/pldebugger
    - https://github.com/bigsql/pldebugger2
    @@ -925,10 +925,10 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/eugwne/pllua_unstable
    - https://github.com/choplin/plmruby ⭐️
    - https://github.com/no0p/plotpg
    - https://github.com/RekGRpth/plpgsql_check
    - https://github.com/RekGRpth/plpgsql_check
    - https://github.com/okbob/plpgsql_check ⭐️⭐️
    - https://github.com/OmniDB/plpgsql_debugger
    - https://github.com/arvidma/plprofiler
    - https://github.com/arvidma/plprofiler
    - https://github.com/bigsql/plprofiler ⭐️
    - https://github.com/glynastill/plprofiler
    - https://github.com/pinkonio/plprofiler
    @@ -940,9 +940,9 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/pykello/plpythont
    - https://github.com/greenplum-db/plr
    - https://github.com/jconway/plr ⭐️
    - https://github.com/postgres-plr/plr ⭐️
    - https://github.com/postgres-plr/plr ⭐️
    - https://github.com/godfat/plruby
    - https://github.com/RekGRpth/plsh
    - https://github.com/RekGRpth/plsh
    - https://github.com/petere/plsh ⭐️⭐️
    - https://github.com/credativ/plsh-mtb
    - https://github.com/drforr/plsix
    @@ -952,9 +952,9 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/slardiere/plv8_modules
    - https://github.com/rapportive-oss/plv8js
    - https://github.com/petere/plxslt ⭐️
    - https://github.com/coreyhuinker/pmpp
    - https://github.com/coreyhuinker/pmpp
    - https://github.com/javisantana/pmpp
    - https://github.com/razielleizar/pmpp
    - https://github.com/razielleizar/pmpp
    - https://github.com/cristianprice/polycrack
    - https://github.com/no0p/postbis
    - https://github.com/patchsoft/postcode
    @@ -965,7 +965,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/LSSTDESC/postgres-cmath
    - https://github.com/Asa-Nisi-Masa/postgres-cosine-similarity
    - https://github.com/dreamsxin/postgres-function
    - https://github.com/darioielardi/postgres-json-schema
    - https://github.com/darioielardi/postgres-json-schema
    - https://github.com/gavinwahl/postgres-json-schema ⭐️⭐️
    - https://github.com/shobhanav/postgres-median
    - https://github.com/PixNyanNyan/postgres-phash-hamming
    @@ -1001,26 +1001,26 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/metabrainz/postgresql-musicbrainz-collate
    - https://github.com/metabrainz/postgresql-musicbrainz-unaccent
    - https://github.com/df7cb/postgresql-number
    - https://github.com/zr40/postgresql-number
    - https://github.com/zr40/postgresql-number
    - https://github.com/df7cb/postgresql-numeral
    - https://github.com/hipay/postgresql-partition-manager
    - https://github.com/slardiere/PartMgr
    - https://github.com/slardiere/PartMgr
    - https://github.com/eschmar/postgresql-popcount
    - https://github.com/urbic/postgresql-similarity
    - https://github.com/citusdata/postgresql-topn ⭐️⭐️
    - https://github.com/df7cb/postgresql-unit ⭐️⭐️
    - https://github.com/danielbulger/postgresql-wilson-ext
    - https://github.com/Lemaf/postgresql-zlib
    - https://github.com/Lemaf/postgresql-zlib
    - https://github.com/overplumbum/postgresql-zlib
    - https://github.com/pavilkau/postgresql_anatomy
    - https://github.com/webysther/postgresql_anonymizer
    - https://github.com/hollobon/postgresql_track_renames
    - https://github.com/monacoremo/postgrest-auth
    - https://github.com/frost242/powa
    - https://github.com/frost242/powa
    - https://github.com/powa-team/powa ⭐️⭐️
    - https://github.com/powa-team/powa-archivist ⭐️
    - https://github.com/scarbrofair/ppg_fdw
    - https://github.com/RekGRpth/prefix
    - https://github.com/RekGRpth/prefix
    - https://github.com/dimitri/prefix ⭐️
    - https://github.com/dimitri/preprepare ⭐️
    - https://github.com/kiranekbote/projectsrepo
    @@ -1045,14 +1045,14 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/hexiaoting/rasterdb
    - https://github.com/Daleys/redis_fdw
    - https://github.com/dpage/redis_fdw ⭐️
    - https://github.com/pg-redis-fdw/redis_fdw ⭐️⭐️
    - https://github.com/pg-redis-fdw/redis_fdw ⭐️⭐️
    - https://github.com/pgexperts/redis_fdw-dev
    - https://github.com/qingqibing/redis_fdw-dev
    - https://github.com/fkfk000/redis_link
    - https://github.com/heisice/redis_wrapper
    - https://github.com/asotolongo/rep_fdw
    - https://github.com/okbob/replace_empty_string
    - https://github.com/Zeto-Ltd/replisome
    - https://github.com/Zeto-Ltd/replisome
    - https://github.com/dvarrazzo/replisome
    - https://github.com/asotolongo/resources
    - https://github.com/gilt/role_manager
    @@ -1062,13 +1062,13 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/rtosm/rtosm
    - https://github.com/postgrespro/rum ⭐️⭐️
    - https://github.com/postgrespro/rusmorph
    - https://github.com/gsiz007/rw_redis_fdw
    - https://github.com/gsiz007/rw_redis_fdw
    - https://github.com/nahanni/rw_redis_fdw ⭐️
    - https://github.com/AfieldTrails/s2-postgis ⭐️
    - https://github.com/eligoenergy/s3_fdw
    - https://github.com/eligoenergy/s3_fdw
    - https://github.com/umitanuki/s3_fdw ⭐️
    - https://github.com/DanielJDufour/safecast
    - https://github.com/parkag/saio
    - https://github.com/parkag/saio
    - https://github.com/wulczer/saio
    - https://github.com/mohangk/sample_pg_extension
    - https://github.com/tvondra/scrub
    @@ -1078,7 +1078,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/pgaudit/set_user ⭐️
    - https://github.com/obartunov/setrank
    - https://github.com/bonesmoses/shard_manager
    - https://github.com/postgrespro/shared_ispell ⭐️
    - https://github.com/postgrespro/shared_ispell ⭐️
    - https://github.com/tvondra/shared_ispell ⭐️
    - https://github.com/sdsmart/shifting-bloom-filter
    - https://github.com/labgeo/siguanet_quest
    @@ -1090,7 +1090,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/postgrespro/snowball_ext
    - https://github.com/duckbill/sp-gist
    - https://github.com/dimv36/sphinxlink
    - https://github.com/arnegrim/sql_firewall
    - https://github.com/arnegrim/sql_firewall
    - https://github.com/uptimejp/sql_firewall ⭐️⭐️
    - https://github.com/aganatramoat/sqlite_fdw
    - https://github.com/gleu/sqlite_fdw ⭐️
    @@ -1101,13 +1101,13 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/EnterpriseDB/sslutils
    - https://github.com/asotolongo/stat_record_old
    - https://github.com/slardiere/streaminglag
    - https://github.com/leandrohm/sybase_fdw
    - https://github.com/leandrohm/sybase_fdw
    - https://github.com/raitech/sybase_fdw
    - https://github.com/vibhorkum/synchronize-logical-slots
    - https://github.com/pgstuff/sys_syn_dblink
    - https://github.com/EnterpriseDB/system_stats ⭐️
    - https://github.com/peak6/tab_tier
    - https://github.com/credativ/table_log
    - https://github.com/credativ/table_log
    - https://github.com/psoo/table_log
    - https://github.com/glynastill/table_log_pl
    - https://github.com/snaga/tablelog
    @@ -1131,7 +1131,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/timescale/timescaledb ⭐️⭐️⭐️
    - https://github.com/mweber26/timestampandtz ⭐️
    - https://github.com/liguangxian/timing
    - https://github.com/k-gun/tinyint-postgresql
    - https://github.com/k-gun/tinyint-postgresql
    - https://github.com/umitanuki/tinyint-postgresql ⭐️
    - https://github.com/trimark-jp/tm-postgres-basics
    - https://github.com/trimark-jp/tm-updated-date
    @@ -1144,7 +1144,7 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/BrandwatchLtd/trunkfingerprint
    - https://github.com/zulip/tsearch_extras
    - https://github.com/postgrespro/tsexact ⭐️
    - https://github.com/ArturFormella/tsexample
    - https://github.com/ArturFormella/tsexample
    - https://github.com/postgrespro/tsexample ⭐️
    - https://github.com/goldenhelix/tsf-fdw
    - https://github.com/postgrespro/tsvector2 ⭐️
    @@ -1163,18 +1163,18 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/RhodiumToad/uuid-freebsd
    - https://github.com/asotolongo/vacuum_utils
    - https://github.com/guedes/validadores
    - https://github.com/sebastianwebber/validadores
    - https://github.com/sebastianwebber/validadores
    - https://github.com/BlueTreble/variant
    - https://github.com/cybertec-postgresql/vectoragg
    - https://github.com/zhangh43/vectorize_engine ⭐️
    - https://github.com/akorotkov/vgram
    - https://github.com/sech9446/vgram
    - https://github.com/sech9446/vgram
    - https://github.com/nuko-yokohama/vmatch
    - https://github.com/postgrespro/vops ⭐️⭐️
    - https://github.com/moritetu/walreader
    - https://github.com/kentik/wdb_fdw
    - https://github.com/Kozea/weighted_mean ⭐️
    - https://github.com/davidfetter/weighted_stats
    - https://github.com/davidfetter/weighted_stats
    - https://github.com/postgrespro/wildspeed
    - https://github.com/adjust/wltree
    - https://github.com/cyga/www_fdw ⭐️⭐️
    @@ -1186,4 +1186,4 @@ If some repo is missing, please add it and send a Pull Request.
    - https://github.com/amutu/zhparser ⭐️⭐️
    - https://github.com/beargiles/zipfile-fdw
    - https://github.com/zombodb/zombodb ⭐️⭐️⭐️
    - https://github.com/postgrespro/zson ⭐️⭐️
    - https://github.com/postgrespro/zson ⭐️⭐️
  21. @joelonsql joelonsql created this gist Feb 10, 2022.
    1,189 changes: 1,189 additions & 0 deletions PostgreSQL-EXTENSIONs.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,1189 @@
    # 🗺🐘 1000+ PostgreSQL EXTENSIONs

    This is a list of URLs to PostgreSQL EXTENSION repos,
    listed in alphabetical order of parent repo,
    with active forks listed under each parent.

    ⭐️ >= 10 stars
    ⭐️⭐️ >= 100 stars
    ⭐️⭐️⭐️ >= 1000 stars
    *Numbers of stars might not be up-to-date.*

    If some repo is missing, please add it and send a Pull Request.

    - https://github.com/michelleliza/1nf-stppattern-psql-extension
    - https://github.com/bitnine-oss/AgensGraph-Extension ⭐️⭐️
    - https://github.com/mintduck/AgensGraph-Extension
    - https://github.com/furkansahin/Aggregate-Average
    - https://github.com/accarniel/FESTIval
    - https://github.com/atris/JDBC_FDW ⭐️
    - https://github.com/NikitOS94/MDBQT
    - https://github.com/Rahila/Median
    - https://github.com/NikitOS94/MonQ
    - https://github.com/AndrewFribush/Multicorn
    - https://github.com/Segfault-Inc/Multicorn ⭐️⭐️
    - https://github.com/splitgraph/Multicorn
    - https://github.com/Chessbrain/NORM
    - https://github.com/trlorenz/PG-recursively_delete ⭐️
    - https://github.com/a5221985/PhaseZero_Scripts
    - https://github.com/yorickdewid/PostgreSQL-IBAN
    - https://github.com/fromz/PostgreSQL-Temporal
    - https://github.com/jeff-davis/PostgreSQL-Temporal ⭐️
    - https://github.com/postgresqlf/PostgreSQL_f ⭐️
    - https://github.com/jsc0218/PostgresForeignDataWrapper
    - https://github.com/WinteryFox/PostgresSnowflake
    - https://github.com/burggraf/SupaScript ⭐️
    - https://github.com/accarniel/VagueGeometry
    - https://github.com/arkhipov/acl ⭐️
    - https://github.com/bookvik/acl
    - https://github.com/satya10x/advcopy ⭐️
    - https://github.com/sanglijunfengDev/aerospike_fdw
    - https://github.com/pjungwir/aggs_for_arrays ⭐️
    - https://github.com/pjungwir/aggs_for_vecs ⭐️
    - https://github.com/x4m/ags
    - https://github.com/adjust/ajbool
    - https://github.com/adjust/all_substrings_tokenizer
    - https://github.com/chochkov/all_substrings_tokenizer
    - https://github.com/petergeoghegan/amcheck ⭐️
    - https://github.com/danolivo/anotherSelfJoin
    - https://github.com/main--/append_only_heap
    - https://github.com/postgrespro/aqo ⭐️⭐️
    - https://github.com/bashtanov/argm ⭐️
    - https://github.com/2ndQuadrant/array_textsort
    - https://github.com/lab-csx-ufmg/ast_postgis
    - https://github.com/lizardoluis/ast_postgis ⭐️
    - https://github.com/karpov-sv/astrocat
    - https://github.com/ArturFormella/async_response
    - https://github.com/XiaYingyin/atree
    - https://github.com/2ndQuadrant/audit-trigger ⭐️⭐️
    - https://github.com/gfphoenix78/autofailover
    - https://github.com/petere/autopex
    - https://github.com/okbob/autoreindex
    - https://github.com/gleu/autovacuum_informations
    - https://github.com/pgstuff/base32_4b
    - https://github.com/JLockerman/bench_pg_unwind
    - https://github.com/CyberDem0n/bg_mon ⭐️
    - https://github.com/sany1231/binvec
    - https://github.com/chenquanzhao/blackhole_fdw
    - https://github.com/hcyGo/blackhole_fdw
    - https://github.com/pgsql-tw/blackhole_fdw
    - https://github.com/davidfetter/blackhole_hook
    - https://github.com/ozum/boolean_cascaded
    - https://github.com/2ndquadrant-it/brin4postgis
    - https://github.com/kayform/bwcontrol
    - https://github.com/postgrespro/bztree
    - https://github.com/chobostar/calculate_markup
    - https://github.com/macdice/calendars
    - https://github.com/johto/call_graph
    - https://github.com/klando/call_graph
    - https://github.com/philopon/cas
    - https://github.com/jaiminpan/cassandra2_fdw ⭐️
    - https://github.com/QuantamHD/cassandra_fdw
    - https://github.com/The-Alchemist/cassandra_fdw
    - https://github.com/fedesilva/cassandra_fdw
    - https://github.com/pgsql-io/cassandra_fdw
    - https://github.com/yanliu8/cbtree
    - https://github.com/tvondra/ccnumber ⭐️
    - https://github.com/rafatower/cdb_extension_fw
    - https://github.com/mikeizbicki/chajda
    - https://github.com/olshevskiy87/check_digits
    - https://github.com/yvazquezo/check_orapg
    - https://github.com/nate1001/chess_index
    - https://github.com/lacanoid/chkpass
    - https://github.com/cloud-sn2/cigration ⭐️
    - https://github.com/messagebird/clickhouse-postgres-fdw ⭐️
    - https://github.com/x4m/clickhouse_fdw
    - https://github.com/Percona-Lab/clickhousedb_fdw ⭐️⭐️
    - https://github.com/oudalab/mms
    - https://github.com/ozturkosu/cms_topn
    - https://github.com/remzicanaksoy/cms_topn
    - https://github.com/theory/colnames
    - https://github.com/semenikhind/complex_contrib
    - https://github.com/ibarwick/config_log
    - https://github.com/tvondra/connection_limits
    - https://github.com/ibarwick/conninfo
    - https://github.com/katrinaibast/constr_name_unif
    - https://github.com/postgres-ci/core
    - https://github.com/ZhengYang/couchdb_fdw ⭐️
    - https://github.com/golgauth/couchdb_fdw
    - https://github.com/BrandwatchLtd/count_distinct
    - https://github.com/tvondra/count_distinct ⭐️
    - https://github.com/CrunchyData/crunchy_check_access ⭐️
    - https://github.com/dverite/cryptint
    - https://github.com/citusdata/cstore_fdw ⭐️⭐️⭐️
    - https://github.com/renevdzee/cstore_fdw
    - https://github.com/dotnwat/cstore_fdw
    - https://github.com/wanghongxiang2018/cstore_fdw
    - https://github.com/XiaYingyin/ctidscan
    - https://github.com/kaigai/ctidscan
    - https://github.com/kelvich/cube
    - https://github.com/fusiongyro/damm
    - https://github.com/Octonica/data_rig
    - https://github.com/darold/datalink
    - https://github.com/lacanoid/datalink
    - https://github.com/apache/datasketches-postgresql ⭐️
    - https://github.com/mmusnjak/datasketches-postgresql
    - https://github.com/wolfgangbrandl/db2_fdw ⭐️
    - https://github.com/credativ/db2fce
    - https://github.com/stanislawbartkowski/db2odbc_fdw
    - https://github.com/asotolongo/db_info
    - https://github.com/cybertec-postgresql/db_migrator
    - https://github.com/ossc-db/dblink_plus ⭐️
    - https://github.com/okbob/dbms_sql
    - https://github.com/spd010273/dbstat
    - https://github.com/ZhengYang/dc_fdw
    - https://github.com/asotolongo/ddla
    - https://github.com/sebschrader/debian-pkg-postgresql-mysql-fdw
    - https://github.com/MasahikoSawada/debug_funcs
    - https://github.com/Naros/postgres-decoderbufs
    - https://github.com/xstevens/decoderbufs ⭐️⭐️
    - https://github.com/liaorc/devel-master
    - https://github.com/no0p/dict_exclude
    - https://github.com/mohangk/dict_id
    - https://github.com/obartunov/dict_regex
    - https://github.com/postgrespro/dict_regex
    - https://github.com/obartunov/dict_roman
    - https://github.com/za-arthur/dict_translate
    - https://github.com/Houston-Inc/dict_voikko ⭐️
    - https://github.com/MattiL/dict_voikko
    - https://github.com/greenplum-db/diskquota ⭐️
    - https://github.com/conversant/postgres_hyperloglog ⭐️
    - https://github.com/tvondra/distinct_estimators ⭐️
    - https://github.com/s-hironobu/dont_drop_db
    - https://github.com/xiaowing/douban_fdw
    - https://github.com/cybertec-postgresql/drop_role_helper
    - https://github.com/alitrack/duckdb_fdw ⭐️
    - https://github.com/slaught/dummy_fdw
    - https://github.com/MeetMe/dump_fdw ⭐️
    - https://github.com/nmandery/dumppoints
    - https://github.com/vibhorkum/edb_block_commands
    - https://github.com/vibhorkum/edb_foreignkeyconstraintmanager
    - https://github.com/vibhorkum/edb_pgpool_adm
    - https://github.com/vibhorkum/efm_extension
    - https://github.com/asotolongo/email
    - https://github.com/Kozea/emaj
    - https://github.com/dalibo/emaj ⭐️
    - https://github.com/tvondra/empty
    - https://github.com/spd010273/event_manager
    - https://github.com/danolivo/execplan
    - https://github.com/theory/explanation
    - https://github.com/ibarwick/extension_template
    - https://github.com/darold/external_file
    - https://github.com/xocolatl/extra_window_functions ⭐️
    - https://github.com/ehfeng/faker
    - https://github.com/niquola/fhir_jsonb
    - https://github.com/niquola/fhirbase
    - https://github.com/wanghaisheng/fhirbase
    - https://github.com/niquola/fhirpath-pg
    - https://github.com/japinli/fibonacci
    - https://github.com/geezer-workshop/file_fdw
    - https://github.com/lianhuiwang/file_fdw
    - https://github.com/nubiofs/file_fdw
    - https://github.com/corlogic-code/file_fdw_program
    - https://github.com/adunstan/file_fixed_length_record_fdw ⭐️
    - https://github.com/adunstan/file_text_array_fdw ⭐️
    - https://github.com/ibarwick/filenode_map_inspect
    - https://github.com/ibarwick/firebird_fdw ⭐️
    - https://github.com/celian-garcia/firefly-database
    - https://github.com/nbonnotte/first_last
    - https://github.com/adjust/first_last_agg
    - https://github.com/wulczer/first_last_agg ⭐️
    - https://github.com/2ndQuadrant/fixeddecimal ⭐️
    - https://github.com/pjungwir/floatfile
    - https://github.com/pjungwir/floatvec
    - https://github.com/benchub/flux
    - https://github.com/amutu/fnvhash
    - https://github.com/komamitsu/foreign_table_exposer ⭐️
    - https://github.com/melanieplageman/format
    - https://github.com/cybertec-postgresql/format_x
    - https://github.com/melanieplageman/format_x
    - https://github.com/rongfengliang/fpm-pg-extension-package-generate-demo
    - https://github.com/liminghu/fuzzystrmatch
    - https://github.com/huseynsnmz/gbdchecks
    - https://github.com/mnelemans/gbuilder
    - https://github.com/corlogic-code/generate_date_series
    - https://github.com/okbob/generic-scheduler
    - https://github.com/mnelemans/geohash-extra
    - https://github.com/GeoHistoricalData/geohistorical_objects
    - https://github.com/tvondra/geoip ⭐️
    - https://github.com/parkag/geqo
    - https://github.com/idrawone/get_sum
    - https://github.com/x4m/gevel
    - https://github.com/hoangpham96/gist-isax
    - https://github.com/franckverrot/git_fdw ⭐️
    - https://github.com/dennwc/go-fdw ⭐️
    - https://github.com/hangzhou-cstech/gogudb
    - https://github.com/durch/google-bigtable-postgres-extension
    - https://github.com/durch/google-bigtable-postgres-fdw ⭐️
    - https://github.com/YangJunzhou/gpdb-roaringbitmap
    - https://github.com/zeromax007/gpdb-roaringbitmap ⭐️
    - https://github.com/fsalc/gprom-pgsql
    - https://github.com/luxms/greenplum-fdw
    - https://github.com/pgspider/griddb_fdw
    - https://github.com/danolivo/gtables_fdw
    - https://github.com/nicklasaven/gunzip_pg
    - https://github.com/bytesandbrains/h3-pg ⭐️
    - https://github.com/palestamp/hamming_distance
    - https://github.com/sangli00/hash_fdw
    - https://github.com/adjust/hashtypes
    - https://github.com/pandrewhk/hashtypes ⭐️
    - https://github.com/fabriziomello/hba_fdw
    - https://github.com/timbira/hba_sql
    - https://github.com/troels/hbase_fdw
    - https://github.com/EnterpriseDB/hdfs_fdw ⭐️⭐️
    - https://github.com/wikrsh/hello_fdw ⭐️
    - https://github.com/vadv/hide_statements_in_log
    - https://github.com/IrNesterova/hierarchicalClusteringForDiploma
    - https://github.com/GeoHistoricalData/historical_geocoding
    - https://github.com/bigsql/hive_fdw
    - https://github.com/pgsql-io/hive_fdw
    - https://github.com/abrandoned/holycorn
    - https://github.com/franckverrot/holycorn ⭐️⭐️
    - https://github.com/postgrespro/hstore_ops ⭐️
    - https://github.com/vpikulik/hunspell_de_compounds
    - https://github.com/Hermanverschooten/hv_date_functions
    - https://github.com/HypoPG/hypopg ⭐️⭐️
    - https://github.com/dverite/icu_ext ⭐️
    - https://github.com/knizhnik/imcs ⭐️⭐️
    - https://github.com/ArturFormella/imgsmlr
    - https://github.com/Irytacja/imgsmlr
    - https://github.com/postgrespro/imgsmlr ⭐️⭐️
    - https://github.com/apache/incubator-age ⭐️⭐️
    - https://github.com/tvondra/index_analyzer
    - https://github.com/pjungwir/inetrange
    - https://github.com/pgspider/influxdb_fdw ⭐️
    - https://github.com/credativ/informix_fdw ⭐️
    - https://github.com/RhodiumToad/ip4r ⭐️⭐️
    - https://github.com/furstenheim/is_jsonb_valid ⭐️
    - https://github.com/adjust/istore ⭐️
    - https://github.com/KiriakosGeorgiou/istoria
    - https://github.com/dvarrazzo/italian_codes
    - https://github.com/heimir-sverrisson/jdbc2_fdw ⭐️
    - https://github.com/numerigraphe/jdbc2_fdw
    - https://github.com/seanlong/jieba_parser
    - https://github.com/uphold/json-output
    - https://github.com/theirix/json_accessors
    - https://github.com/pgexperts/json_build ⭐️
    - https://github.com/nkhorman/json_fdw ⭐️⭐️
    - https://github.com/koctep/jsonb-extend
    - https://github.com/pavel-xa/jsonb-extend
    - https://github.com/glynastill/jsonb_delete
    - https://github.com/mhagander/jsonb_delete_array
    - https://github.com/erthalion/jsonb_explorer
    - https://github.com/niquola/jsonb_extra
    - https://github.com/postgrespro/jsonb_schema
    - https://github.com/adunstan/jsonb_set_lax
    - https://github.com/postgrespro/jsonbd
    - https://github.com/erthalion/jsonbx ⭐️
    - https://github.com/instructure/jsoncdc ⭐️
    - https://github.com/ponimas/jsoncdc
    - https://github.com/posix4e/jsoncdc ⭐️
    - https://github.com/everilae/jsonfun
    - https://github.com/niquola/jsonknife ⭐️
    - https://github.com/postgrespro/jsquery ⭐️⭐️
    - https://github.com/asotolongo/jx_io
    - https://github.com/arenadata/kafka-adb-os
    - https://github.com/BrandwatchLtd/kafka_fdw
    - https://github.com/adjust/kafka_fdw ⭐️
    - https://github.com/cohenjo/kafka_fdw
    - https://github.com/ontaev/kalmyk-hunspell
    - https://github.com/umitanuki/kmeans-postgresql ⭐️
    - https://github.com/nuko-yokohama/ksj
    - https://github.com/cloudflarearchive/kt_fdw ⭐️
    - https://github.com/webcore-no/kt_fdw
    - https://github.com/theory/kv-pair ⭐️
    - https://github.com/guedes/ldap_fdw ⭐️
    - https://github.com/vibhorkum/ldapfdw
    - https://github.com/knaw-huc/lenticular-lens-postgresql
    - https://github.com/crtsh/libx509pq ⭐️
    - https://github.com/niquola/lispg
    - https://github.com/b4oshany/livewire
    - https://github.com/rhysallister/livewire
    - https://github.com/Houdini/log_entries
    - https://github.com/munakoiso/logerrors ⭐️
    - https://github.com/liang7878/login_refuse
    - https://github.com/sroeschus/loginfo
    - https://github.com/gojuno/lostgis ⭐️
    - https://github.com/mediait/lpathtree
    - https://github.com/postgrespro/lsm
    - https://github.com/postgrespro/lsm3 ⭐️
    - https://github.com/topretejal/lsm_idx
    - https://github.com/jianingy/ltree
    - https://github.com/seanpringle/lua_fdw
    - https://github.com/pgbigm/ludia_funcs
    - https://github.com/matlads/mapcode-postgres
    - https://github.com/tvondra/md5hash
    - https://github.com/plotts/median
    - https://github.com/sgichohi/median
    - https://github.com/jyosoman/median_aggregate
    - https://github.com/postgrespro/memstat
    - https://github.com/cybertec-postgresql/merge_ips
    - https://github.com/aquametalabs/meta_triggers
    - https://github.com/omniti-labs/mimeo ⭐️
    - https://github.com/payals/mimeo
    - https://github.com/leskin-in/mipt-asj
    - https://github.com/postgrespro/mmts ⭐️
    - https://github.com/ray2501/monetdb_fdw
    - https://github.com/snaga/monetdb_fdw ⭐️
    - https://github.com/RelateIQ-chef/mongo_fdw
    - https://github.com/EnterpriseDB/mongo_fdw ⭐️⭐️
    - https://github.com/citusdata/mongo_fdw ⭐️⭐️
    - https://github.com/digoal/mongo_fdw
    - https://github.com/frost242/monitoring_role
    - https://github.com/postgrespro/monq ⭐️
    - https://github.com/asotolongo/msmov
    - https://github.com/zhongjn/mtree
    - https://github.com/NaughtyDogOfSchrodinger/multicorn
    - https://github.com/olshevskiy87/multicorn
    - https://github.com/evetion/multistar
    - https://github.com/tongxin/mypg_sharding
    - https://github.com/EnterpriseDB/mysql_fdw ⭐️⭐️
    - https://github.com/kornelski/mysqlcompat ⭐️
    - https://github.com/sangli00/nanomsgtopdb
    - https://github.com/stereobooster/natural_sort-pgxn
    - https://github.com/sim51/neo4j-fdw ⭐️
    - https://github.com/nuko-yokohama/neo4j_fdw ⭐️
    - https://github.com/ekayim/non_truncate
    - https://github.com/ergo70/nseq
    - https://github.com/nuko-yokohama/ntext
    - https://github.com/cahutton/numeric_domains
    - https://github.com/tarkmeper/numpgsql
    - https://github.com/rongfengliang/nvl-pg-extension
    - https://github.com/rogerioacp/oblivpg_ftw
    - https://github.com/sgsfak/ocgeo_fdw
    - https://github.com/CartoDB/odbc_fdw ⭐️
    - https://github.com/ZhengYang/odbc_fdw ⭐️
    - https://github.com/hangzhou-cstech/odbc_fdw
    - https://github.com/cybertec-postgresql/ora_migrator ⭐️
    - https://github.com/ibrarahmad/oracle_fdw
    - https://github.com/RekGRpth/oracle_fdw
    - https://github.com/laurenz/oracle_fdw ⭐️⭐️
    - https://github.com/orafce/orafce ⭐️⭐️
    - https://github.com/HighgoSoftware/orc_fdw
    - https://github.com/gokhankici/orc_fdw ⭐️
    - https://github.com/nextgres/oss-pgtsql
    - https://github.com/asio/otp
    - https://github.com/zitsen/otp
    - https://github.com/hollobon/pagevis
    - https://github.com/tvondra/palloc_bench
    - https://github.com/danolivo/pargres
    - https://github.com/adjust/parquet_fdw ⭐️
    - https://github.com/tai/parquet_fdw
    - https://github.com/theirix/parray_gin ⭐️
    - https://github.com/dturon/partman_to_cstore
    - https://github.com/beargiles/passwd-fdw
    - https://github.com/asio/password
    - https://github.com/eendroroy/passwordpolicy
    - https://github.com/funbringer/pathman_sharding
    - https://github.com/xocolatl/periods ⭐️⭐️
    - https://github.com/dverite/permuteseq ⭐️
    - https://github.com/posix4e/petstore-jsoncdc
    - https://github.com/adjust/pg-ajversion
    - https://github.com/m-martinez/pg-audit-json ⭐️
    - https://github.com/adjust/pg-base36
    - https://github.com/EvanCarroll/pg-bignum
    - https://github.com/beargiles/pg-bignum ⭐️
    - https://github.com/craigbranscom/pg-biguint
    - https://github.com/paroga/pg-cbor
    - https://github.com/truthly/pg-cbor
    - https://github.com/beargiles/pg-cert
    - https://github.com/NCarson/pg-chessboard
    - https://github.com/zejn/pg-colors
    - https://github.com/beargiles/pg-complex
    - https://github.com/adjust/pg-country
    - https://github.com/adjust/pg-currency ⭐️
    - https://github.com/bjeanes/pg-dataclips
    - https://github.com/adjust/pg-device_type
    - https://github.com/ratbox/pg-digest
    - https://github.com/ameensol/pg-ecdsa
    - https://github.com/truthly/pg-emoji ⭐️
    - https://github.com/pborne/pg-file-fdw-gds
    - https://github.com/hooopo/pg-fuzzywuzzy
    - https://github.com/scottjustin5000/pg-gcd
    - https://github.com/adjust/pg-geoip2lookup
    - https://github.com/theory/pg-hash64
    - https://github.com/theory/pg-hostname
    - https://github.com/claesjac/pg-json
    - https://github.com/choplin/pg-jsonpath
    - https://github.com/adjust/pg-language
    - https://github.com/blm768/pg-libnumbertext
    - https://github.com/blm768/pg-libphonenumber ⭐️
    - https://github.com/scottjustin5000/pg-median
    - https://github.com/Jacob-Kroeze/pg-message-queue
    - https://github.com/rodolfodpk/pg-message-queue
    - https://github.com/rpdelaney/pg-message-queue ⭐️
    - https://github.com/dalbani/pg-modeshape-bson
    - https://github.com/wellmart/pg-nextid
    - https://github.com/adjust/pg-numhstore
    - https://github.com/beargiles/pg-openssl
    - https://github.com/adjust/pg-os_name
    - https://github.com/wulczer/pg-progress
    - https://github.com/adjust/pg-roleman
    - https://github.com/sbertrang/pg-ruid
    - https://github.com/sylvainv/pg-salesforce-id
    - https://github.com/theory/pg-semver ⭐️
    - https://github.com/mgit-at/pg-semver-debian
    - https://github.com/arunchaganty/pg-span
    - https://github.com/andy128k/pg-sphinx ⭐️
    - https://github.com/capomafiosoken/pg-sphinx
    - https://github.com/gmr/pg-statsd ⭐️
    - https://github.com/heterodb/pg-strom ⭐️⭐️
    - https://github.com/scottjustin5000/pg-sum-array
    - https://github.com/adjust/pg-telemetry ⭐️
    - https://github.com/RhodiumToad/pg-toastutils
    - https://github.com/ahmetkucuk/pg-trajectory
    - https://github.com/einhverfr/pg-trumpet
    - https://github.com/edoceo/pg-ulid ⭐️
    - https://github.com/ancoron/pg-uuid-ext
    - https://github.com/ancoron/pg-uuid-int32
    - https://github.com/ancoron/pg-uuid-int64
    - https://github.com/truthly/pg-webauthn
    - https://github.com/gciolli/pg2podg
    - https://github.com/Tostino/pgAutomator-extension
    - https://github.com/marconeperes/pgBRTypes
    - https://github.com/okbob/pgDecimal
    - https://github.com/OnroerendErfgoed/pgSFTI
    - https://github.com/soduco/pgSFTI
    - https://github.com/akorotkov/pg_aa
    - https://github.com/abris-platform/pg_abris
    - https://github.com/papercompute/pg_acce
    - https://github.com/mikeizbicki/pg_agg
    - https://github.com/jwdeitch/pg_agg_sample
    - https://github.com/kostiantyn-nemchenko/pg_algorithms
    - https://github.com/frankbv/pg_amqp
    - https://github.com/omniti-labs/pg_amqp ⭐️⭐️
    - https://github.com/rlichtenwalter/pg_array_multi_index
    - https://github.com/RekGRpth/pg_async
    - https://github.com/davidfetter/pg_audit
    - https://github.com/disqus/pg_audit
    - https://github.com/ttfkam/pg_audit
    - https://github.com/alexandersamoylov/pg_audit_tools
    - https://github.com/kouber/pg_auditor
    - https://github.com/RafiaSabih/pg_auth_mon ⭐️
    - https://github.com/adunstan/pg_b64enc_rust
    - https://github.com/vibhorkum/pg_background ⭐️
    - https://github.com/postgrespro/pg_backtrace ⭐️
    - https://github.com/trustly/pg_badplan ⭐️
    - https://github.com/MasahikoSawada/pg_bigm
    - https://github.com/kou/pg_bigm
    - https://github.com/pgbigm/pg_bigm
    - https://github.com/aotake/pg_bigm-masahiko
    - https://github.com/tomhebbron/pg_bitstring_helpers
    - https://github.com/blkchain/pg_blkchain ⭐️⭐️
    - https://github.com/cosmic-jc/pg_block_join
    - https://github.com/nuko-yokohama/pg_block_systemcatalog
    - https://github.com/s-hironobu/pg_bman
    - https://github.com/rdunklau/pg_bofh
    - https://github.com/nmandery/pg_byteamagic
    - https://github.com/ozum/pg_cache_tree
    - https://github.com/itarient/pg_calcpi
    - https://github.com/aquametalabs/pg_catalog_get_defs
    - https://github.com/MasahikoSawada/pg_cgroup
    - https://github.com/MasaoFujii/pg_cheat_funcs ⭐️
    - https://github.com/hlinnaka/pg_check
    - https://github.com/tvondra/pg_check ⭐️
    - https://github.com/sshutdownow/pg_check-chap-md5
    - https://github.com/sangli00/pg_checkdestroy
    - https://github.com/freewizard/pg_cjk_parser
    - https://github.com/huangjimmy/pg_cjk_parser
    - https://github.com/ccutrer/pg_collkey
    - https://github.com/byucesoy/pg_color
    - https://github.com/onderkalaci/pg_color
    - https://github.com/snaiffer/pg_compress
    - https://github.com/fdr/pg_connlimit
    - https://github.com/ttfkam/pg_content_utils
    - https://github.com/MasaoFujii/pg_control_priority
    - https://github.com/segasai/pg_coordconvert
    - https://github.com/cybertec-postgresql/pg_crash ⭐️
    - https://github.com/s-hironobu/pg_crash
    - https://github.com/davidcrawford/pg_crasher
    - https://github.com/postgrespro/pg_credereum ⭐️
    - https://github.com/citusdata/pg_cron ⭐️⭐️⭐️
    - https://github.com/samber/pg_cron
    - https://github.com/adjust/pg_cryogen ⭐️
    - https://github.com/RekGRpth/pg_curl ⭐️
    - https://github.com/ozum/pg_datatype_password
    - https://github.com/ossc-db/pg_dbms_stats ⭐️
    - https://github.com/pgcodekeeper/pg_dbo_timestamp
    - https://github.com/japinli/pg_dbsm
    - https://github.com/alexandersamoylov/pg_dbwa
    - https://github.com/frost242/pg_decode_infomask
    - https://github.com/min-mwei/pg_digests
    - https://github.com/dsarafan/pg_dirty_hands
    - https://github.com/x4m/pg_dirty_hands
    - https://github.com/VladimirMikhailov/pg_dirtyread
    - https://github.com/df7cb/pg_dirtyread ⭐️
    - https://github.com/abris-platform/pg_dms
    - https://github.com/keithf4/pg_doc_store ⭐️
    - https://github.com/robconery/pg_docs_api ⭐️
    - https://github.com/rjuju/pg_dropbuffers
    - https://github.com/zilder/pg_dropcache
    - https://github.com/kelvich/pg_dtm
    - https://github.com/postgrespro/pg_dtm ⭐️
    - https://github.com/k0001/pg_ed25519
    - https://github.com/gerdansantos/pg_elephant
    - https://github.com/ergo70/pg_etag
    - https://github.com/akira-tech/pg_ext_JiraRestClient
    - https://github.com/alexandersamoylov/pg_eyes
    - https://github.com/enova/pg_fact_loader
    - https://github.com/MasaoFujii/pg_fallback_utf8_to_euc_jp
    - https://github.com/d-e-n-t-y/pg_fdw_mv_rewrite
    - https://github.com/ligurio/pg_feedback
    - https://github.com/intgr/pg_financial
    - https://github.com/jasonmp85/pg_fiu
    - https://github.com/lemoineat/pg_fkpart
    - https://github.com/MasahikoSawada/pg_foobar
    - https://github.com/ttfkam/pg_formatbase
    - https://github.com/nuko-yokohama/pg_fraction
    - https://github.com/adauhr/pg_frapi
    - https://github.com/lawrencejones/pg_frozen
    - https://github.com/romgrk/pg_fzy
    - https://github.com/ttfkam/pg_geekspeak
    - https://github.com/ttfkam/pg_geekspeak_calendar
    - https://github.com/pindlebot/pg_gen_uid
    - https://github.com/rlichtenwalter/pg_genotype
    - https://github.com/jistok/pg_geohash ⭐️
    - https://github.com/siose-innova/pg_geohash_extra
    - https://github.com/ttfkam/pg_geoip
    - https://github.com/sangli00/pg_get_page_tuple
    - https://github.com/pgsentinel/pg_get_queryid
    - https://github.com/postgrespro/pg_grab_statement ⭐️
    - https://github.com/shereshevsky/pg_grants_manager
    - https://github.com/RekGRpth/pg_grpc
    - https://github.com/ferndalehall/pg_gsl
    - https://github.com/iCyberon/pg_hashids ⭐️⭐️
    - https://github.com/turnstep/pg_healer ⭐️
    - https://github.com/segasai/pg_healpix
    - https://github.com/magnusp/pg_hello
    - https://github.com/mrnugget/pg_hello_world
    - https://github.com/ossc-db/pg_hint_plan ⭐️⭐️
    - https://github.com/segasai/pg_hist
    - https://github.com/eugwne/pg_hook_lj
    - https://github.com/RekGRpth/pg_htmldoc
    - https://github.com/pasha132/pg_idm
    - https://github.com/cohenjo/pg_idx_advisor ⭐️
    - https://github.com/dbaston/pg_implicit_schema
    - https://github.com/rlichtenwalter/pg_imputed_genotype
    - https://github.com/eulerto/pg_inet_addr
    - https://github.com/citusdata/pg_intpair
    - https://github.com/jaiminpan/pg_jieba ⭐️⭐️
    - https://github.com/philwinn/pg_jit
    - https://github.com/michelmilezzi/pg_job_queue
    - https://github.com/omniti-labs/pg_jobmon ⭐️⭐️
    - https://github.com/dgillis/pg_json_query
    - https://github.com/asotolongo/pg_json_utils
    - https://github.com/glynastill/pg_jsonb_opx
    - https://github.com/slardiere/pg_jsonpatch
    - https://github.com/maparent/pg_kafka
    - https://github.com/xstevens/pg_kafka ⭐️⭐️
    - https://github.com/alaisi/pg_kafka_events
    - https://github.com/MasahikoSawada/pg_keeper ⭐️
    - https://github.com/kmblack1/pg_kmcb
    - https://github.com/siose-innova/pg_landmetrics
    - https://github.com/RhodiumToad/pg_lextest
    - https://github.com/funbringer/pg_linegazer
    - https://github.com/adjust/pg_lock_pool
    - https://github.com/pierreforstmann/pg_log_statements
    - https://github.com/heroku/pg_logfebe
    - https://github.com/logplex/pg_logfebe
    - https://github.com/heroku/pg_logfebe-debian
    - https://github.com/logplex/pg_logfebe-debian
    - https://github.com/funbringer/pg_logging
    - https://github.com/postgrespro/pg_logging ⭐️
    - https://github.com/pierreforstmann/pg_logqueryid
    - https://github.com/bishtgayatri/pg_logs_kafka
    - https://github.com/zilder/pg_lz4 ⭐️
    - https://github.com/semenikhind/pg_map
    - https://github.com/sycobuny/pg_markdown
    - https://github.com/kalman5/pg_median
    - https://github.com/za-arthur/pg_median
    - https://github.com/greenape/pg_median_utils
    - https://github.com/topharley/pg_mem_counters
    - https://github.com/jackgo73/pg_memorycontext
    - https://github.com/jatobadb/pg_memorydump
    - https://github.com/aquameta/pg_meta
    - https://github.com/theory/pg_meta
    - https://github.com/johto/pg_metrics
    - https://github.com/avito-tech/pg_metricus_c ⭐️
    - https://github.com/nvorobev/pg_metricus_c
    - https://github.com/lithp/pg_micromanage
    - https://github.com/moritetu/pg_mod_sample
    - https://github.com/RafiaSabih/pg_mon
    - https://github.com/choplin/pg_msgpack
    - https://github.com/RekGRpth/pg_mupdf
    - https://github.com/RekGRpth/pg_mustach
    - https://github.com/maxoodf/pg_mystem
    - https://github.com/rlichtenwalter/pg_nanp
    - https://github.com/Fenoman/pg_natural_sort_order
    - https://github.com/Zeleo/pg_natural_sort_order
    - https://github.com/ttfkam/pg_newsfeeds
    - https://github.com/roa/pg_nice
    - https://github.com/fabriziomello/pg_normalize_query ⭐️
    - https://github.com/citusdata/pg_octopus
    - https://github.com/jad21/pg_oltp_bench
    - https://github.com/postgrespro/pg_oltp_bench ⭐️
    - https://github.com/PostgreSQL-Migration-Toolkit/pg_oracle
    - https://github.com/bdrouvot/pg_orphaned
    - https://github.com/meistervonperf/pg_outrider
    - https://github.com/harukat/pg_pageinspect_plus
    - https://github.com/postgrespro/pg_pageprep
    - https://github.com/zilder/pg_pageprep
    - https://github.com/uptimejp/pg_part ⭐️
    - https://github.com/funbringer/pg_particulous
    - https://github.com/disqus/pg_partition
    - https://github.com/alytics/pg_partman
    - https://github.com/pgpartman/pg_partman ⭐️⭐️⭐️
    - https://github.com/denishpatel/pg_partman_v2RC1
    - https://github.com/postgrespro/pg_pathman ⭐️⭐️
    - https://github.com/citusdata/pg_paxos ⭐️⭐️
    - https://github.com/cybertec-postgresql/pg_permission ⭐️
    - https://github.com/ossc-db/pg_plan_advsr ⭐️
    - https://github.com/nminoru/pg_plan_tree_dot
    - https://github.com/KLIEBHAN/pg_plsql_graphs
    - https://github.com/torrespri/pg_popyramids_datamarts
    - https://github.com/rlichtenwalter/pg_postal_code_ca
    - https://github.com/Timosha/pg_prewarm
    - https://github.com/schmiddy/pg_prioritize ⭐️
    - https://github.com/markwkm/pg_proctab ⭐️
    - https://github.com/zubkov-andrei/pg_profile ⭐️
    - https://github.com/akatruk/pg_profile_old
    - https://github.com/timescale/pg_prometheus ⭐️⭐️
    - https://github.com/MasahikoSawada/pg_promoter
    - https://github.com/afiskon/pg_protobuf ⭐️
    - https://github.com/alexandersamoylov/pg_prttn_tools
    - https://github.com/powa-team/pg_qualstats ⭐️⭐️
    - https://github.com/postgrespro/pg_query_state ⭐️⭐️
    - https://github.com/rjuju/pg_queryid
    - https://github.com/adjust/pg_querylog
    - https://github.com/hlinnaka/pg_quota
    - https://github.com/meiyifei/pg_random_string
    - https://github.com/begriffs/pg_rational ⭐️⭐️
    - https://github.com/pierreforstmann/pg_readonly
    - https://github.com/mreithub/pg_recall ⭐️
    - https://github.com/brettlaforge/pg_redis_pubsub ⭐️
    - https://github.com/edpratomo/pg_redispub
    - https://github.com/katsuragi-y/pg_reject_truncate
    - https://github.com/cybertec-postgresql/pg_remote_exec
    - https://github.com/danolivo/pg_repeater
    - https://github.com/realyota/pg_repl
    - https://github.com/nuko-yokohama/pg_reversi
    - https://github.com/harukat/pg_rlimit
    - https://github.com/ChenHuajun/pg_roaringbitmap ⭐️
    - https://github.com/petropavel13/pg_rrule ⭐️⭐️
    - https://github.com/anayrat/pg_sampletolog ⭐️
    - https://github.com/CartoDB/pg_schema_triggers ⭐️
    - https://github.com/jaiminpan/pg_scws ⭐️
    - https://github.com/TypedLambda/pg_secret
    - https://github.com/eendroroy/pg_semver
    - https://github.com/sshutdownow/pg_sendmail
    - https://github.com/RyanMarcus/pg_session_stats
    - https://github.com/menardorama/pg_sessions
    - https://github.com/sshutdownow/pg_setpriority
    - https://github.com/citusdata/pg_shard ⭐️⭐️⭐️
    - https://github.com/kelvich/pg_shard
    - https://github.com/nagyist/pg_shard
    - https://github.com/citusdata/pg_shard-old
    - https://github.com/vibhorkum/pg_shard_ppas
    - https://github.com/funbringer/pg_shardman
    - https://github.com/isgasho/pg_shardman
    - https://github.com/zhdk123456/pg_shardman
    - https://github.com/rjuju/pg_shared_plans
    - https://github.com/cybertec-postgresql/pg_show_plans ⭐️
    - https://github.com/erthalion/pg_simdjson ⭐️
    - https://github.com/eulerto/pg_similarity ⭐️⭐️
    - https://github.com/fairingrey/pg_simple_parser
    - https://github.com/MasahikoSawada/pg_simula ⭐️
    - https://github.com/labgeo/pg_siose_bench
    - https://github.com/siose-innova/pg_siose_bench
    - https://github.com/quentusrex/pg_sip
    - https://github.com/samber/pg_sleep
    - https://github.com/pindlebot/pg_slugify
    - https://github.com/credativ/pg_snakeoil ⭐️
    - https://github.com/matthewfranglen/pg_snapshot_too_old
    - https://github.com/the4thdoctor/pg_snapshot_too_old
    - https://github.com/powa-team/pg_sortstats ⭐️
    - https://github.com/MarkAntipin/pg_sparse_vector
    - https://github.com/maahl/pg_spi_examples
    - https://github.com/kouber/pg_sqlog
    - https://github.com/cybertec-postgresql/pg_squeeze ⭐️⭐️
    - https://github.com/RekGRpth/pg_ssl
    - https://github.com/mhagander/pg_sslstatus ⭐️
    - https://github.com/powa-team/pg_stat_kcache ⭐️⭐️
    - https://github.com/percona/pg_stat_monitor ⭐️⭐️
    - https://github.com/ysn-source/pg_stat_sql
    - https://github.com/legrandlegrand/pg_stat_sql_plans
    - https://github.com/uptimejp/pg_stat_statements2
    - https://github.com/ibrarahmad/pg_stat_statments
    - https://github.com/mpihlak/pg_stat_usage
    - https://github.com/s-hironobu/pg_stats
    - https://github.com/ossc-db/pg_store_plans ⭐️
    - https://github.com/jmckulk/pg_string_extension
    - https://github.com/kaigai/pg_strom ⭐️⭐️
    - https://github.com/singularita/pg_strverscmp
    - https://github.com/bdrouvot/pg_subtrans_infos
    - https://github.com/nuko-yokohama/pg_sulog
    - https://github.com/2ndQuadrant/pg_sysdatetime
    - https://github.com/magnusp/pg_ta
    - https://github.com/laorunsen/pg_test
    - https://github.com/za-arthur/pg_textparser
    - https://github.com/cossacklabs/pg_themis ⭐️
    - https://github.com/mnaza/pg_themis
    - https://github.com/ycui1984/pg_thrift
    - https://github.com/BlueTreble/pg_thud
    - https://github.com/TilelessMap/pg_tileless
    - https://github.com/rjuju/pg_timelord
    - https://github.com/pierreforstmann/pg_timeout
    - https://github.com/x4m/pg_tm_aux ⭐️
    - https://github.com/jkeifer/pg_tms
    - https://github.com/rjuju/pg_track_settings ⭐️
    - https://github.com/julmon/pg_track_slow_queries
    - https://github.com/postgrespro/pg_trgm_pro ⭐️
    - https://github.com/Vereschak/pg_tsdtm
    - https://github.com/cuulee/pg_tsdtm
    - https://github.com/gridl/pg_tsdtm
    - https://github.com/kelvich/pg_tsdtm
    - https://github.com/postgrespro/pg_tsdtm ⭐️
    - https://github.com/quinndiggity/pg_tsdtm
    - https://github.com/postgrespro/pg_tsparser ⭐️
    - https://github.com/nicklasaven/pg_twkb
    - https://github.com/zilder/pg_txn_status
    - https://github.com/zilder/pg_udp
    - https://github.com/iCyberon/pg_ulid ⭐️
    - https://github.com/alexkuz/pg_unidecode
    - https://github.com/gnarvaja/pg_unidecode
    - https://github.com/shurizzle/pg_url
    - https://github.com/postgrespro/pg_variables ⭐️
    - https://github.com/shurizzle/pg_variables
    - https://github.com/rlichtenwalter/pg_variant_functions
    - https://github.com/dgillis/pg_vartype
    - https://github.com/eendroroy/pg_vercomp
    - https://github.com/MasahikoSawada/pg_visibilitymap
    - https://github.com/RekGRpth/pg_wait_sampling
    - https://github.com/postgrespro/pg_wait_sampling ⭐️
    - https://github.com/le0pard/pg_web
    - https://github.com/RekGRpth/pg_wkhtmltopdf
    - https://github.com/RekGRpth/pg_wthtmltopdf
    - https://github.com/iCyberon/pg_xid ⭐️
    - https://github.com/cruzdb/pg_zlog ⭐️
    - https://github.com/ildus/pg_zstd
    - https://github.com/yonj1e/pgagent-c
    - https://github.com/dvarrazzo/pgaudit
    - https://github.com/godouxm/pgaudit
    - https://github.com/jonranes/pgaudit
    - https://github.com/pgaudit/pgaudit ⭐️⭐️
    - https://github.com/fmbiete/pgauditlogtofile
    - https://github.com/redraiment/pgaut
    - https://github.com/CrunchyData/pgbouncer_fdw ⭐️
    - https://github.com/davidfetter/pgbouncer_wrapper ⭐️
    - https://github.com/johto/pgbrotli
    - https://github.com/cktan/pgc_fdw
    - https://github.com/fengttt/pgc_fdw
    - https://github.com/kingluo/pgcat-pgxs
    - https://github.com/worden341/pgchronos ⭐️
    - https://github.com/AbdulYadi/pgcodec7
    - https://github.com/chet0xhenry/pgcompress
    - https://github.com/johto/pgcov
    - https://github.com/vventirozos/pgcozy
    - https://github.com/grzm/pgcrockford
    - https://github.com/pandrewhk/pgcurl
    - https://github.com/rustprooflabs/pgdd
    - https://github.com/lacanoid/pgddl ⭐️
    - https://github.com/macenv/pgdecibel
    - https://github.com/vitesse-ftian/pgdecimal
    - https://github.com/tlb-lab/pgeigen
    - https://github.com/petere/pgemailaddr ⭐️
    - https://github.com/pvh/pgemailaddr
    - https://github.com/2ndquadrant-it/pgespresso ⭐️
    - https://github.com/tsv2013/pgext
    - https://github.com/ycku/pgeyes
    - https://github.com/pme/pgfft
    - https://github.com/klando/pgfincore ⭐️
    - https://github.com/pgfincore/pgfincore
    - https://github.com/mausimag/pgflake
    - https://github.com/grahamedgecombe/pgflate
    - https://github.com/timurgarif/pgflate
    - https://github.com/dejan-stankovic/sqlfsm
    - https://github.com/michelp/pgfsm ⭐️
    - https://github.com/michelp/pggraphblas ⭐️⭐️
    - https://github.com/szarnyasg/pggraphblas
    - https://github.com/dlr-eoc/pgh3 ⭐️
    - https://github.com/deepfryed/pghammer ⭐️
    - https://github.com/overplumbum/pghammer
    - https://github.com/RelateIQ-chef/pghashlib
    - https://github.com/markokr/pghashlib ⭐️
    - https://github.com/zxdvd/pghelper
    - https://github.com/baverman/pghll
    - https://github.com/troels/pghooks
    - https://github.com/liang7878/pgintegrity
    - https://github.com/RekGRpth/pgjwt
    - https://github.com/michelp/pgjwt ⭐️⭐️
    - https://github.com/mike-kfed/pgknx
    - https://github.com/enova/pgl_ddl_deploy ⭐️
    - https://github.com/petere/pglibuuid
    - https://github.com/2ndQuadrant/pglog
    - https://github.com/2ndQuadrant/pglogical ⭐️⭐️
    - https://github.com/vibhorkum/pglogical
    - https://github.com/unotech001/pglogical-2.0
    - https://github.com/credativ/pglogical_ticker
    - https://github.com/enova/pglogical_ticker
    - https://github.com/citusdata/pgmasq
    - https://github.com/sveljko/pgmedian
    - https://github.com/ohmu/pgmemcache ⭐️⭐️
    - https://github.com/F28956/pgmigrations
    - https://github.com/avito-tech/pgmock
    - https://github.com/dvarrazzo/pgmp ⭐️
    - https://github.com/CrunchyData/pgnodemx ⭐️
    - https://github.com/johto/pgocrypto
    - https://github.com/beargiles/pgopenssltypes
    - https://github.com/pgoracle/pgora-builtin
    - https://github.com/pgoracle/pgora-osql
    - https://github.com/dvarrazzo/pgparts
    - https://github.com/petere/pgpcre ⭐️
    - https://github.com/dalibo/pgpool_adm
    - https://github.com/wttw/pgpsl
    - https://github.com/Minoro/pgpyml
    - https://github.com/RekGRpth/pgqbw
    - https://github.com/AbdulYadi/pgqr
    - https://github.com/Fenoman/pgqr
    - https://github.com/scttnlsn/pgque
    - https://github.com/AbdulYadi/pgreadfile
    - https://github.com/asotolongo/pgrgraphic
    - https://github.com/vidardb/pgrocks-fdw ⭐️
    - https://github.com/mikeizbicki/pgrollup
    - https://github.com/pgroonga/pgroonga ⭐️⭐️
    - https://github.com/i0seph/pgsampler
    - https://github.com/no0p/pgsampler ⭐️
    - https://github.com/CrunchyData/pgseccomp
    - https://github.com/pgsentinel/pgsentinel ⭐️⭐️
    - https://github.com/asotolongo/pgsmtp
    - https://github.com/AbdulYadi/pgsocket ⭐️
    - https://github.com/michelp/pgsodium ⭐️⭐️
    - https://github.com/lacanoid/pgsparql
    - https://github.com/johto/pgspeck ⭐️
    - https://github.com/pramsey/pgsql-addressing-dictionary ⭐️
    - https://github.com/pramsey/pgsql-arraymath ⭐️
    - https://github.com/df7cb/pgsql-asn1oid
    - https://github.com/csimsek/pgsql-fio ⭐️
    - https://github.com/pramsey/pgsql-gzip ⭐️
    - https://github.com/RekGRpth/pgsql-http
    - https://github.com/pramsey/pgsql-http ⭐️⭐️
    - https://github.com/reignmaker/pgsql-http
    - https://github.com/pramsey/pgsql-ogr-fdw ⭐️⭐️
    - https://github.com/cayetanobv/pgsql-pcg-random
    - https://github.com/openvenues/pgsql-postal
    - https://github.com/pramsey/pgsql-postal ⭐️⭐️
    - https://github.com/maternity/pgsql_rrule
    - https://github.com/AbdulYadi/pgstrtranslate
    - https://github.com/MIuserX/pgsword
    - https://github.com/jconway/pgsynck
    - https://github.com/theory/pgtap ⭐️⭐️
    - https://github.com/panwenhang/pgtools
    - https://github.com/bigsql/pgtsql
    - https://github.com/gavioto/pgtsql
    - https://github.com/darold/pgtt ⭐️
    - https://github.com/darold/pgtt-rsl
    - https://github.com/petere/pguint ⭐️⭐️
    - https://github.com/madebykite/pgunicoll
    - https://github.com/dylex/pguri
    - https://github.com/lacanoid/pguri
    - https://github.com/petere/pguri ⭐️⭐️
    - https://github.com/ankane/pgvector ⭐️⭐️
    - https://github.com/petere/pgvihash
    - https://github.com/lacanoid/pgwiki
    - https://github.com/storm-db/pgxc_dns
    - https://github.com/einhverfr/pgxn-postgres_monitoring
    - https://github.com/ycku/pgxn_hello_world
    - https://github.com/johto/pgxsd
    - https://github.com/davidbeauchamp/pgzint
    - https://github.com/grahamedgecombe/pgzstd ⭐️
    - https://github.com/pipelinedb/pipeline_kafka ⭐️
    - https://github.com/weburnit/pipeline_kafka
    - https://github.com/yexiaoxin1992/pipeline_kafka
    - https://github.com/pipelinedb/pipeline_kinesis
    - https://github.com/pipelinedb/pipeline_odbc
    - https://github.com/pipelinedb/pipelinedb ⭐️⭐️⭐️
    - https://github.com/qingqibing/pipelinedb
    - https://github.com/pjungwir/pjpg
    - https://github.com/mejedi/planscape-postgresql-module
    - https://github.com/greenplum-db/plcontainer ⭐️
    - https://github.com/EnterpriseDB/pldebugger ⭐️
    - https://github.com/RekGRpth/pldebugger
    - https://github.com/andywicht/pldebugger
    - https://github.com/soycacan/pldebugger
    - https://github.com/bigsql/pldebugger2
    - https://github.com/Brick-Abode/pldotnet
    - https://github.com/rongfengliang/plgo-rpm
    - https://github.com/beargiles/pljava-udt-type-extension
    - https://github.com/niquola/pljq
    - https://github.com/JerrySievert/pljs
    - https://github.com/pljulia/pljulia ⭐️
    - https://github.com/davecramer/pljvm
    - https://github.com/gyepisam/pllua
    - https://github.com/mauzo/pllua
    - https://github.com/mweber26/pllua
    - https://github.com/pllua/pllua-deprecated ⭐️⭐️
    - https://github.com/eugwne/pllua_unstable
    - https://github.com/choplin/plmruby ⭐️
    - https://github.com/no0p/plotpg
    - https://github.com/RekGRpth/plpgsql_check
    - https://github.com/okbob/plpgsql_check ⭐️⭐️
    - https://github.com/OmniDB/plpgsql_debugger
    - https://github.com/arvidma/plprofiler
    - https://github.com/bigsql/plprofiler ⭐️
    - https://github.com/glynastill/plprofiler
    - https://github.com/pinkonio/plprofiler
    - https://github.com/93Alliance/plproxy
    - https://github.com/ksedgwic/plproxy
    - https://github.com/nad2000/plproxy
    - https://github.com/plproxy/plproxy ⭐️⭐️
    - https://github.com/singular-labs/plproxy
    - https://github.com/pykello/plpythont
    - https://github.com/greenplum-db/plr
    - https://github.com/jconway/plr ⭐️
    - https://github.com/postgres-plr/plr ⭐️
    - https://github.com/godfat/plruby
    - https://github.com/RekGRpth/plsh
    - https://github.com/petere/plsh ⭐️⭐️
    - https://github.com/credativ/plsh-mtb
    - https://github.com/drforr/plsix
    - https://github.com/salva/plswipl
    - https://github.com/okbob/pltoolbox
    - https://github.com/Geodan/plv8_geo ⭐️
    - https://github.com/slardiere/plv8_modules
    - https://github.com/rapportive-oss/plv8js
    - https://github.com/petere/plxslt ⭐️
    - https://github.com/coreyhuinker/pmpp
    - https://github.com/javisantana/pmpp
    - https://github.com/razielleizar/pmpp
    - https://github.com/cristianprice/polycrack
    - https://github.com/no0p/postbis
    - https://github.com/patchsoft/postcode
    - https://github.com/cahutton/postgis_domains
    - https://github.com/chimpler/postgres-aws-s3 ⭐️
    - https://github.com/tychota/postgres-base32
    - https://github.com/JoanneBogart/postgres-cmath
    - https://github.com/LSSTDESC/postgres-cmath
    - https://github.com/Asa-Nisi-Masa/postgres-cosine-similarity
    - https://github.com/dreamsxin/postgres-function
    - https://github.com/darioielardi/postgres-json-schema
    - https://github.com/gavinwahl/postgres-json-schema ⭐️⭐️
    - https://github.com/shobhanav/postgres-median
    - https://github.com/PixNyanNyan/postgres-phash-hamming
    - https://github.com/mspiegel/postgres-playground
    - https://github.com/mpartel/postgres-protobuf ⭐️
    - https://github.com/riyazwalikar/postgres-runcmd-extension
    - https://github.com/dverite/postgres-shacrypt
    - https://github.com/maciekgajewski/postgres-uints
    - https://github.com/NaokiNakamichi/postgres_extension
    - https://github.com/commandprompt/postgres_fdw
    - https://github.com/MasaoFujii/postgres_fdw_plus
    - https://github.com/ccstolley/postgres_median
    - https://github.com/JLockerman/postgres_median_aggregate
    - https://github.com/johto/postgres_numeric_trim
    - https://github.com/vpikulik/postgres_osm_pbf_fdw ⭐️
    - https://github.com/MasaoFujii/postgres_security
    - https://github.com/citusdata/postgres_vectorization_test ⭐️⭐️
    - https://github.com/patmandu/postgresmedian
    - https://github.com/yieldsfalsehood/postgresml
    - https://github.com/oknj/postgresql-9.4-pg-bigm
    - https://github.com/ntkme/postgresql-cidr
    - https://github.com/nad2000/postgresql-contrib-uint
    - https://github.com/Katello/postgresql-evr
    - https://github.com/jjw12345/postgresql-extension
    - https://github.com/dyninc/postgresql-fast-guid
    - https://github.com/df7cb/postgresql-hamradio
    - https://github.com/SourceNote/postgresql-hll
    - https://github.com/citusdata/postgresql-hll ⭐️⭐️
    - https://github.com/repology/postgresql-libversion
    - https://github.com/clime/postgresql-median
    - https://github.com/juaristi/postgresql-median
    - https://github.com/drewc/postgresql-migrations
    - https://github.com/metabrainz/postgresql-musicbrainz-collate
    - https://github.com/metabrainz/postgresql-musicbrainz-unaccent
    - https://github.com/df7cb/postgresql-number
    - https://github.com/zr40/postgresql-number
    - https://github.com/df7cb/postgresql-numeral
    - https://github.com/hipay/postgresql-partition-manager
    - https://github.com/slardiere/PartMgr
    - https://github.com/eschmar/postgresql-popcount
    - https://github.com/urbic/postgresql-similarity
    - https://github.com/citusdata/postgresql-topn ⭐️⭐️
    - https://github.com/df7cb/postgresql-unit ⭐️⭐️
    - https://github.com/danielbulger/postgresql-wilson-ext
    - https://github.com/Lemaf/postgresql-zlib
    - https://github.com/overplumbum/postgresql-zlib
    - https://github.com/pavilkau/postgresql_anatomy
    - https://github.com/webysther/postgresql_anonymizer
    - https://github.com/hollobon/postgresql_track_renames
    - https://github.com/monacoremo/postgrest-auth
    - https://github.com/frost242/powa
    - https://github.com/powa-team/powa ⭐️⭐️
    - https://github.com/powa-team/powa-archivist ⭐️
    - https://github.com/scarbrofair/ppg_fdw
    - https://github.com/RekGRpth/prefix
    - https://github.com/dimitri/prefix ⭐️
    - https://github.com/dimitri/preprepare ⭐️
    - https://github.com/kiranekbote/projectsrepo
    - https://github.com/timescale/promscale_extension
    - https://github.com/osnatairy/provSQL
    - https://github.com/PierreSenellart/provsql ⭐️
    - https://github.com/MasahikoSawada/pscan
    - https://github.com/postgrespro/ptrack ⭐️
    - https://github.com/rektide/putpostlogic
    - https://github.com/segasai/q3c ⭐️
    - https://github.com/tvondra/quantile ⭐️
    - https://github.com/slamdata/quasar-fdw ⭐️
    - https://github.com/yanatan16/quasar_fdw
    - https://github.com/thinkprojectgroup/query_cache
    - https://github.com/tvondra/query_histogram
    - https://github.com/tvondra/query_recorder
    - https://github.com/ehfeng/random
    - https://github.com/tvondra/random
    - https://github.com/tvondra/randomstring
    - https://github.com/pjungwir/range_agg ⭐️
    - https://github.com/yazun/range_partitioning
    - https://github.com/hexiaoting/rasterdb
    - https://github.com/Daleys/redis_fdw
    - https://github.com/dpage/redis_fdw ⭐️
    - https://github.com/pg-redis-fdw/redis_fdw ⭐️⭐️
    - https://github.com/pgexperts/redis_fdw-dev
    - https://github.com/qingqibing/redis_fdw-dev
    - https://github.com/fkfk000/redis_link
    - https://github.com/heisice/redis_wrapper
    - https://github.com/asotolongo/rep_fdw
    - https://github.com/okbob/replace_empty_string
    - https://github.com/Zeto-Ltd/replisome
    - https://github.com/dvarrazzo/replisome
    - https://github.com/asotolongo/resources
    - https://github.com/gilt/role_manager
    - https://github.com/reshke/router
    - https://github.com/ryapric/rpg
    - https://github.com/durch/rpg_base36
    - https://github.com/rtosm/rtosm
    - https://github.com/postgrespro/rum ⭐️⭐️
    - https://github.com/postgrespro/rusmorph
    - https://github.com/gsiz007/rw_redis_fdw
    - https://github.com/nahanni/rw_redis_fdw ⭐️
    - https://github.com/AfieldTrails/s2-postgis ⭐️
    - https://github.com/eligoenergy/s3_fdw
    - https://github.com/umitanuki/s3_fdw ⭐️
    - https://github.com/DanielJDufour/safecast
    - https://github.com/parkag/saio
    - https://github.com/wulczer/saio
    - https://github.com/mohangk/sample_pg_extension
    - https://github.com/tvondra/scrub
    - https://github.com/tvondra/sequential-uuids ⭐️⭐️
    - https://github.com/cjqhenry14/server_orc_fdw
    - https://github.com/fabriziomello/session_variables
    - https://github.com/pgaudit/set_user ⭐️
    - https://github.com/obartunov/setrank
    - https://github.com/bonesmoses/shard_manager
    - https://github.com/postgrespro/shared_ispell ⭐️
    - https://github.com/tvondra/shared_ispell ⭐️
    - https://github.com/sdsmart/shifting-bloom-filter
    - https://github.com/labgeo/siguanet_quest
    - https://github.com/SZabirov/smlar
    - https://github.com/bruce-shi/smlar
    - https://github.com/jirutka/smlar ⭐️
    - https://github.com/poppingtonic/smlar
    - https://github.com/x4m/smlar
    - https://github.com/postgrespro/snowball_ext
    - https://github.com/duckbill/sp-gist
    - https://github.com/dimv36/sphinxlink
    - https://github.com/arnegrim/sql_firewall
    - https://github.com/uptimejp/sql_firewall ⭐️⭐️
    - https://github.com/aganatramoat/sqlite_fdw
    - https://github.com/gleu/sqlite_fdw ⭐️
    - https://github.com/pgspider/sqlite_fdw ⭐️
    - https://github.com/postgrespro/sr_plan ⭐️
    - https://github.com/zombodb/srf
    - https://github.com/frost242/ssi_failures
    - https://github.com/EnterpriseDB/sslutils
    - https://github.com/asotolongo/stat_record_old
    - https://github.com/slardiere/streaminglag
    - https://github.com/leandrohm/sybase_fdw
    - https://github.com/raitech/sybase_fdw
    - https://github.com/vibhorkum/synchronize-logical-slots
    - https://github.com/pgstuff/sys_syn_dblink
    - https://github.com/EnterpriseDB/system_stats ⭐️
    - https://github.com/peak6/tab_tier
    - https://github.com/credativ/table_log
    - https://github.com/psoo/table_log
    - https://github.com/glynastill/table_log_pl
    - https://github.com/snaga/tablelog
    - https://github.com/ergo70/tanimoto
    - https://github.com/beargiles/tarfile-fdw
    - https://github.com/julmon/tcle
    - https://github.com/ArturFormella/tcn_json
    - https://github.com/tvondra/tdigest ⭐️
    - https://github.com/tds-fdw/tds_fdw ⭐️⭐️
    - https://github.com/pgstuff/telephone
    - https://github.com/okbob/template_fdw
    - https://github.com/arkhipov/temporal_tables ⭐️⭐️
    - https://github.com/rambos22/test
    - https://github.com/r888888888/test_parser
    - https://github.com/x4m/test_pglz
    - https://github.com/cahutton/text_domains
    - https://github.com/oknj/textsearch_ja
    - https://github.com/pjungwir/time_for_keys ⭐️
    - https://github.com/Veera28/timescale
    - https://github.com/cosmicrocks/timescaledb
    - https://github.com/timescale/timescaledb ⭐️⭐️⭐️
    - https://github.com/mweber26/timestampandtz ⭐️
    - https://github.com/liguangxian/timing
    - https://github.com/k-gun/tinyint-postgresql
    - https://github.com/umitanuki/tinyint-postgresql ⭐️
    - https://github.com/trimark-jp/tm-postgres-basics
    - https://github.com/trimark-jp/tm-updated-date
    - https://github.com/credativ/toastinfo
    - https://github.com/alexeyklyukin/translate_isbn
    - https://github.com/komamitsu/treasuredata_fdw
    - https://github.com/komamitsu/treasuredata_fdw_test
    - https://github.com/evetion/trianglearray
    - https://github.com/tvondra/trimmed_aggregates
    - https://github.com/BrandwatchLtd/trunkfingerprint
    - https://github.com/zulip/tsearch_extras
    - https://github.com/postgrespro/tsexact ⭐️
    - https://github.com/ArturFormella/tsexample
    - https://github.com/postgrespro/tsexample ⭐️
    - https://github.com/goldenhelix/tsf-fdw
    - https://github.com/postgrespro/tsvector2 ⭐️
    - https://github.com/zilder/tuple_fdw
    - https://github.com/umitanuki/twitter_fdw ⭐️
    - https://github.com/3manuek/twitter_parser
    - https://github.com/postgrespro/undam ⭐️
    - https://github.com/truthly/uniphant
    - https://github.com/autodatadirect/uniqueidentifier
    - https://github.com/freevryheid/units
    - https://github.com/pgexperts/unnest_ordinality
    - https://github.com/darold/uri
    - https://github.com/okbob/url_encode ⭐️
    - https://github.com/tvondra/user_info
    - https://github.com/blueskylxb/utinyint
    - https://github.com/RhodiumToad/uuid-freebsd
    - https://github.com/asotolongo/vacuum_utils
    - https://github.com/guedes/validadores
    - https://github.com/sebastianwebber/validadores
    - https://github.com/BlueTreble/variant
    - https://github.com/cybertec-postgresql/vectoragg
    - https://github.com/zhangh43/vectorize_engine ⭐️
    - https://github.com/akorotkov/vgram
    - https://github.com/sech9446/vgram
    - https://github.com/nuko-yokohama/vmatch
    - https://github.com/postgrespro/vops ⭐️⭐️
    - https://github.com/moritetu/walreader
    - https://github.com/kentik/wdb_fdw
    - https://github.com/Kozea/weighted_mean ⭐️
    - https://github.com/davidfetter/weighted_stats
    - https://github.com/postgrespro/wildspeed
    - https://github.com/adjust/wltree
    - https://github.com/cyga/www_fdw ⭐️⭐️
    - https://github.com/darthunix/x5fix
    - https://github.com/yazun/xl_global_views
    - https://github.com/snaga/xlogging
    - https://github.com/yeti-switch/yeti-pg-ext
    - https://github.com/bmuratshin/zcurve ⭐️
    - https://github.com/amutu/zhparser ⭐️⭐️
    - https://github.com/beargiles/zipfile-fdw
    - https://github.com/zombodb/zombodb ⭐️⭐️⭐️
    - https://github.com/postgrespro/zson ⭐️⭐️