index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
ecpglib
Commit message (
Expand
)
Author
Age
*
Inlined two functions to get rid of va_list prolems on some archs.
Michael Meskes
2007-04-27
*
Backported bug fix for #2956.
Michael Meskes
2007-02-27
*
Backported va_list handling cleanup
Michael Meskes
2007-02-06
*
Applied patch by Peter Harris to free auto_mem structure on connect
Michael Meskes
2006-11-08
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix a couple other places that need to know about (some) src/port/ files
Tom Lane
2006-09-28
*
Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in
Tom Lane
2006-09-11
*
Install a cleaner solution to the AIX libpq linking problem, as per
Tom Lane
2006-09-10
*
Synced parser.
Michael Meskes
2006-09-05
*
Fixed parser and library to allow empty database names.
Michael Meskes
2006-08-29
*
Partial fix for ecpg's VPATH problems. It compiles and successfully
Tom Lane
2006-08-28
*
- Enabled single-quoted connection targets.
Michael Meskes
2006-08-27
*
Fixed of by one variable size.
Michael Meskes
2006-08-24
*
Somehow my version compiled but the change didn't make it to CVS.
Michael Meskes
2006-08-23
*
Replaced double-quote-fix with a hopefully better version.
Michael Meskes
2006-08-23
*
Descriptor values were quoted twice.
Michael Meskes
2006-08-22
*
Fixed a buffer overrun that was masked on Linux systems.
Michael Meskes
2006-08-18
*
Added lots of SoC stuff made by Joachim.
Michael Meskes
2006-08-15
*
Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>
Michael Meskes
2006-08-13
*
Fixed some memory bugs that somehow reappeared.
Michael Meskes
2006-08-09
*
Cleaned up log output a little bit more.
Michael Meskes
2006-08-08
*
Made parser check for valid copy to/from stdin/stdout combinations.
Michael Meskes
2006-08-08
*
Regression test updates and fixes
Michael Meskes
2006-08-04
*
Add missing ecpg function prototype needed when in threaded mode ---
Bruce Momjian
2006-08-04
*
ynced parser and keyword list.
Michael Meskes
2006-08-02
*
Added missing ECPGget_sqlca() call
Michael Meskes
2006-07-31
*
First small patches needed for regression tests
Michael Meskes
2006-07-31
*
Variables should be free'ed only once.
Michael Meskes
2006-07-28
*
Removed superfluous comment
Michael Meskes
2006-07-28
*
And one more:
Michael Meskes
2006-07-28
*
Added more SoC changes by Joachim Wieland <joe@mcknight.de>:
Michael Meskes
2006-07-28
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
*
Fixed remaining Coverity bugs.
Michael Meskes
2006-07-05
*
Added some more coverity report patches send in by Joachim Wieland <joe@mckni...
Michael Meskes
2006-06-26
*
Moved some free() calls that coverity correctly complains about.
Michael Meskes
2006-06-25
*
Added some more coverity report patches send in by Martijn van Oosterhout <kl...
Michael Meskes
2006-06-21
*
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-21
*
Do not use already free'ed errmsg, bug found by Joachim Wieland
Michael Meskes
2006-06-19
*
Fixed two more memory leaks in ecpglib.
Michael Meskes
2006-06-06
*
Use E'' strings internally only when standard_conforming_strings =
Bruce Momjian
2006-05-26
*
We only need to add thread.c on non-WIN32 platforms, since get_home_path
Tom Lane
2006-04-29
*
Arrange to strip libpq.so of symbols that aren't officially supposed to
Tom Lane
2006-04-28
*
Fixed memory leak bugs found by Martijn Oosterhout.
Michael Meskes
2006-04-24
*
Fixed bug 2330: Wrong error code in case of a duplicate key
Michael Meskes
2006-03-17
*
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-03-11
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Added C bit fields to ecpg parser
Michael Meskes
2006-02-04
*
Data transferred binary is now put into the variables verbatim.
Michael Meskes
2006-01-17
*
When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not
Neil Conway
2006-01-15
*
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
[next]