Bruce Momjian
6b75942c72
I've found a memory leak in libecpg of PostgreSQL 7.0.3.
...
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
2001-01-02 22:03:02 +00:00
Michael Meskes
77145ac824
- Synced gram.y and preproc.y.
...
- Synced keyword.c.
- Added several small patches from Christof.
2000-12-18 11:33:55 +00:00
Peter Eisentraut
9394d391b8
Add configure checks for strtoll, strtoull (or strto[u]q). Disable
...
'long long int' portions of ecpg if the type or these functions don't
exist.
2000-11-20 15:56:14 +00:00
Michael Meskes
dfb12a9850
Removed multibyte stuff since client does not know about encoding in the backendFixed quoting bug reported by Sascha Demetrio (sd@b-comp.de).
2000-10-29 09:44:58 +00:00
Bruce Momjian
89f6443ca3
In the meaning of bug-fix, the patch is not needed. Because you
...
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-10-02 16:15:53 +00:00
Michael Meskes
76f286b2ce
- Synced preproc.y with gram.y.
...
- Synced keyword.c.
- Added patch by Christof Petig <christof.petig@wtal.de> to fix NOT
FOUND problem on update/insert/delete.
2000-09-26 11:41:45 +00:00
Michael Meskes
b4c8d47ab0
*** empty log message ***
2000-09-21 11:56:08 +00:00
Michael Meskes
339a5bbfb1
*** empty log message ***
2000-09-20 13:25:52 +00:00
Michael Meskes
e9c3f0255f
*** empty log message ***
2000-09-19 11:47:16 +00:00
Bruce Momjian
6c944bf3cc
Cleanup of <> and ""
2000-05-29 21:25:07 +00:00
Bruce Momjian
52f77df613
Ye-old pgindent run. Same 4-space tabs.
2000-04-12 17:17:23 +00:00
Michael Meskes
a7b1ff6619
*** empty log message ***
2000-04-05 15:51:28 +00:00
Michael Meskes
9fb20f105f
*** empty log message ***
2000-04-05 09:05:40 +00:00
Michael Meskes
5454b37921
*** empty log message ***
2000-04-03 19:34:26 +00:00
Tom Lane
3faa9bab07
Patch possible portability problem: a few places had // style comments,
...
which is not ANSI C, even though some compilers will take it...
2000-03-17 23:26:36 +00:00
Michael Meskes
5a197810c0
*** empty log message ***
2000-03-07 15:11:03 +00:00