/
balmaster
/
postgres
ОбзорДокументацияВойти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
contrib/
..
amcheck

amcheck: Use correct varlena size accessor in bt_normalize_tuple()

2 месяца назад
auth_delay

Update copyright for 2026

7 месяцев назад
auto_explain

Pre-beta mechanical code beautification, step 2: run pgperltidy.

3 месяца назад
basebackup_to_shell

Update copyright for 2026

7 месяцев назад
basic_archive

Fix dereference in a couple of GUC check hooks

5 месяцев назад
bloom

Discount the metapage when estimating number of index pages visited.

5 месяцев назад
bool_plperl

Update copyright for 2026

7 месяцев назад
btree_gin

Use fallthrough attribute instead of comment

6 месяцев назад
btree_gist

Pre-beta mechanical code beautification, step 1: run pgindent.

3 месяца назад
citext

Update copyright for 2026

7 месяцев назад
cube

Pre-beta mechanical code beautification, step 1: run pgindent.

3 месяца назад
dblink

postgres_fdw, dblink: Validate use_scram_passthrough values

2 месяца назад
dict_int

Update copyright for 2026

7 месяцев назад
dict_xsyn

Replace pg_mblen() with bounds-checked versions.

6 месяцев назад
earthdistance

Update copyright for 2026

7 месяцев назад
file_fdw

file_fdw: Add regression test for file_fdw with ON_ERROR='set_null'

5 месяцев назад
fuzzystrmatch

Pre-beta mechanical code beautification, step 1: run pgindent.

3 месяца назад
hstore

Reduce header inclusions via execnodes.h

5 месяцев назад
hstore_plperl

Use palloc_array() in a few more places to avoid overflow

3 месяца назад
hstore_plpython

Use palloc_array() in a few more places to avoid overflow

3 месяца назад
intagg

Update copyright for 2026

7 месяцев назад
intarray

Fix missed ReleaseVariableStats() in intarray's _int_matchsel().

3 месяца назад
isn

Pre-beta mechanical code beautification, step 1: run pgindent.

3 месяца назад
jsonb_plperl

jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops.

2 месяца назад
jsonb_plpython

jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops.

2 месяца назад
lo

Update copyright for 2026

7 месяцев назад
ltree

Fix int32 overflow in ltree_compare()

2 месяца назад
ltree_plpython

Change StaticAssertVariableIsOfType to be a declaration

6 месяцев назад
oid2name

Use pg_malloc_object() and pg_alloc_array() variants in frontend code

5 месяцев назад
pageinspect

Adjust some incorrect *GetDatum() macros

3 месяца назад
passwordcheck

Update copyright for 2026

7 месяцев назад
pg_buffercache

pg_buffercache: restore rowtype verification in pg_buffercache_pages()

2 месяца назад
pg_freespacemap

Update copyright for 2026

7 месяцев назад
pg_logicalinspect

Update copyright for 2026

7 месяцев назад
pg_overexplain

Fix a set of typos and grammar issues across the tree

4 месяца назад
pg_plan_advice

pg_plan_advice: DO_NOT_SCAN is a simple tag, not a generic one.

2 месяца назад
pg_prewarm

Pre-beta mechanical code beautification, step 2: run pgperltidy.

3 месяца назад
pg_stash_advice

pg_stash_advice: Reject overlong stash names in dump file.

2 месяца назад
pg_stat_statements

pg_stat_statements: Set PlannedStmt to NULL after nested utility execution

3 месяца назад
pg_surgery

pg_surgery: Fix off-by-one bug with heap offset

2 месяца назад
pg_trgm

Avoid casting void * function arguments

4 месяца назад
pg_visibility

Revert "Allow logical replication snapshots to be database-specific"

3 месяца назад
pg_walinspect

Report detailed errors from XLogFindNextRecord() failures.

5 месяцев назад
pgcrypto

Pre-beta mechanical code beautification, step 1: run pgindent.

3 месяца назад
pgrowlocks

Thread flags through begin-scan APIs

4 месяца назад
pgstattuple

pgstattuple: Optimize pgstattuple_approx() with streaming read

5 месяцев назад
postgres_fdw

Fix oversight in commit aa1f93a.

2 месяца назад
seg

seg: Fix seg_out() to preserve the upper boundary's certainty indicator

2 месяца назад
sepgsql

Harmonize function parameter names for Postgres 19.

4 месяца назад
spi

refint: Remove plan cache.

2 месяца назад
sslinfo

Fix compilation with OpenSSL 4

2 месяца назад
start-scripts

Remove gratuitous references to postmaster program

4 года назад
tablefunc

Avoid including vacuum.h in tableam.h and heapam.h.

4 месяца назад
tcn

Update copyright for 2026

7 месяцев назад
test_decoding

Disallow direct use of the pgrepack logical decoding plugin

2 месяца назад
tsm_system_rows

Update copyright for 2026

7 месяцев назад
tsm_system_time

Reduce header inclusions via execnodes.h

5 месяцев назад
unaccent

Update Unicode data to Unicode 17.0.0

5 месяцев назад
uuid-ossp

Fix accidentally cast away qualifiers

6 месяцев назад
vacuumlo

Update copyright for 2026

7 месяцев назад
xml2

xml2: Fix crash with namespace nodes in xpath_nodeset()

2 месяца назад
Makefile

Add pg_stash_advice contrib module.

4 месяца назад
README

Rename 'gmake' to 'make' in docs and recommended commands

12 лет назад
contrib-global.mk

Respect TEMP_CONFIG when pg_regress_check and friends are called

10 лет назад
meson.build

Add pg_stash_advice contrib module.

4 месяца назад
README
The PostgreSQL contrib tree
---------------------------
 
This subtree contains porting tools, analysis utilities, and plug-in
features that are not part of the core PostgreSQL system, mainly
because they address a limited audience or are too experimental to be
part of the main source tree. This does not preclude their
usefulness.
 
User documentation for each module appears in the main SGML
documentation.
 
When building from the source distribution, these modules are not
built automatically, unless you build the "world" target. You can
also build and install them all by running "make all" and "make
install" in this directory; or to build and install just one selected
module, do the same in that module's subdirectory.
 
Some directories supply new user-defined functions, operators, or
types. To make use of one of these modules, after you have installed
the code you need to register the new SQL objects in the database
system by executing a CREATE EXTENSION command. In a fresh database,
you can simply do
 
CREATE EXTENSION module_name;
 
See the PostgreSQL documentation for more information about this
procedure.