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
/
preproc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
/
+37
*
Fix possible omission of variable storage markers in ECPG.
Tom Lane
2022-09-09
1
-0
/
+9
*
Fix ECPG's handling of type names that match SQL keywords.
Tom Lane
2022-07-12
1
-3
/
+5
*
Remove duplicate include
Peter Eisentraut
2021-01-25
1
-1
/
+0
*
Avoid re-using output variables in new ecpg test case.
Tom Lane
2020-11-07
2
-3
/
+5
*
Fix ecpg's mishandling of B'...' and X'...' literals.
Tom Lane
2020-11-07
1
-0
/
+5
*
Avoid premature de-doubling of quote marks in ECPG strings.
Tom Lane
2020-10-22
1
-4
/
+4
*
Fix behavior of ecpg's "EXEC SQL elif name".
Tom Lane
2020-08-03
1
-0
/
+17
*
Stop using spelling "nonexistant".
Noah Misch
2019-06-08
1
-5
/
+5
*
Make some ecpg test cases more robust against unexpected errors that happen
Michael Meskes
2019-01-30
2
-12
/
+1
*
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2019-01-24
4
-7
/
+7
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
1
-1
/
+1
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
2
-2
/
+2
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
7
-7
/
+7
*
Fix locale dependency in new ecpg test case.
Tom Lane
2017-08-25
2
-1
/
+3
*
Implement DO CONTINUE action for ECPG WHENEVER statement.
Michael Meskes
2017-08-25
2
-0
/
+64
*
Revert "Ignore object files generated by ecpg test suite on Windows"
Michael Meskes
2015-03-09
1
-12
/
+0
*
Ignore object files generated by ecpg test suite on Windows
Michael Meskes
2015-03-09
1
-0
/
+12
*
Fix missing dependencies in ecpg's test Makefiles.
Tom Lane
2014-05-08
1
-8
/
+8
*
ecpg: Add additional files to .gitignore
Peter Eisentraut
2014-04-23
1
-0
/
+2
*
Several fixes to array handling in ecpg.
Michael Meskes
2014-04-09
2
-1
/
+105
*
ECPG: Free the malloc()'ed variables in the test so it comes out clean on
Michael Meskes
2013-11-26
1
-0
/
+3
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
2
-3
/
+3
*
Changed test case slightly so it doesn't have an unused typedef.
Michael Meskes
2013-11-03
1
-1
/
+2
*
Do not use the variable name when defining a varchar structure in ecpg.
Michael Meskes
2012-02-13
1
-1
/
+1
*
Added test for cursor handling on different connections to regression test
Michael Meskes
2011-12-18
1
-57
/
+68
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
6
-7
/
+7
*
Still more .gitignore cleanup.
Tom Lane
2010-09-24
1
-3
/
+22
*
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
2
-2
/
+0
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
2
-13
/
+20
*
Fixed ECPG regression test to make sure it uses absolute paths for include
Michael Meskes
2010-03-22
1
-2
/
+2
*
ECPG only copied #include statements instead of processing them according to
Michael Meskes
2010-03-21
3
-5
/
+6
*
ecpg now adds a unique counter to its varchar struct definitions to make thes...
Michael Meskes
2010-03-09
1
-0
/
+1
*
Revert pgindent changes to ecpg include files that are part of ecpg
Bruce Momjian
2010-02-26
1
-14
/
+12
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-12
/
+14
*
Changed ECPG outofscope handling to always print out statements in the same o...
Michael Meskes
2010-01-29
1
-1
/
+0
*
Added test case that was part of Zoltan's patch but apparently wasn't part of...
Michael Meskes
2010-01-26
2
-0
/
+143
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...
Michael Meskes
2010-01-26
1
-0
/
+1
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...
Michael Meskes
2010-01-22
1
-1
/
+6
*
Fixed auto-prepare to not try preparing statements that are not preparable. Bug
Michael Meskes
2009-12-16
1
-0
/
+20
*
Added missing files.
Michael Meskes
2009-11-26
1
-0
/
+245
*
Added dynamic cursor names to ecpg. Almost the whole patch was done by
Michael Meskes
2009-11-26
1
-0
/
+1
*
More variables gcc moans about
Michael Meskes
2009-05-20
2
-2
/
+2
*
Fix ecpg tests for change that disallowed Unicode literals unless
Tom Lane
2009-05-06
1
-0
/
+2
*
Unicode escapes in strings and identifiers
Peter Eisentraut
2008-10-29
2
-0
/
+28
*
Synced parser.
Michael Meskes
2008-05-20
1
-1
/
+3
*
Fixed bug that caused arrays of varchar to be output with incomplete name.
Michael Meskes
2008-03-02
1
-0
/
+8
[next]