summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib/execute.c
AgeCommit message (Collapse)Author
2001-01-31Applied two bug fixes by Christof Petig.Michael Meskes
2001-01-02I've found a memory leak in libecpg of PostgreSQL 7.0.3.Bruce Momjian
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
2000-12-18 - Synced gram.y and preproc.y.Michael Meskes
- Synced keyword.c. - Added several small patches from Christof.
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-10-29Removed multibyte stuff since client does not know about encoding in the ↵Michael Meskes
backendFixed quoting bug reported by Sascha Demetrio (sd@b-comp.de).
2000-10-02In the meaning of bug-fix, the patch is not needed. Because youBruce Momjian
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
2000-09-26- Synced preproc.y with gram.y.Michael Meskes
- Synced keyword.c. - Added patch by Christof Petig <christof.petig@wtal.de> to fix NOT FOUND problem on update/insert/delete.
2000-09-21*** empty log message ***Michael Meskes
2000-09-20*** empty log message ***Michael Meskes
2000-09-19*** empty log message ***Michael Meskes
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-05*** empty log message ***Michael Meskes
2000-04-05*** empty log message ***Michael Meskes
2000-04-03*** empty log message ***Michael Meskes
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