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
/
sql
/
Makefile
Age
Commit message (
Expand
)
Author
2024-04-16
Fix assorted bugs in ecpg's macro mechanism.
Tom Lane
2024-04-04
Add basic JSON_TABLE() functionality
Amit Langote
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
2017-03-13
Add test case for two phase commit. Also by Masahiko Sawada.
Michael Meskes
2014-05-08
Fix missing dependencies in ecpg's test Makefiles.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
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
2007-08-14
- Finished major rewrite to use new protocol version
Michael Meskes
2007-05-10
- Synced parser and keyword list
Michael Meskes
2007-03-17
- Changed some whitespacing in connect statement.
Michael Meskes
2006-09-08
Replaced complex tests with small ones.
Michael Meskes
2006-09-05
Started to cleanup complex tests.
Michael Meskes
2006-09-03
Synced parser.
Michael Meskes
2006-08-13
Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>
Michael Meskes
2006-08-02
And finally the Makefiles
Michael Meskes