aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib/data.c
Commit message (Collapse)AuthorAge
* Forgot some files...Michael Meskes2003-03-16
|
* pgindent run.Bruce Momjian2002-09-04
|
* Fix copy-and-paste mistake exposed by gcc warning.Tom Lane2002-01-08
|
* Fixed array pointers, no longer using void * in arithmetics.Michael Meskes2002-01-08
|
* - Removed space_or_nl and line_end from pgc.l.Michael Meskes2001-12-23
| | | | | - Fixed several bugs concerning arrays of structs including a memory allocation bug.
* - Fixed variable handling in AT statement.Michael Meskes2001-12-05
| | | | | | - 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.
* Added Christof's patches.Michael Meskes2001-11-14
|
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
| | | | initdb/regression tests pass.
* Make sure each call to ECPGraise is logged.Michael Meskes2001-10-05
|
* - Fixed truncate bug.Michael Meskes2001-10-01
| | | | | | - Added patch by Christof Petig <christof.petig@wtal.de> to clean up ecpglib.
* - Synced preproc.y with gram.y.Michael Meskes2001-09-19
| | | | | | - Synced pgc.l with scan.l. - Synced keyword.c. - Include the remaining patches by Christof Petig <christof.petig@wtal.de>.
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-24
| | | | places that were including the wrong files.
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
|
* - Synced gram.y and preproc.y.Michael Meskes2000-12-18
| | | | | - Synced keyword.c. - Added several small patches from Christof.
* Silence compiler warning.Tom Lane2000-12-07
|
* Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut2000-11-20
| | | | | 'long long int' portions of ecpg if the type or these functions don't exist.
* *** empty log message ***Michael Meskes2000-09-19
|
* Cleanup of <> and ""Bruce Momjian2000-05-29
|
* *** empty log message ***Michael Meskes2000-05-17
|
* *** empty log message ***Michael Meskes2000-05-15
|
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
|
* Patch possible portability problem: a few places had // style comments,Tom Lane2000-03-17
| | | | which is not ANSI C, even though some compilers will take it...
* *** empty log message ***Michael Meskes2000-03-07
|
* *** empty log message ***Michael Meskes2000-03-01
|
* *** empty log message ***Michael Meskes2000-02-23