summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib/data.c
AgeCommit message (Collapse)Author
2003-03-16Forgot some files...Michael Meskes
2002-09-04pgindent run.Bruce Momjian
2002-01-08Fix copy-and-paste mistake exposed by gcc warning.Tom Lane
2002-01-08Fixed array pointers, no longer using void * in arithmetics.Michael Meskes
2001-12-23- Removed space_or_nl and line_end from pgc.l.Michael Meskes
- Fixed several bugs concerning arrays of structs including a memory allocation bug.
2001-12-05 - Fixed variable handling in AT statement.Michael Meskes
- Fixed bug that caused segfault when given incorrect DB name. - Fixed bug in ecpglib causing indicator to list the size of the variable instead of the size of the data.
2001-11-14Added Christof's patches.Michael Meskes
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
initdb/regression tests pass.
2001-10-05Make sure each call to ECPGraise is logged.Michael Meskes
2001-10-01 - Fixed truncate bug.Michael Meskes
- Added patch by Christof Petig <[email protected]> to clean up ecpglib.
2001-09-19- Synced preproc.y with gram.y.Michael Meskes
- Synced pgc.l with scan.l. - Synced keyword.c. - Include the remaining patches by Christof Petig <[email protected]>.
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
places that were including the wrong files.
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2000-12-18 - Synced gram.y and preproc.y.Michael Meskes
- Synced keyword.c. - Added several small patches from Christof.
2000-12-07Silence compiler warning.Tom Lane
2000-11-20Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut
'long long int' portions of ecpg if the type or these functions don't exist.
2000-09-19*** empty log message ***Michael Meskes
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-05-17*** empty log message ***Michael Meskes
2000-05-15*** empty log message ***Michael Meskes
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-17Patch possible portability problem: a few places had // style comments,Tom Lane
which is not ANSI C, even though some compilers will take it...
2000-03-07*** empty log message ***Michael Meskes
2000-03-01*** empty log message ***Michael Meskes
2000-02-23*** empty log message ***Michael Meskes