-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
397 lines (240 loc) · 9.92 KB
/
ChangeLog
File metadata and controls
397 lines (240 loc) · 9.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
2019-12-01 moko
* config_fixed.h, config_includes.h, parser3pgsql.C: Copyright year
updated
* configure.ac: 10.5 -> 10.6 due to feature #1191
2019-10-25 moko
* parser3pgsql.C: WithoutDefaultTransaction ->
with_default_transaction, disabled by default (implements feature
#1191)
2017-12-10 moko
* README: README actualized
2015-10-26 moko
* Makefile.am, config_auto.h.in: warning war: configure.in ->
configure.ac, INCLUDES -> AM_CPPFLAGS
* config_includes.h, parser3pgsql.C: Copyright year updated
2013-10-23 moko
* configure.in: directory update for FreeBSD
2013-07-07 moko
* INSTALL: INSTALL actualized
2012-10-19 misha
* parser3pgsql.C: - By default driver doesn't escape \ char (PgSQL
9.1 has standard_conforming_strings=on by default that switch off
escaping with \ char). - A new driver option
standard_conforming_strings=0|1 is added (default -- 1). Using
?standard_conforming_strings=0 it is possible to switch back to
escaping \ char that could be useful for working with old pgsql
servers. (bugfix: #889)
2012-06-27 moko
* libltdl/libltdl.vcproj: libltdl release build fixed
2012-06-21 moko
* libltdl/: argz.c, config_fixed.h, libltdl.vcproj, ltdl.c,
libltdl/lt__glibc.h: win32 fixed, broken FreeBSD fixed (issue
#45)
2012-06-15 moko
* parser3pgsql.C: bugfix: lt_dlinit() can fail, but lt_dlerror
return 0, and we count 0 for success.
2012-06-12 moko
* Makefile.am, configure.in: shared/static libstdc++ option removed
2012-06-10 moko
* depcomp: depcomp updated from libtool 2.4.2
* Makefile.am, configure, configure.in: ACLOCAL_AMFLAGS = -I
libltdl/m4 added and some beauty
2012-06-08 moko
* libltdl/acconfig.h: removed
* acinclude.m4, aclocal.m4, config.guess, config.sub,
config_auto.h.in, configure, install-sh, ltconfig, ltmain.sh,
missing, mkinstalldirs: autogenerated files updated after libtool
update
* Makefile.am, configure.in: changes required by new libtool 2.4.2
* libltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
config_auto.h.in, config_fixed.h, configure, configure.ac,
configure.in, libltdl.vcproj, lt__alloc.c, lt__dirent.c,
lt__strl.c, lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
config/compile, config/config.guess, config/config.sub,
config/depcomp, config/install-sh, config/ltmain.sh,
config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
m4/lt~obsolete.m4: libtool updated to version 2.4.2
* parser3pgsql.C: another n+1 fix for strncat
2012-06-06 moko
* parser3pgsql.C: compiler warnings fixed: -format '%u' expects
type 'unsigned int', but argument 4 has type 'long unsigned int'
-strmcat might overflow destination buffer
2012-04-18 moko
* parser3pgsql.C: after global replace fixes. == -> =
2012-03-16 moko
* config_includes.h, parser3pgsql.C: ident now works under Linux +
ident displays filenames (closes issue #818) Copyright updated
2011-03-11 misha
* parser3pgsql.C: - transcode result was optimized ( new feature:
#41 )
2010-10-28 moko
* parser3pgsql.C: new in-parser quoting implementation (fixes issue
#1)
2009-08-23 misha
* configure.in: - option --with-dynamic-stdcpp was added - default
(static) linking options were slightly modified
2008-12-21 misha
* parser3pgsql.C: - bugfix: ?autocommit=1|0 should work now
2008-12-18 misha
* parser3pgsql.C: - bugfix: mustn't call commint after each query
if ?autocommit=0 option was specified
2008-07-01 misha
* parser3pgsql.C: - autocommit=0 not equal
WithoutDefaultTransaction=1. first one make 1 connect == 1
transaction. second -- disable begin/commit/rollback at all -
call commit after query execution if autocommit option wasn't
disabled - much less calls for PQftype - no more transcode calls
for number/date types
2008-06-26 misha
* configure.in, parser3pgsql.C: - new API and version number (10.0)
- $.limit(0) fixes - little refactoring
2008-06-24 misha
* parser3pgsql.C: some code reformating
2007-10-25 misha
* parser3pgsql.C: - allow ?charset and ?ClientCharset at once
2007-01-29 misha
* parser3pgsql.C: - last version commited
2007-01-26 misha
* parser3pgsql.C: - patch from egr: .bind IN variables support,
TODO: OUT, INOUT, from Egr
2004-12-23 paf
* parser3pgsql.C: sql connect string, rsplit @
* parser3pgsql.C: egr patch on WithoutDefaultTransaction
2004-06-23 paf
* parser3pgsql.C: new api supported, not implemented yet:
^void:sql{call paf(:a)}[ $.bind[hash] ]
2004-05-28 paf
* configure, configure.in: merged: from 3.1.3 configure.in changes
2004-05-25 paf
* parser3pgsql.C: beauty: param renamed to reflect it's nature
2004-03-30 paf
* config_fixed.h, parser3pgsql.C: merged bugfixes from 3.1.2
2004-03-29 paf
* parser3pgsql.C: bugfix: toupper wonders
2004-03-26 paf
* config_auto.h.in, config_fixed.h, config_includes.h,
parser3pgsql.C: beauty: merged from HEAD [mistakenly commited
there]
* config_auto.h.in, config_fixed.h, config_includes.h, configure,
configure.in, parser3pgsql.C: cstrClientCharset localized, gcc
const wonders worked around
2004-03-05 paf
* parser3pgsql.C: new: pgsql option [like that recently added to
oracle driver] ClientCharset=parser-charset <<
charset in which parser thinks client works
2004-01-30 paf
* parser3pgsql.C: bugfix: connection struct mem to be controlled by
libgc [oracle already fixed before]
2004-01-26 paf
* parser3pgsql.C: change: moved to new interface [without extra
'services' passing back/forth]
2003-10-24 paf
* Makefile.am: sln
2003-09-29 paf
* parser3pgsql.C: '/**xxx' situation were not handled
2003-09-26 paf
* parser3pgsql.C: merged to HEAD: fix: very old bug: wrong quote
escaping
* parser3pgsql.C: fix: very old bug: wrong quote escaping
2003-08-18 paf
* parser3pgsql.dsp, parser3pgsql.dsw, libltdl/libltdl.dsp: moved to
MSVC 7
* ChangeLog, configure, configure.in, libltdl/Makefile.am: merged
3.1.0 latest changes
2003-08-11 paf
* configure, configure.in, libltdl/Makefile.am: config.h dist
2003-07-24 paf
* parser3pgsql.C, parser3pgsql.dsp: moved tempate_gc to HEAD
2003-07-23 paf
* parser3pgsql.C: potential new bug: fixed [lob 0-terminated]
* parser3pgsql.C, parser3pgsql.dsp: updated to interface v8
2003-03-26 paf
* parser3pgsql.C: mistakenly patched HEAD branch. copying changes
to template_gc one
2003-01-21 paf
* config_fixed.h, config_includes.h, parser3pgsql.C: 2002->2003
2003-01-15 paf
* parser3pgsql.C: long ago forgotten lt_dlinit() called now
2003-01-14 paf
* libltdl/config_fixed.h, libltdl/libltdl.dsp, libltdl/ltdl.c,
parser3pgsql.dsw: ltdl copied to all sql drivers, VS projects
libltdl_mysql renamed to libltdl
2003-01-13 paf
* config.guess, config.sub, config_auto.h.in, depcomp, ltmain.sh,
missing, libltdl/COPYING.LIB, libltdl/Makefile.am,
libltdl/acinclude.m4, libltdl/aclocal.m4,
libltdl/config_auto.h.in, libltdl/configure,
libltdl/configure.in, libltdl/libltdl.dsp, libltdl/ltdl.c,
libltdl/ltdl.h: moved to latest libtool (1.4.3)
2002-12-15 paf
* configure.in: r6
* ChangeLog: changelog updated
* parser3pgsql.C, parser3pgsql.dsw: \ -> \\ bug fix
2002-12-09 paf
* parser3pgsql.C, parser3pgsql.dsw: changed exception handling mech
in sql handlers #2
2002-11-28 paf
* configure.in: removed double libltdl/Makefile generation
2002-10-07 paf
* INSTALL: INSTALL files changed to include sql/ subdir creation
2002-08-02 paf
* configure, configure.in: config version
2002-06-03 paf
* parser3pgsql.dsp: fixed .dsp-s along with reorganized cvs modules
dirs structure
* parser3pgsql.dsp: reorganized cvs modules
2002-03-22 paf
* Makefile.am: make update
* parser3pgsql.C: ?CLIENT_ENCODING=zz&DATESTYLE=zz
* parser3pgsql.C: checked empty host
2002-02-08 paf
* AUTHORS, COPYING, ChangeLog, INSTALL, README: install&others
updated
* configure, configure.in: package name & version
* Makefile.am, parser3pgsql.dsw, libltdl/Makefile.am,
libltdl/libltdl.dsp, libltdl/libltdl_pgsql.dsp: libltdl.dsp now
* parser3pgsql.C: name spelling
* configure, configure.in, libltdl/Makefile.am, libltdl/acconfig.h,
libltdl/acinclude.m4, libltdl/aclocal.m4,
libltdl/config_auto.h.in, libltdl/configure,
libltdl/configure.in: removed extra libtool generation, removed
needless static lib
* config_fixed.h, config_includes.h, parser3pgsql.C: 2002
2001-11-16 paf
* parser3pgsql.C: introducing estimating String::cstr_bufsize, 0
2001-11-11 paf
* config_auto.h.in, parser3pgsql.C: init not const
2001-11-08 paf
* Makefile.am: lib prefix
2001-10-30 paf
* configure, configure.in: makes
2001-10-29 paf
* parser3pgsql.C: z
* config_fixed.h, config_includes.h, configure.in: setjump
2001-10-28 paf
* configure.in: conf
2001-09-25 parser
* configure: makes
* configure.in: last underscore in configure options to dash
* configure.in: sanity check
2001-09-24 parser
* Makefile.am: makes
2001-09-21 parser
* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS,
acinclude.m4, config.guess, config.sub, config_auto.h.in,
config_fixed.h, config_includes.h, configure, configure.in,
install-sh, ltconfig, ltmain.sh, missing, mkinstalldirs,
parser3pgsql.C, parser3pgsql.def, parser3pgsql.dsp, README,
parser3pgsql.dsw, libltdl/Makefile.am, libltdl/README,
libltdl/acinclude.m4, libltdl/aclocal.m4, libltdl/config.h,
libltdl/config_auto.h.in, libltdl/config_fixed.h,
libltdl/configure, libltdl/configure.in,
libltdl/libltdl_pgsql.dsp, libltdl/ltdl.c, libltdl/ltdl.h:
Initial revision