This is the multi-page printable view of this section.
Click here to print.
Return to the regular view of this page.
Category: ADMIN
ADMIN: Utilities for Bloat Control, DirtyRead, BufferInspect, DDL Generate, ChecksumVerify, Permission, Priority, Catalog,…
ADMIN category has 33 available extensions:
1 - prioritize
get and set the priority of PostgreSQL backends
Overview
PGDG 1st Party Extension: prioritize
: get and set the priority of PostgreSQL backends
- Version: 1.0
- PG Vers:
16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Not Relocatable
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
prioritize_$v*
- RPM Ver : 1.0.4-4
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-16-prioritize
- DEB Ver : 1.0
- DEB Deps: Nil
Details
2 - pg_repack
Reorganize tables in PostgreSQL databases with minimal locks
Overview
PGDG 1st Party Extension: pg_repack
: Reorganize tables in PostgreSQL databases with minimal locks
- Version: 1.5.0
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Relocatable
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
pg_repack_$v*
- RPM Ver :
1.5.0
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-repack
- DEB Ver :
1.5.1
- DEB Deps: Nil
Details
3 - pg_squeeze
A tool to remove unused space from a relation.
Overview
PGDG 1st Party Extension: pg_squeeze
: A tool to remove unused space from a relation.
- Version: 1.7
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Explicit Loading Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Relocatable
- Trusted: Untrusted, Require Superuser to Create
- Schemas:
squeeze
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
pg_squeeze_$v*
- RPM Ver :
1.7
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-squeeze
- DEB Ver :
1.7
- DEB Deps: Nil
Details
4 - pg_dirtyread
Read dead but unvacuumed rows from table
Overview
PIGSTY 3rd Party Extension: pg_dirtyread
: Read dead but unvacuumed rows from table
- Version: 2
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Not Relocatable
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PIGSTY
- RPM Name:
pg_dirtyread_$v*
- RPM Ver :
2
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-dirtyread
- DEB Ver :
2
- DEB Deps: Nil
Details
5 - pgfincore
examine and manage the os buffer cache
Overview
PGDG 1st Party Extension: pgfincore
: examine and manage the os buffer cache
- Version: 1.3.1
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Not Relocatable
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
pgfincore_$v*
- RPM Ver :
1.3.1
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-pgfincore
- DEB Ver :
1.3.1
- DEB Deps: Nil
Details
6 - pgdd
Overview
PIGSTY 3rd Party Extension: pgdd
: An in-database data dictionary providing database introspection via standard SQL query syntax. Developed using pgx (https://github.com/zombodb/pgx).
- Version: 0.5.2
- PG Vers:
16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Relocatable
- Trusted: Trusted, Can be created by user with
CREATE
Privilege
- Schemas:
dd
- Requires: N/A
Packages
- RPM Repo: PIGSTY
- RPM Name:
pgdd_$v
- RPM Ver :
0.5.2
- RPM Deps: Nil
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pgdd
- DEB Ver :
0.5.2
- DEB Deps: Nil
Details
7 - ddlx
DDL eXtractor functions
Overview
PGDG 3rd Party Extension: ddlx
: DDL eXtractor functions
- Version: 0.27
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
ddlx_$v*
- RPM Ver :
0.27
- RPM Deps: Nil
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-ddlx
- DEB Ver :
0.28
- DEB Deps: Nil
Details
8 - prioritize
get and set the priority of PostgreSQL backends
Overview
PGDG 1st Party Extension: pg_prioritize
: get and set the priority of PostgreSQL backends
- Version: 1.0
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Not Relocatable
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
pg_prioritize_$v*
- RPM Ver :
1.0
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-16-prioritize
- DEB Ver :
1.0
- DEB Deps: Nil
Details
9 - pg_checksums
Activate/deactivate/verify checksums in offline Postgres clusters
Overview
PGDG 1st Party Extension: pg_checksums
: Activate/deactivate/verify checksums in offline Postgres clusters
- Version: 1.1
- PG Vers:
16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO NOT
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
pg_checksums_$v*
- RPM Ver :
1.1
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-pg-checksums
- DEB Ver :
1.1
- DEB Deps: Nil
Details
10 - pg_readonly
cluster database read only
Overview
PGDG 1st Party Extension: pg_readonly
: cluster database read only
- Version: 1.0.0
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Relocatable
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
pg_readonly_$v*
- RPM Ver :
1.0.0
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-pg-readonly
- DEB Ver :
1.0.0
- DEB Deps: Nil
Details
11 - safeupdate
Require criteria for UPDATE and DELETE
Overview
PGDG 1st Party Extension: safeupdate
: Require criteria for UPDATE and DELETE
- Version: 1.4
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
safeupdate_$v*
- RPM Ver :
1.4
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-pg-safeupdate
- DEB Ver :
1.4
- DEB Deps: Nil
Details
12 - pg_permissions
view object permissions and compare them with the desired state
Overview
PGDG 3rd Party Extension: pg_permissions
: view object permissions and compare them with the desired state
- Version: 1.3
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Relocatable
- Trusted: Trusted, Can be created by user with
CREATE
Privilege
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
pg_permissions_$v*
- RPM Ver :
1.3
- RPM Deps: Nil
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-permissions
- DEB Ver :
1.3
- DEB Deps: Nil
Details
13 - pgautofailover
pg_auto_failover
Overview
PGDG 1st Party Extension: pgautofailover
: pg_auto_failover
- Version: 2.1
- PG Vers:
16
,15
,14
,13
,12
- Need Load: Explicit Loading Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Relocatable
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires:
btree_gist
Packages
- RPM Repo: PGDG
- RPM Name:
pg_auto_failover_$v*
- RPM Ver :
2.1
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-16-auto-failover
- DEB Ver :
2.1
- DEB Deps: Nil
Details
14 - pg_catcheck
Diagnosing system catalog corruption
Overview
PGDG 1st Party Extension: pg_catcheck
: Diagnosing system catalog corruption
- Version: 1.4.0
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
pg_catcheck_$v*
- RPM Ver :
1.4.0
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-pg-catcheck
- DEB Ver :
1.4.0
- DEB Deps: Nil
Details
15 - pre_prepare
Pre Prepare your Statement server side
Overview
PIGSTY 3rd Party Extension: preprepare
: Pre Prepare your Statement server side
- Version: 0.4
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Not Relocatable
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PIGSTY
- RPM Name:
preprepare_$v*
- RPM Ver :
0.4
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-preprepare
- DEB Ver :
0.4
- DEB Deps: Nil
Details
16 - pgcozy
Pre-warming shared buffers according to previous pg_buffercache snapshots for PostgreSQL.
Overview
PIGSTY 3rd Party Extension: pgcozy
: Pre-warming shared buffers according to previous pg_buffercache snapshots for PostgreSQL.
- Version: 1.0
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PIGSTY
- RPM Name:
pgcozy_$v
- RPM Ver :
1.0
- RPM Deps: Nil
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pgcozy
- DEB Ver :
1.0
- DEB Deps: Nil
Details
17 - pg_orphaned
Deal with orphaned files
Overview
PIGSTY 3rd Party Extension: pg_orphaned
: Deal with orphaned files
- Version: 1.0
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PIGSTY
- RPM Name:
pg_orphaned_$v*
- RPM Ver :
1.0
- RPM Deps: Nil
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-orphaned
- DEB Ver :
1.0
- DEB Deps: Nil
Details
18 - pg_crash
Send random signals to random processes
Overview
PIGSTY 3rd Party Extension: pg_crash
: Send random signals to random processes
- Version: 1.0
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Explicit Loading Required
- Need DDL: DO NOT
CREATE EXTENSION
DDL
- Relocatable: Relocatable
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PIGSTY
- RPM Name:
pg_crash_$v*
- RPM Ver :
1.0
- RPM Deps: Nil
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-crash
- DEB Ver :
1.0
- DEB Deps: Nil
Details
19 - pg_cheat_funcs
Provides cheat (but useful) functions
Overview
PIGSTY 3rd Party Extension: pg_cheat_funcs
: Provides cheat (but useful) functions
- Version: 1.0
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Not Relocatable
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PIGSTY
- RPM Name:
pg_cheat_funcs_$v*
- RPM Ver :
1.0
- RPM Deps: Nil
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-cheat-funcs
- DEB Ver :
1.0
- DEB Deps: Nil
Details
20 - pg_savior
Postgres extension to save OOPS mistakes
Overview
PIGSTY 3rd Party Extension: pg_savior
: Postgres extension to save OOPS mistakes
- Version: 0.0.1
- PG Vers:
17
,16
,15
,14
,13
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Not Relocatable
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PIGSTY
- RPM Name:
pg_savior_$v*
- RPM Ver :
0.0.1
- RPM Deps: Nil
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-savior
- DEB Ver :
0.0.1
- DEB Deps: Nil
Details
21 - table_log
record table modification logs and PITR for table/row
Overview
PIGSTY 3rd Party Extension: table_log
: record table modification logs and PITR for table/row
- Version: 0.6.1
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Relocatable
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PIGSTY
- RPM Name:
table_log_$v
- RPM Ver :
0.6.1
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-tablelog
- DEB Ver :
0.6.1
- DEB Deps: Nil
Details
22 - pg_fio
PostgreSQL File I/O Functions
Overview
PIGSTY 3rd Party Extension: pg_fio
: PostgreSQL File I/O Functions
- Version: 1.0
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Not Relocatable
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PIGSTY
- RPM Name:
pg_fio_$v
- RPM Ver :
1.0
- RPM Deps: Nil
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-fio
- DEB Ver :
1.0
- DEB Deps: Nil
Details
23 - pgpool_adm
Administrative functions for pgPool
Overview
PGDG 1st Party Extension: pgpool
: Administrative functions for pgPool
- ID: 5300
- Name:
pgpool_adm
- Alias:
pgpool
- Category:
ADMIN
- Website: https://pgpool.net/
- License: PostgreSQL License
- Language: C
- Tags: N/A
- Comment: 无
- Version: 1.5
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
pgpool-II-pg$v-extensions
- RPM Ver :
1.5
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-pgpool2
- DEB Ver :
1.4
- DEB Deps: Nil
Details
24 - pgagent
A PostgreSQL job scheduler
Overview
PGDG 1st Party Extension: pgagent
: A PostgreSQL job scheduler
- Version: 4.2
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
- RPM Repo: PGDG
- RPM Name:
pgagent_$v*
- RPM Ver :
4.2
- RPM Deps: Nil
- DEB Repo: PGDG
- DEB Name:
pgagent
- DEB Ver :
4.2
- DEB Deps: Nil
Details
25 - vacuumlo
utility program that will remove any orphaned large objects from a PostgreSQL database
Overview
CONTRIB Built-in Extension: vacuumlo
: utility program that will remove any orphaned large objects from a PostgreSQL database
- Version: 16.3
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO NOT
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
PostgreSQL Built-in Contrib Extension
Details
26 - pg_prewarm
prewarm relation data
Overview
CONTRIB Built-in Extension: pg_prewarm
: prewarm relation data
- Version: 1.2
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Explicit Loading Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
PostgreSQL Built-in Contrib Extension
Details
27 - oid2name
utility program that helps administrators to examine the file structure used by PostgreSQL
Overview
CONTRIB Built-in Extension: oid2name
: utility program that helps administrators to examine the file structure used by PostgreSQL
- Version: 16.3
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO NOT
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
PostgreSQL Built-in Contrib Extension
Details
28 - lo
Large Object maintenance
Overview
CONTRIB Built-in Extension: lo
: Large Object maintenance
- Version: 1.1
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Trusted, Can be created by user with
CREATE
Privilege
- Schemas: N/A
- Requires: N/A
Packages
PostgreSQL Built-in Contrib Extension
Details
29 - basic_archive
an example of an archive module
Overview
CONTRIB Built-in Extension: basic_archive
: an example of an archive module
- Version: 16.3
- PG Vers:
17
,16
,15
- Need Load: Lib Loading NOT Required
- Need DDL: DO NOT
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
PostgreSQL Built-in Contrib Extension
Details
30 - basebackup_to_shell
adds a custom basebackup target called shell
Overview
CONTRIB Built-in Extension: basebackup_to_shell
: adds a custom basebackup target called shell
- Version: 16.3
- PG Vers:
17
,16
,15
- Need Load: Lib Loading NOT Required
- Need DDL: DO NOT
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
PostgreSQL Built-in Contrib Extension
Details
31 - old_snapshot
utilities in support of old_snapshot_threshold
Overview
CONTRIB Built-in Extension: old_snapshot
: utilities in support of old_snapshot_threshold
- Version: 1.0
- PG Vers:
17
,16
,15
,14
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
PostgreSQL Built-in Contrib Extension
Details
32 - adminpack
administrative functions for PostgreSQL
Overview
CONTRIB Built-in Extension: adminpack
: administrative functions for PostgreSQL
- Version: 2.1
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
PostgreSQL Built-in Contrib Extension
Details
33 - amcheck
functions for verifying relation integrity
Overview
CONTRIB Built-in Extension: amcheck
: functions for verifying relation integrity
- Version: 1.3
- PG Vers:
17
,16
,15
,14
,13
,12
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
PostgreSQL Built-in Contrib Extension
Details
34 - pg_surgery
extension to perform surgery on a damaged relation
Overview
CONTRIB Built-in Extension: pg_surgery
: extension to perform surgery on a damaged relation
- Version: 1.0
- PG Vers:
17
,16
,15
,14
- Need Load: Lib Loading NOT Required
- Need DDL: DO
CREATE EXTENSION
DDL
- Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
Packages
PostgreSQL Built-in Contrib Extension
Details