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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lost some changes yet again
Michael Meskes
2006-09-05
1
-0
/
+2
*
Synced parser.
Michael Meskes
2006-09-05
1
-0
/
+6
*
Synced parser.
Michael Meskes
2006-09-03
1
-0
/
+5
*
Fixed parser and library to allow empty database names.
Michael Meskes
2006-08-29
1
-0
/
+5
*
- Enabled single-quoted connection targets.
Michael Meskes
2006-08-27
1
-0
/
+5
*
Synced parser
Michael Meskes
2006-08-24
1
-0
/
+1
*
Fixed of by one variable size.
Michael Meskes
2006-08-24
1
-0
/
+4
*
Replaced double-quote-fix with a hopefully better version.
Michael Meskes
2006-08-23
1
-0
/
+6
*
Descriptor values were quoted twice.
Michael Meskes
2006-08-22
1
-1
/
+4
*
More SoC stuff
Michael Meskes
2006-08-19
1
-0
/
+4
*
Fixed a buffer overrun that was masked on Linux systems.
Michael Meskes
2006-08-18
1
-0
/
+2
*
Changed lexer to no longer use the default rule.
Michael Meskes
2006-08-18
1
-0
/
+6
*
Added lots of SoC stuff made by Joachim.
Michael Meskes
2006-08-15
1
-0
/
+13
*
Fixed some memory bugs that somehow reappeared.
Michael Meskes
2006-08-09
1
-0
/
+2
*
Fixed error handling in numeric conversion (Joachim).
Michael Meskes
2006-08-09
1
-0
/
+4
*
Made parser check for valid copy to/from stdin/stdout combinations.
Michael Meskes
2006-08-08
1
-0
/
+4
*
Joachim fixed some bugs in numeric handling in pgtypeslib.
Michael Meskes
2006-08-07
1
-0
/
+4
*
Regression test updates and fixes
Michael Meskes
2006-08-04
1
-1
/
+1
*
Applied test suite update by Joachim Wieland <joe@mcknight.de>.
Michael Meskes
2006-08-03
1
-0
/
+4
*
ynced parser and keyword list.
Michael Meskes
2006-08-02
1
-0
/
+12
*
Variables should be free'ed only once.
Michael Meskes
2006-07-28
1
-1
/
+2
*
And one more:
Michael Meskes
2006-07-28
1
-0
/
+1
*
Added more SoC changes by Joachim Wieland <joe@mcknight.de>:
Michael Meskes
2006-07-28
1
-0
/
+6
*
Fixed remaining Coverity bugs.
Michael Meskes
2006-07-05
1
-0
/
+4
*
Added missing braces to prevent a segfault after usage of an undeclared cursor.
Michael Meskes
2006-06-26
1
-0
/
+5
*
Added some more coverity report patches send in by Joachim Wieland <joe@mckni...
Michael Meskes
2006-06-26
1
-0
/
+5
*
Moved some free() calls that coverity correctly complains about.
Michael Meskes
2006-06-25
1
-0
/
+4
*
Added some more coverity report patches send in by Martijn van Oosterhout <kl...
Michael Meskes
2006-06-21
1
-0
/
+5
*
Fixed small typo in changelog
Michael Meskes
2006-06-21
1
-3
/
+3
*
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-21
1
-1
/
+7
*
Do not use already free'ed errmsg, bug found by Joachim Wieland
Michael Meskes
2006-06-19
1
-4
/
+13
*
Somehow a ";" got lost which changed the logic. This btw is the first fix res...
Michael Meskes
2006-05-31
1
-0
/
+4
*
Fixed memory leak bugs found by Martijn Oosterhout.
Michael Meskes
2006-04-24
1
-0
/
+4
*
Fixed bug 2330: Wrong error code in case of a duplicate key
Michael Meskes
2006-03-17
1
-0
/
+4
*
Added just another test case.
Michael Meskes
2006-02-08
1
-0
/
+11
*
Added C bit fields to ecpg parser
Michael Meskes
2006-02-04
1
-0
/
+6
*
- Synced parser and keyword list.
Michael Meskes
2006-01-24
1
-0
/
+5
*
Data transferred binary is now put into the variables verbatim.
Michael Meskes
2006-01-17
1
-0
/
+9
*
Added special handling of CONNECTION variable that is used by ECPG instead of...
Michael Meskes
2005-12-02
1
-0
/
+5
*
- Made several variables "const char *" instead of "char *" as proposed by Qi...
Michael Meskes
2005-11-30
1
-0
/
+8
*
Also synced the ecpg lexer with the backend lexer.
Michael Meskes
2005-10-05
1
-0
/
+4
*
Somehow I missed some parser changes, so this commit comes pretty late. I jus...
Michael Meskes
2005-10-04
1
-0
/
+5
*
Fixed transaction command handling to not ignore savepoints and to correctly ...
Michael Meskes
2005-09-12
1
-1
/
+6
*
- Check for NULL before checking whether argument is an array.
Michael Meskes
2005-08-24
1
-0
/
+6
*
- Fixed memory leak in ecpglib by adding some missing free() commands.
Michael Meskes
2005-06-02
1
-0
/
+6
*
Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre...
Michael Meskes
2005-04-14
1
-0
/
+5
*
Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...
Michael Meskes
2005-03-18
1
-0
/
+7
*
Fixed changelog entry to list correct bug reporter.
Michael Meskes
2005-02-10
1
-1
/
+2
*
Fixed more parsing bugs in other CREATE statements as pointed out by TANIDA
Michael Meskes
2005-02-10
1
-0
/
+5
*
Fixed bug in parsing of CREATE AS statement.
Michael Meskes
2005-02-09
1
-0
/
+4
[next]