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
/
ecpglib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Install a cleaner solution to the AIX libpq linking problem, as per
Tom Lane
2006-09-10
1
-3
/
+2
*
Synced parser.
Michael Meskes
2006-09-05
1
-1
/
+3
*
Fixed parser and library to allow empty database names.
Michael Meskes
2006-08-29
1
-2
/
+3
*
Partial fix for ecpg's VPATH problems. It compiles and successfully
Tom Lane
2006-08-28
1
-2
/
+3
*
- Enabled single-quoted connection targets.
Michael Meskes
2006-08-27
1
-23
/
+20
*
Fixed of by one variable size.
Michael Meskes
2006-08-24
1
-11
/
+11
*
Somehow my version compiled but the change didn't make it to CVS.
Michael Meskes
2006-08-23
1
-2
/
+2
*
Replaced double-quote-fix with a hopefully better version.
Michael Meskes
2006-08-23
2
-47
/
+43
*
Descriptor values were quoted twice.
Michael Meskes
2006-08-22
1
-5
/
+17
*
Fixed a buffer overrun that was masked on Linux systems.
Michael Meskes
2006-08-18
1
-31
/
+33
*
Added lots of SoC stuff made by Joachim.
Michael Meskes
2006-08-15
1
-3
/
+3
*
Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>
Michael Meskes
2006-08-13
1
-3
/
+4
*
Fixed some memory bugs that somehow reappeared.
Michael Meskes
2006-08-09
1
-3
/
+5
*
Cleaned up log output a little bit more.
Michael Meskes
2006-08-08
1
-4
/
+2
*
Made parser check for valid copy to/from stdin/stdout combinations.
Michael Meskes
2006-08-08
2
-5
/
+31
*
Regression test updates and fixes
Michael Meskes
2006-08-04
1
-2
/
+2
*
Add missing ecpg function prototype needed when in threaded mode ---
Bruce Momjian
2006-08-04
1
-1
/
+4
*
ynced parser and keyword list.
Michael Meskes
2006-08-02
3
-17
/
+25
*
Added missing ECPGget_sqlca() call
Michael Meskes
2006-07-31
1
-2
/
+3
*
First small patches needed for regression tests
Michael Meskes
2006-07-31
1
-3
/
+17
*
Variables should be free'ed only once.
Michael Meskes
2006-07-28
1
-14
/
+4
*
Removed superfluous comment
Michael Meskes
2006-07-28
1
-2
/
+1
*
And one more:
Michael Meskes
2006-07-28
1
-4
/
+13
*
Added more SoC changes by Joachim Wieland <joe@mcknight.de>:
Michael Meskes
2006-07-28
1
-4
/
+24
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
2
-5
/
+2
*
Fixed remaining Coverity bugs.
Michael Meskes
2006-07-05
2
-10
/
+26
*
Added some more coverity report patches send in by Joachim Wieland <joe@mckni...
Michael Meskes
2006-06-26
1
-10
/
+10
*
Moved some free() calls that coverity correctly complains about.
Michael Meskes
2006-06-25
2
-8
/
+14
*
Added some more coverity report patches send in by Martijn van Oosterhout <kl...
Michael Meskes
2006-06-21
3
-5
/
+8
*
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-21
5
-88
/
+201
*
Do not use already free'ed errmsg, bug found by Joachim Wieland
Michael Meskes
2006-06-19
1
-5
/
+6
*
Fixed two more memory leaks in ecpglib.
Michael Meskes
2006-06-06
1
-3
/
+8
*
Use E'' strings internally only when standard_conforming_strings =
Bruce Momjian
2006-05-26
1
-4
/
+9
*
We only need to add thread.c on non-WIN32 platforms, since get_home_path
Tom Lane
2006-04-29
1
-2
/
+7
*
Arrange to strip libpq.so of symbols that aren't officially supposed to
Tom Lane
2006-04-28
1
-4
/
+4
*
Fixed memory leak bugs found by Martijn Oosterhout.
Michael Meskes
2006-04-24
1
-2
/
+2
*
Fixed bug 2330: Wrong error code in case of a duplicate key
Michael Meskes
2006-03-17
1
-2
/
+2
*
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-03-11
1
-0
/
+2
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Added C bit fields to ecpg parser
Michael Meskes
2006-02-04
1
-1
/
+3
*
Data transferred binary is now put into the variables verbatim.
Michael Meskes
2006-01-17
2
-7
/
+53
*
When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not
Neil Conway
2006-01-15
1
-1
/
+5
*
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
1
-2
/
+2
*
Stamp libraries for 8.2 by updating minor library version numbers and
Bruce Momjian
2005-12-09
1
-2
/
+2
*
Make Win32 build use our port/snprintf.c routines, instead of depending
Tom Lane
2005-12-06
1
-9
/
+7
*
- Made several variables "const char *" instead of "char *" as proposed by Qi...
Michael Meskes
2005-11-30
5
-30
/
+31
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
8
-84
/
+86
*
Fixed transaction command handling to not ignore savepoints and to correctly ...
Michael Meskes
2005-09-12
1
-14
/
+18
*
- Check for NULL before checking whether argument is an array.
Michael Meskes
2005-08-24
1
-24
/
+24
*
I have to admit that I got the case of the preprocessor symbol on amd64
Bruce Momjian
2005-07-04
2
-4
/
+4
[next]