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

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

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

ecpg: Fix out-of-bound writes due to processing of invalid bytea data

18 часов назад
include

ecpg: Fix out-of-bound writes due to processing of invalid bytea data

18 часов назад
pgtypeslib

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

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

Fix null-pointer crash in ECPG compiler.

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

ecpg: Fix out-of-bound writes due to processing of invalid bytea data

18 часов назад
Makefile

Split some long Makefile lists

7 месяцев назад
README.dynSQL

Fix whitespace issues found by git diff --check, add gitattributes

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

Update copyright for 2026

7 месяцев назад
README.dynSQL
src/interfaces/ecpg/README.dynSQL
 
descriptor statements have the following shortcomings
 
- input descriptors (USING DESCRIPTOR <name>) are not supported
 
Reason: to fully support dynamic SQL the frontend/backend communication
should change to recognize input parameters.
Since this is not likely to happen in the near future and you
can cover the same functionality with the existing infrastructure
(using s[n]printf), I'll leave the work to someone else.