index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
preproc
/
preproc_extern.h
Age
Commit message (
Expand
)
Author
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2024-10-14
ecpg: improve preprocessor's memory management.
Tom Lane
2024-10-14
ecpg: move some functions into a new file ecpg/preproc/util.c.
Tom Lane
2024-10-14
ecpg: re-implement preprocessor's string management.
Tom Lane
2022-09-22
Harmonize parameter names in ecpg code.
Peter Geoghegan
2022-07-12
Fix ECPG's handling of type names that match SQL keywords.
Tom Lane
2021-03-24
Add DECLARE STATEMENT command to ECPG
Michael Meskes
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-09-20
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-02-16
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2019-01-30
Change error handling of out of scope variables in ecpg.
Michael Meskes
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2018-12-01
Rename ecpg's various "extern.h" files to have distinct names.
Tom Lane