aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib/execute.c
Commit message (Collapse)AuthorAge
* Forgot some files...Michael Meskes2003-03-16
|
* - Applied error reporting patch by Matthew VanecekMichael Meskes2003-02-13
| | | | - Started with an Informix compatibility option.
* Merged ecpg_big_bison back into HEADMichael Meskes2002-10-21
|
* pgindent run.Bruce Momjian2002-09-04
|
* Synced parser yet again.Michael Meskes2002-07-20
| | | | Michael
* Applied Lee Kindness' patch to fix one of memory allocation with floating ↵Michael Meskes2002-06-12
| | | | point numbers.
* - Fixed variable handling for struct members.Michael Meskes2002-01-13
| | | | | - Removed check for array input. An attribut might store the complete array.
* 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.
* Spell 'precedes', 'preceding' correctly in various places.Tom Lane2001-11-21
|
* 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.
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
| | | | spacing. Also adds space for one-line comments.
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
| | | | tests pass.
* Make sure each call to ECPGraise is logged.Michael Meskes2001-10-05
|
* Re-added Tom's patch fixing my setlocale patch. I accidentlyMichael Meskes2001-10-02
| | | | deleted it.
* - Fixed truncate bug.Michael Meskes2001-10-01
| | | | | | - Added patch by Christof Petig <christof.petig@wtal.de> to clean up ecpglib.
* Fix the setlocale problem in a way that actually works. setlocaleTom Lane2001-09-29
| | | | | returns a string corresponding to the new setting, not the old, therefore the previous patch was quite wrong.
* - Synced preproc.y with gram.y.Michael Meskes2001-09-25
| | | | - Changed locale handling.
* - 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.
* - Synced preproc.y with gram.y.Michael Meskes2001-08-19
| | | | - Include some patches by Christof Petig <christof.petig@wtal.de>.
* Since PQoidStatus is deprecated, we should probably stop using it inTom Lane2001-08-10
| | | | our own code ...
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
|
* Remove // and make /* */Bruce Momjian2001-02-12
|
* Applied two bug fixes by Christof Petig.Michael Meskes2001-01-31
|
* I've found a memory leak in libecpg of PostgreSQL 7.0.3.Bruce Momjian2001-01-02
| | | | | | | | | The leak is caused by the memory allocation in src/interfaces/ecpg/lib/execute.c in line 669 which is never freed. Adding a "free(array_query);" after PQexec in line 671 seems to fix the leak. Thorsten Knabe
* - Synced gram.y and preproc.y.Michael Meskes2000-12-18
| | | | | - Synced keyword.c. - Added several small patches from Christof.
* 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.
* Removed multibyte stuff since client does not know about encoding in the ↵Michael Meskes2000-10-29
| | | | backendFixed quoting bug reported by Sascha Demetrio (sd@b-comp.de).
* In the meaning of bug-fix, the patch is not needed. Because youBruce Momjian2000-10-02
| | | | | | | | have already modified "next_insert()" in 7.0-ecpglib. However in the meaning of speed-up, the patch will be needed. -- Regards, SAKAIDA Masaaki -- Osaka, Japan
* - Synced preproc.y with gram.y.Michael Meskes2000-09-26
| | | | | | - Synced keyword.c. - Added patch by Christof Petig <christof.petig@wtal.de> to fix NOT FOUND problem on update/insert/delete.
* *** empty log message ***Michael Meskes2000-09-21
|
* *** empty log message ***Michael Meskes2000-09-20
|
* *** empty log message ***Michael Meskes2000-09-19
|
* Cleanup of <> and ""Bruce Momjian2000-05-29
|
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
|
* *** empty log message ***Michael Meskes2000-04-05
|
* *** empty log message ***Michael Meskes2000-04-05
|
* *** empty log message ***Michael Meskes2000-04-03
|
* 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