-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4229 from EnterpriseDB/release/2023-06-12
Release: 2023-06-12
- Loading branch information
Showing
26 changed files
with
1,530 additions
and
1,482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
{ | ||
"adminpack": "https://www.postgresql.org/docs/current/adminpack.html", | ||
"amcheck": "https://www.postgresql.org/docs/current/amcheck.html", | ||
"auth_delay": "https://www.postgresql.org/docs/current/auth-delay.html", | ||
"auto_explain": "https://www.postgresql.org/docs/current/auto-explain.html", | ||
"bloom": "https://www.postgresql.org/docs/current/bloom.html", | ||
"btree_gin": "https://www.postgresql.org/docs/current/btree-gin.html", | ||
"btree_gist": "https://www.postgresql.org/docs/current/btree-gist.html", | ||
"citext": "https://www.postgresql.org/docs/current/citext.html", | ||
"cube": "https://www.postgresql.org/docs/current/cube.html", | ||
"dblink": "https://www.postgresql.org/docs/current/dblink.html", | ||
"dict_int": "https://www.postgresql.org/docs/current/dict-int.html", | ||
"dict_xsyn": "https://www.postgresql.org/docs/current/dict-xsyn.html", | ||
"earthdistance": "https://www.postgresql.org/docs/current/earthdistance.html", | ||
"file_fdw": "https://www.postgresql.org/docs/current/file-fdw.html", | ||
"fuzzystrmatch": "https://www.postgresql.org/docs/current/fuzzystrmatch.html", | ||
"hstore": "https://www.postgresql.org/docs/current/hstore.html", | ||
"hstore.hstore_plperl": "https://www.postgresql.org/docs/current/hstore.html#id-1.11.7.27.11", | ||
"hstore.hstore_plperlu_": "https://www.postgresql.org/docs/current/hstore.html#id-1.11.7.27.11", | ||
"intagg": "https://www.postgresql.org/docs/current/intagg.html", | ||
"intarray": "https://www.postgresql.org/docs/current/intarray.html", | ||
"isn": "https://www.postgresql.org/docs/current/isn.html", | ||
"jsonb_plperl": "https://www.postgresql.org/docs/current/datatype-json.html#id-1.5.7.22.20", | ||
"jsonb_plperl.jsonb_plperlu": "https://www.postgresql.org/docs/current/datatype-json.html#id-1.5.7.22.20", | ||
"lo": "https://www.postgresql.org/docs/current/lo.html", | ||
"ltree": "https://www.postgresql.org/docs/current/ltree.html", | ||
"old_snapshot": "https://www.postgresql.org/docs/current/oldsnapshot.html", | ||
"pageinspect": "https://www.postgresql.org/docs/current/pageinspect.html", | ||
"passwordcheck": "https://www.postgresql.org/docs/current/passwordcheck.html", | ||
"plpgsql": "https://www.postgresql.org/docs/current/plpgsql.html", | ||
"pg_buffercache": "https://www.postgresql.org/docs/current/pgbuffercache.html", | ||
"pg_freespacemap": "https://www.postgresql.org/docs/current/pgfreespacemap.html", | ||
"pg_prewarm": "https://www.postgresql.org/docs/current/pgprewarm.html", | ||
"pg_stat_statements": "https://www.postgresql.org/docs/current/pgstatstatements.html", | ||
"pg_surgery": "https://www.postgresql.org/docs/current/pgsurgery.html", | ||
"pg_trgm": "https://www.postgresql.org/docs/current/pgtrgm.html", | ||
"pg_visibility": "https://www.postgresql.org/docs/current/pgvisibility.html", | ||
"pgcrypto": "https://www.postgresql.org/docs/current/pgcrypto.html", | ||
"pgrowlocks": "https://www.postgresql.org/docs/current/pgrowlocks.html", | ||
"pgstattuple": "https://www.postgresql.org/docs/current/pgstattuple.html", | ||
"postgres_fdw": "https://www.postgresql.org/docs/current/postgres-fdw.html", | ||
"seg": "https://www.postgresql.org/docs/current/seg.html", | ||
"sepgsql": "https://www.postgresql.org/docs/current/sepgsql.html", | ||
"spi": "https://www.postgresql.org/docs/current/contrib-spi.html", | ||
"spi.autoinc": "https://www.postgresql.org/docs/current/contrib-spi.html#id-1.11.7.50.6", | ||
"spi.insert_username": "https://www.postgresql.org/docs/current/contrib-spi.html#id-1.11.7.50.7", | ||
"spi.moddatetime": "https://www.postgresql.org/docs/current/contrib-spi.html#id-1.11.7.50.8", | ||
"spi.refint": "https://www.postgresql.org/docs/current/contrib-spi.html#id-1.11.7.50.5", | ||
"sslinfo": "https://www.postgresql.org/docs/current/sslinfo.html", | ||
"tablefunc": "https://www.postgresql.org/docs/current/tablefunc.html", | ||
"tcn": "https://www.postgresql.org/docs/current/tcn.html", | ||
"test_decoding": "https://www.postgresql.org/docs/current/test-decoding.html", | ||
"tsm_system_rows": "https://www.postgresql.org/docs/current/tsm-system-rows.html", | ||
"tsm_system_time": "https://www.postgresql.org/docs/current/tsm-system-time.html", | ||
"unaccent": "https://www.postgresql.org/docs/current/unaccent.html", | ||
"uuid-ossp": "postgresql.org/docs/current/uuid-ossp.html", | ||
"xml2": "postgresql.org/docs/current/xml2.html", | ||
"ip4r": "https://github.com/RhodiumToad/ip4r", | ||
"pg_failover_slots": "https://www.enterprisedb.com/docs/pg_extensions/pg_failover_slots/", | ||
"pg_permissions": "https://github.com/cybertec-postgresql/pg_permissions", | ||
"pg_store_plans": "https://ossc-db.github.io/pg_store_plans/", | ||
"pgaudit": "https://www.pgaudit.org/", | ||
"pglogical_2.x": "https://www.enterprisedb.com/docs/supported-open-source/pglogical2/", | ||
"pgrouting": "https://pgrouting.org/", | ||
"pgsnmpd_(11-13 )": "undefined", | ||
"pljava_(11)": "https://tada.github.io/pljava/", | ||
"plperl": "https://www.postgresql.org/docs/current/plperl.html", | ||
"plperl.plperlu": "https://www.postgresql.org/docs/current/plperl-trusted.html", | ||
"plperl.bool_plperl": "https://www.postgresql.org/docs/current/plperl-funcs.html", | ||
"plperl.bool_plperlu": "https://www.postgresql.org/docs/current/plperl-funcs.html", | ||
"plpythonu_ (default by version)": "https://www.postgresql.org/docs/current/plpython.html", | ||
"plpythonu_ (default by version).hstore_plpythonu": "undefined:", | ||
"plpythonu_ (default by version).jsonb_plpythonu": "undefined", | ||
"plpythonu_ (default by version).ltree_plpythonu": "undefined", | ||
"plpython2u_(default 11-14 )": "https://www.postgresql.org/docs/11/plpython-python23.html", | ||
"plpython2u_(default 11-14 ).hstore_plpython2u": "https://www.postgresql.org/docs/11/hstore.html#id-1.11.7.25.10", | ||
"plpython2u_(default 11-14 ).jsonb_plpython2u": "https://www.postgresql.org/docs/11/datatype-json.html#id-1.5.7.22.18", | ||
"plpython2u_(default 11-14 ).ltree_plpython2u": "https://www.postgresql.org/docs/11/ltree.html#id-1.11.7.30.8", | ||
"plpython3u_(default 15)": "https://www.postgresql.org/docs/current/plpython.html", | ||
"plpython3u_(default 15).hstore_plpython3u": "https://www.postgresql.org/docs/current/hstore.html#id-1.11.7.27.11", | ||
"plpython3u_(default 15).jsonb_plpython3u": "https://www.postgresql.org/docs/current/datatype-json.html#id-1.5.7.22.20", | ||
"plpython3u_(default 15).ltree_plpython3u": "https://www.postgresql.org/docs/current/ltree.html#id-1.11.7.32.9", | ||
"pltcl": "https://www.postgresql.org/docs/current/pltcl.html", | ||
"pltcl.pltclu": "https://www.postgresql.org/docs/current/pltcl-overview.html", | ||
"set_user": "https://github.com/pgaudit/set_user", | ||
"sslutils": "https://github.com/EnterpriseDB/sslutils", | ||
"timescaledb": "https://github.com/timescale/timescaledb", | ||
"autocluster": "https://www.enterprisedb.com/docs/pg_extensions/advanced_storage_pack/", | ||
"bdr_3.x": "https://www.enterprisedb.com/docs/pgd/3.7/bdr/", | ||
"bdr_4.x": "https://www.enterprisedb.com/docs/pgd/4/bdr/", | ||
"dbms_job": "https://www.enterprisedb.com/docs/epas/latest/epas_compat_bip_guide/03_built-in_packages/05_dbms_job/", | ||
"dbms_scheduler": "https://www.enterprisedb.com/docs/epas/latest/epas_compat_bip_guide/03_built-in_packages/15_dbms_scheduler/", | ||
"edb_cloneschema_": "https://www.enterprisedb.com/docs/epas/latest/epas_guide/14_edb_clone_schema/", | ||
"edb_dblink_libpq": "undefined:", | ||
"edb_dblink_oci": "undefined:", | ||
"edb_dbo": "https://www.enterprisedb.com/docs/epas/11/epas_guide/16_enhanced_sql_and_other_misc_features/#sql-server-dbo-schema", | ||
"edb_pg_tuner": "https://www.enterprisedb.com/docs/pg_extensions/pg_tuner/", | ||
"edb_query_advisor": "https://www.enterprisedb.com/docs/pg_extensions/query_advisor/", | ||
"edb_wait_states": "undefined", | ||
"edbspl": "https://www.enterprisedb.com/docs/epas/latest/epas_compat_spl/02_spl_programs/", | ||
"parallel_clone": "undefined", | ||
"pglogical_3.x": "undefined", | ||
"refdata": "https://www.enterprisedb.com/docs/pg_extensions/advanced_storage_pack/", | ||
"postgis": "https://www.enterprisedb.com/docs/postgis/latest/", | ||
"postgis_raster": "undefined", | ||
"postgis_sfcgal": "undefined", | ||
"postgis_tiger_geocoder": "undefined", | ||
"postgis_topology": "undefined", | ||
"address_standardizer": "https://postgis.net/docs/manual-2.5/Address_Standardizer.html", | ||
"address_standardizer_data_us": "https://postgis.net/docs/manual-2.5/Address_Standardizer.html", | ||
"_pgpool_adm": "https://www.pgpool.net/docs/latest/en/html/pgpool-adm.html", | ||
"_pgpool_recovery": "https://www.pgpool.net/docs/42/en/html/install-pgpool-recovery.html", | ||
"_pldbgapi": "https://github.com/EnterpriseDB/pldebugger", | ||
"_hdfs_fdw": "https://github.com/EnterpriseDB/hdfs_fdw", | ||
"_mongo_fdw": "https://github.com/Percona-Lab/mongodb_fdw", | ||
"_mysql_fdw": "https://github.com/EnterpriseDB/mysql_fdw" | ||
} |
Oops, something went wrong.
4ab58fa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Published on https://edb-docs-staging.netlify.app as production
π Deployed on https://64876e17d628c60369614560--edb-docs-staging.netlify.app
4ab58fa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Published on https://edb-docs.netlify.app as production
π Deployed on https://64877305e1421e0a8b54f3e2--edb-docs.netlify.app