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
/
include
Commit message (
Expand
)
Author
Age
*
Fix Makefile problem which prevented installation on VPATH builds.
Alvaro Herrera
2006-11-29
*
Also install ecpg_config.h
Michael Meskes
2006-11-28
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Added missing constuctor/destructor for interval and date.
Michael Meskes
2006-09-14
*
Partial fix for ecpg's VPATH problems. It compiles and successfully
Tom Lane
2006-08-28
*
Needed more stuff from c.h.
Michael Meskes
2006-08-24
*
Need more defines in ecpg_config.h, patch sent by Rocco Altier <RoccoA@Routes...
Michael Meskes
2006-08-24
*
Argh, forgot the new file yet again.
Michael Meskes
2006-08-23
*
Replaced double-quote-fix with a hopefully better version.
Michael Meskes
2006-08-23
*
Added lots of SoC stuff made by Joachim.
Michael Meskes
2006-08-15
*
Fixed error handling in numeric conversion (Joachim).
Michael Meskes
2006-08-09
*
Remove redeclaration of struct sqlca_t --- unnecessary and provokes
Tom Lane
2006-08-04
*
ynced parser and keyword list.
Michael Meskes
2006-08-02
*
First small patches needed for regression tests
Michael Meskes
2006-07-31
*
Fix some makefiles that fail to yield good results from 'make -qp'.
Tom Lane
2006-07-15
*
Allow each C include file to compile on its own by including any needed
Bruce Momjian
2006-07-11
*
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-03-11
*
Remove Christof Petig copyright on include file, per author request.
Bruce Momjian
2006-03-08
*
Remove BEOS port.
Bruce Momjian
2006-01-05
*
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
*
- Made several variables "const char *" instead of "char *" as proposed by Qi...
Michael Meskes
2005-11-30
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Add missing ecpg prototype for newly added functions.
Bruce Momjian
2004-12-23
*
Fix Cygwin defines to be consistent.
Bruce Momjian
2004-09-09
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
- Fixed indicator in SET DESCRIPTOR.
Michael Meskes
2004-07-05
*
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-07-04
*
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-30
*
- Only use typedefs inside their scope.
Michael Meskes
2004-06-27
*
- Argh, just another bug in adjust_informix.
Michael Meskes
2004-05-10
*
- Issue a warning if a cursor is declared but not opened.
Michael Meskes
2004-01-28
*
Move Informix compatibility include files out of the way. compatlib.h
Peter Eisentraut
2003-12-18
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Install dummy sqlda.h file since this is needed for compatibility.
Michael Meskes
2003-10-20
*
Remove assorted compilation failures introduced by latest ecpg changes.
Tom Lane
2003-10-03
*
Hide Informix datatypes. They are not seen by our built process anymore.
Michael Meskes
2003-10-03
*
- Fixed order mismatch in processing "using" arguments.
Michael Meskes
2003-09-22
*
- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.
Michael Meskes
2003-09-20
*
Removed superfluous return statement in get_data.
Michael Meskes
2003-09-19
*
Some uppercase type definitions were left.
Michael Meskes
2003-09-10
*
- Added Dave patch for Informix handling of numeric/int conversion.
Michael Meskes
2003-09-09
*
Fixed two bugs in pgtypes library.
Michael Meskes
2003-09-01
*
Remove postgres_ext.h inclusion -- not necessary.
Peter Eisentraut
2003-08-08
*
Include postgres_ext.h instead of postgres_fe.h. This allows ecpg
Bruce Momjian
2003-08-07
*
pgindent run.
Bruce Momjian
2003-08-04
*
Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,
Peter Eisentraut
2003-08-01
*
- Added some Informix error codes in Informix mode.
Michael Meskes
2003-08-01
*
Started to create different error codes for different backend messages.
Michael Meskes
2003-07-15
[next]