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
Commit message (
Expand
)
Author
Age
*
Applied patch by Peter Harris to free auto_mem struct in ECPGconnect.
Michael Meskes
2006-11-08
*
Backported buffer overrun fix from HEAD
Michael Meskes
2006-08-18
*
Applied the connect patch from HEAD
Michael Meskes
2006-08-18
*
Fixed remaining Coverity bugs.
Michael Meskes
2006-07-05
*
Added missing braces to prevent a segfault after usage of an undeclared cursor.
Michael Meskes
2006-06-26
*
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 fixes 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 memory leaks in ecpglib.
Michael Meskes
2006-06-06
*
Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,
Bruce Momjian
2006-05-21
*
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-19
*
When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not
Neil Conway
2006-01-15
*
- Made several variables "const char *" instead of "char *" as proposed by Qi...
Michael Meskes
2005-11-30
*
[ Backpatch to 8.0.X.]
Bruce Momjian
2005-10-14
*
Fixed transaction command handling to not ignore savepoints and to correctly ...
Michael Meskes
2005-09-12
*
- Check for NULL before checking whether argument is an array.
Michael Meskes
2005-08-24
*
Added patch by Gavin Scott <gavin@planetacetech.com> for Intel 64bit hardware.
Michael Meskes
2005-06-02
*
Fixed memory leak in ecpglib by adding some missing free() commands.
Michael Meskes
2005-06-02
*
Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre...
Michael Meskes
2005-04-14
*
Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...
Michael Meskes
2005-03-18
*
Increment all major version numbers in 8.0.X to force recompile of
Bruce Momjian
2005-03-13
*
Fixed more parsing bugs in other CREATE statements.
Michael Meskes
2005-02-10
*
Fixed bug in parsing of CREATE AS statement.
Michael Meskes
2005-02-09
*
Propagate ecpg core dump fix into 8.0 branch.
Tom Lane
2005-01-26
*
Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the
Tom Lane
2005-01-26
*
interval_out failed to mention 'ago' for negative intervals in SQL and
Tom Lane
2005-01-11
*
Fixed segfault in adjust_informix due to missing varchar type.
Michael Meskes
2005-01-10
*
Some more missed copyright notices. Many of these look like they
Tom Lane
2005-01-01
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Fixed segfault in connect when specifying no database name.
Michael Meskes
2004-12-30
*
Add missing ecpg prototype for newly added functions.
Bruce Momjian
2004-12-23
*
Added PGTYPEStimestamp_add_interval written by Dave Cramer.
Michael Meskes
2004-12-23
*
Fixed bug in parsing of typedef'ed array sizes.
Michael Meskes
2004-12-06
*
Fix up makefile dependencies for pg_config_paths.h.
Tom Lane
2004-11-20
*
List VALUE as a keyword.
Michael Meskes
2004-11-10
*
Get rid of perror(), substitute some better phrased error messages.
Peter Eisentraut
2004-11-09
*
Create 'default_tablespace' GUC variable that supplies a TABLESPACE
Tom Lane
2004-11-05
*
fixed bug in segfault REVOKE statement
Dave Cramer
2004-11-01
*
Synced parser
Michael Meskes
2004-10-18
*
Add 'int' cast for getpid() because some Solaris releases return long
Bruce Momjian
2004-10-14
*
More minor cosmetic improvements:
Neil Conway
2004-10-13
*
Fix vpath build break, induced by Bruce's recent commit.
Neil Conway
2004-10-12
*
Add some pg_config_path.h dependencies for places that include
Bruce Momjian
2004-10-12
*
Cosmetic improvements/code cleanup:
Neil Conway
2004-10-10
*
Make getpid() use %d consistently for printing.
Bruce Momjian
2004-10-09
*
Add Win32 version info to client binaries.
Bruce Momjian
2004-10-05
*
'::' is no longer interpreted as a variable in a prepare statement.
Michael Meskes
2004-10-05
[next]