index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
test
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
1
-0
/
+17
*
Add missing .gitignore entries.
Tom Lane
2023-03-29
1
-0
/
+2
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
3
-0
/
+46
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+46
*
Improved ECPG warning as suggested by Michael Paquier and removed test case
Michael Meskes
2021-08-17
1
-31
/
+6
*
Fix connection handling for DEALLOCATE and DESCRIBE statements
Michael Meskes
2021-08-13
1
-5
/
+35
*
Add DECLARE STATEMENT command to ECPG
Michael Meskes
2021-03-24
3
-0
/
+210
*
Add documentation and tests for quote marks in ECPG literal queries.
Tom Lane
2020-10-22
1
-2
/
+2
*
Avoid premature de-doubling of quote marks in ECPG strings.
Tom Lane
2020-10-22
1
-1
/
+1
*
Fix ecpg crash with bytea and cursor variables.
Michael Meskes
2020-06-30
1
-1
/
+12
*
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-11-07
1
-2
/
+0
*
Fix compiler warnings in ecpg tests
Peter Eisentraut
2019-10-29
1
-1
/
+7
*
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-09-20
3
-210
/
+0
*
Fix format truncation issue from ECPG test
Michael Paquier
2019-08-02
1
-1
/
+1
*
Add .gitignore entries for new ecpg test case.
Tom Lane
2019-05-22
1
-0
/
+2
*
Implement PREPARE AS statement for ECPG.
Michael Meskes
2019-05-22
2
-1
/
+200
*
Fix whitespace
Peter Eisentraut
2019-03-01
1
-1
/
+0
*
Free memory in ecpg bytea regression test.
Michael Meskes
2019-02-26
1
-0
/
+1
*
Fix omissions in ecpg/test/sql/.gitignore.
Tom Lane
2019-02-18
1
-0
/
+4
*
Sync ECPG's CREATE TABLE AS statement with backend's.
Michael Meskes
2019-02-18
2
-0
/
+42
*
Add bytea datatype to ECPG.
Michael Meskes
2019-02-18
2
-1
/
+112
*
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2019-02-16
3
-1
/
+211
*
Make some ecpg test cases more robust against unexpected errors that happen
Michael Meskes
2019-01-30
3
-54
/
+14
*
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2019-01-24
2
-5
/
+5
*
Second try at fixing numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-14
1
-1
/
+1
*
Fix incorrect results for numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-13
1
-1
/
+3
*
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2018-06-18
1
-1
/
+1
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
1
-1
/
+1
*
Hot-fix ecpg regression test for missing ecpg_config.h inclusion.
Tom Lane
2018-05-18
1
-1
/
+1
*
Add some test coverage for ecpg's "long long" support.
Tom Lane
2018-05-18
1
-4
/
+14
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
6
-6
/
+6
*
Update .gitignore
Robert Haas
2017-03-14
1
-0
/
+2
*
Add test case for two phase commit. Also by Masahiko Sawada.
Michael Meskes
2017-03-13
2
-0
/
+45
*
ecpg: Fix typo
Peter Eisentraut
2016-03-08
1
-1
/
+1
*
Revert "Ignore object files generated by ecpg test suite on Windows"
Michael Meskes
2015-03-09
1
-20
/
+0
*
Ignore object files generated by ecpg test suite on Windows
Michael Meskes
2015-03-09
1
-0
/
+20
*
Fixed array handling in ecpg.
Michael Meskes
2015-02-10
2
-13
/
+42
*
Fix missing dependencies in ecpg's test Makefiles.
Tom Lane
2014-05-08
1
-2
/
+2
*
Always use the same way to addres a descriptor in ecpg's regression tests.
Michael Meskes
2014-01-13
1
-3
/
+3
*
Changed regression test to ecpg test suite for alignment problem just with last
Michael Meskes
2014-01-09
1
-1
/
+2
*
ECPG: Add EXEC SQL CLOSE C to the tests.
Michael Meskes
2013-11-26
2
-0
/
+4
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
5
-10
/
+10
*
Sync ECPG with WITH ORDINALITY changes
Greg Stark
2013-07-29
1
-3
/
+3
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
8
-22
/
+22
*
Still more .gitignore cleanup.
Tom Lane
2010-09-24
1
-3
/
+40
*
Add gitignore files for ecpg regression tests.
Magnus Hagander
2010-09-22
1
-0
/
+3
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
1
-1
/
+0
*
Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.
Michael Meskes
2010-08-17
1
-0
/
+2
[next]