index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
test
/
ecpg_schedule
Age
Commit message (
Expand
)
Author
2024-04-04
Add basic JSON_TABLE() functionality
Amit Langote
2024-02-19
ecpg: Fix zero-termination of string generated by intoasc()
Michael Paquier
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2021-03-24
Add DECLARE STATEMENT command to ECPG
Michael Meskes
2019-09-20
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-05-22
Implement PREPARE AS statement for ECPG.
Michael Meskes
2019-02-18
Sync ECPG's CREATE TABLE AS statement with backend's.
Michael Meskes
2019-02-18
Add bytea datatype to ECPG.
Michael Meskes
2019-02-16
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2018-03-14
Add Oracle like handling of char arrays.
Michael Meskes
2017-08-25
Implement DO CONTINUE action for ECPG WHENEVER statement.
Michael Meskes
2017-03-18
Fix schedule of ecpg test files to only try two-phase commit test when possible.
Michael Meskes
2017-03-13
Add test case for two phase commit. Also by Masahiko Sawada.
Michael Meskes
2014-04-09
Several fixes to array handling in ecpg.
Michael Meskes
2010-02-02
Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...
Michael Meskes
2010-01-26
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...
Michael Meskes
2010-01-15
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2010-01-05
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2009-11-26
Added dynamic cursor names to ecpg. Almost the whole patch was done by
Michael Meskes
2008-10-29
Unicode escapes in strings and identifiers
Peter Eisentraut
2007-10-02
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe
Michael Meskes
2007-09-30
Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Michael Meskes
2007-09-26
Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...
Michael Meskes
2007-08-14
- Finished major rewrite to use new protocol version
Michael Meskes
2007-06-12
Rewrite ECPG regression test driver in C, by splitting the standard
Magnus Hagander