Diff for /sql/pgsql/ChangeLog between versions 1.11 and 1.14

version 1.11, 2008/07/08 13:43:21 version 1.14, 2011/03/11 07:58:24
Line 1 Line 1
 2008-07-01      misha  2011-03-11      misha
         * parser3pgsql.C 1.31:          * parser3pgsql.C 1.36:
                 - autocommit=0 not equal WithoutDefaultTransaction=1. first one make 1 connect == 1 transaction.                   - transcode result was optimized ( new feature: #41 )
                 second -- disable begin/commit/rollback at all  
                 - call commit after query execution if autocommit option wasn't disabled  2010-10-27      moko
                 - much less calls for PQftype          * parser3pgsql.C 1.35:
                 - no more transcode calls for number/date types                  new in-parser quoting implementation (fixes issue #1)
   
 2008-06-27      misha  2009-08-23      misha
         * configure 1.19:          * configure.in 1.24:
                 *** empty log message ***                  - option --with-dynamic-stdcpp was added
                   - default (static) linking options were slightly modified
 2008-06-26      misha  
         * configure.in 1.22:  2008-12-21      misha
         * parser3pgsql.C 1.30:          * configure 1.20:
                 - new API and version number (10.0)                  *** empty log message ***
                 - $.limit(0) fixes  
                 - little refactoring          * parser3pgsql.C 1.33:
                   - bugfix: ?autocommit=1|0 should work now
 2008-06-24      misha  
         * parser3pgsql.C 1.29:  2008-12-18      misha
                 some code reformating          * parser3pgsql.C 1.32:
                   - bugfix: mustn't call commint after each query if ?autocommit=0
 2007-10-25      misha                  option was specified
         * parser3pgsql.C 1.28:  
                 - allow ?charset and ?ClientCharset at once  2008-07-01      misha
           * parser3pgsql.C 1.31:
 2007-01-29      misha                  - autocommit=0 not equal WithoutDefaultTransaction=1. first one make 1 connect == 1 transaction.
         * parser3pgsql.C 1.27:                  second -- disable begin/commit/rollback at all
                 - last version commited                  - call commit after query execution if autocommit option wasn't disabled
                   - much less calls for PQftype
 2007-01-26      misha                  - no more transcode calls for number/date types
         * parser3pgsql.C 1.26:  
                 - patch from egr: .bind IN variables support, TODO: OUT, INOUT,   2008-06-27      misha
                 from Egr          * configure 1.19:
                   *** empty log message ***
 2004-12-23      paf  
         * parser3pgsql.C 1.23:  2008-06-26      misha
                 egr patch on WithoutDefaultTransaction          * configure.in 1.22:
           * parser3pgsql.C 1.30:
         * parser3pgsql.C 1.25:                  - new API and version number (10.0)
                 sql connect string, rsplit @                  - $.limit(0) fixes
                   - little refactoring
 2004-06-23      paf  
         * parser3pgsql.C 1.22:  2008-06-24      misha
                 new api supported, not implemented yet:          * parser3pgsql.C 1.29:
                         ^void:sql{call paf(:a)}[                  some code reformating
                                 $.bind[hash]  
                         ]  2007-10-25      misha
           * parser3pgsql.C 1.28:
 2004-05-28      paf                  - allow ?charset and ?ClientCharset at once
         * Makefile.in 1.14:  
         * configure 1.15:  2007-01-29      misha
         * configure.in 1.18:          * parser3pgsql.C 1.27:
                 merged: from 3.1.3 configure.in changes                  - last version commited
   
 2004-05-25      paf  2007-01-26      misha
         * parser3pgsql.C 1.21:          * parser3pgsql.C 1.26:
                 beauty: param renamed to reflect it's nature                  - patch from egr: .bind IN variables support, TODO: OUT, INOUT,
                   from Egr
 2004-03-30      paf  
         * config_fixed.h 1.6:  2004-12-23      paf
         * parser3pgsql.C 1.20:          * parser3pgsql.C 1.23:
                 merged bugfixes from 3.1.2                  egr patch on WithoutDefaultTransaction
   
 2004-03-29      paf          * parser3pgsql.C 1.25:
         * parser3pgsql.C [release_3_1_2] 1.18.2.2:                  sql connect string, rsplit @
                 bugfix: toupper wonders  
   2004-06-23      paf
 2004-03-26      paf          * parser3pgsql.C 1.22:
         * config_auto.h.in [release_3_1_2] 1.3.14.1:                  new api supported, not implemented yet:
         * config_fixed.h [release_3_1_2] 1.4.14.1:                          ^void:sql{call paf(:a)}[
         * config_includes.h [release_3_1_2] 1.4.14.1:                                  $.bind[hash]
         * parser3pgsql.C [release_3_1_2] 1.18.2.1:                          ]
                 beauty: merged from HEAD [mistakenly commited there]  
   2004-05-28      paf
         * config_auto.h.in 1.4:          * Makefile.in 1.14:
         * config_fixed.h 1.5:          * configure 1.15:
         * config_includes.h 1.5:          * configure.in 1.18:
         * configure 1.13:                  merged: from 3.1.3 configure.in changes
         * configure.in 1.16:  
         * parser3pgsql.C 1.19:  2004-05-25      paf
                 cstrClientCharset localized, gcc const wonders worked around          * parser3pgsql.C 1.21:
                   beauty: param renamed to reflect it's nature
 2004-03-05      paf  
         * parser3pgsql.C 1.18:  2004-03-30      paf
                 new: pgsql option [like that recently added to oracle driver]          * config_fixed.h 1.6:
                             ClientCharset=parser-charset << charset in which parser thinks client works          * parser3pgsql.C 1.20:
                   merged bugfixes from 3.1.2
 2004-01-30      paf  
         * parser3pgsql.C 1.17:  2004-03-29      paf
                 bugfix: connection struct mem to be controlled by libgc [oracle           * parser3pgsql.C [release_3_1_2] 1.18.2.2:
                 already fixed before]                  bugfix: toupper wonders
   
 2004-01-26      paf  2004-03-26      paf
         * parser3pgsql.C 1.16:          * config_auto.h.in [release_3_1_2] 1.3.14.1:
                 change: moved to new interface [without extra 'services' passing           * config_fixed.h [release_3_1_2] 1.4.14.1:
                 back/forth]          * config_includes.h [release_3_1_2] 1.4.14.1:
           * parser3pgsql.C [release_3_1_2] 1.18.2.1:
 2003-10-31      paf                  beauty: merged from HEAD [mistakenly commited there]
         * libltdl/config_auto.h.in [release_3_1_1] 1.3.10.1:  
                 *** empty log message ***          * config_auto.h.in 1.4:
           * config_fixed.h 1.5:
 2003-10-24      paf          * config_includes.h 1.5:
         * Makefile.am 1.11:          * configure 1.13:
                 sln          * configure.in 1.16:
           * parser3pgsql.C 1.19:
         * Makefile.in 1.11:                  cstrClientCharset localized, gcc const wonders worked around
         * libltdl/Makefile.am 1.6:  
         * libltdl/Makefile.in 1.6:  2004-03-05      paf
         * parser3pgsql.sln 1.1:          * parser3pgsql.C 1.18:
                 *** empty log message ***                  new: pgsql option [like that recently added to oracle driver]
                               ClientCharset=parser-charset << charset in which parser thinks client works
 2003-09-29  paf  
         * parser3pgsql.C 1.15:  2004-01-30      paf
                 '/**xxx' situation were not handled          * parser3pgsql.C 1.17:
                   bugfix: connection struct mem to be controlled by libgc [oracle
 2003-09-26  paf                  already fixed before]
         * parser3pgsql.C 1.14:  
                 merged to HEAD: fix: very old bug: wrong quote escaping  2004-01-26      paf
           * parser3pgsql.C 1.16:
         * parser3pgsql.C [release_3_1_0] 1.13.4.1:                  change: moved to new interface [without extra 'services' passing
                 fix: very old bug: wrong quote escaping                  back/forth]
   
 2003-08-18  paf  2003-10-31      paf
         * libltdl/libltdl.dsp 1.4:          * libltdl/config_auto.h.in [release_3_1_1] 1.3.10.1:
         * parser3pgsql.dsp 1.4:                  *** empty log message ***
         * parser3pgsql.dsw 1.6:  
                 moved to MSVC 7  2003-10-24      paf
           * Makefile.am 1.11:
         * Makefile.in 1.10:                  sln
         * configure 1.11:  
         * configure.in 1.14:          * Makefile.in 1.11:
         * libltdl/Makefile.am 1.5:          * libltdl/Makefile.am 1.6:
         * libltdl/Makefile.in 1.5:          * libltdl/Makefile.in 1.6:
                 merged 3.1.0 latest changes          * parser3pgsql.sln 1.1:
                   *** empty log message ***
 2003-08-11  paf  
         * Makefile.in [release_3_0_8] 1.9.8.1:  2003-09-29  paf
         * configure [release_3_0_8] 1.10.8.1:          * parser3pgsql.C 1.15:
         * configure.in [release_3_0_8] 1.13.8.1:                  '/**xxx' situation were not handled
         * libltdl/Makefile.am [release_3_0_8] 1.4.8.1:  
         * libltdl/Makefile.am [release_3_1_0] 1.4.12.1:  2003-09-26  paf
         * libltdl/Makefile.in [release_3_0_8] 1.4.8.1:          * parser3pgsql.C 1.14:
         * libltdl/Makefile.in [release_3_1_0] 1.4.12.1:                  merged to HEAD: fix: very old bug: wrong quote escaping
                 config.h dist  
           * parser3pgsql.C [release_3_1_0] 1.13.4.1:
 2003-07-24  paf                  fix: very old bug: wrong quote escaping
         * parser3pgsql.C 1.13:  
         * parser3pgsql.dsp 1.3:  2003-08-18  paf
                 moved tempate_gc to HEAD          * libltdl/libltdl.dsp 1.4:
           * parser3pgsql.dsp 1.4:
 2003-07-23  paf          * parser3pgsql.dsw 1.6:
         * parser3pgsql.C [template_gc] 1.12.6.2:                  moved to MSVC 7
         * parser3pgsql.dsp [template_gc] 1.2.18.1:  
                 updated to interface v8          * Makefile.in 1.10:
           * configure 1.11:
         * parser3pgsql.C [template_gc] 1.12.6.3:          * configure.in 1.14:
                 potential new bug: fixed [lob 0-terminated]          * libltdl/Makefile.am 1.5:
           * libltdl/Makefile.in 1.5:
 2003-03-26  paf                  merged 3.1.0 latest changes
         * parser3pgsql.C [template_gc] 1.12.6.1:  
                 mistakenly patched HEAD branch. copying changes to template_gc one  2003-08-11  paf
           * Makefile.in [release_3_0_8] 1.9.8.1:
 2003-01-21  paf          * configure [release_3_0_8] 1.10.8.1:
         * config_fixed.h 1.4:          * configure.in [release_3_0_8] 1.13.8.1:
         * config_includes.h 1.4:          * libltdl/Makefile.am [release_3_0_8] 1.4.8.1:
         * parser3pgsql.C 1.12:          * libltdl/Makefile.am [release_3_1_0] 1.4.12.1:
                 2002->2003          * libltdl/Makefile.in [release_3_0_8] 1.4.8.1:
           * libltdl/Makefile.in [release_3_1_0] 1.4.12.1:
 2003-01-15  paf                  config.h dist
         * parser3pgsql.C 1.11:  
                 long ago forgotten lt_dlinit() called now  2003-07-24  paf
           * parser3pgsql.C 1.13:
 2003-01-14  paf          * parser3pgsql.dsp 1.3:
         * libltdl/config_fixed.h 1.2:                  moved tempate_gc to HEAD
         * libltdl/libltdl.dsp 1.3:  
         * libltdl/ltdl.c 1.3:  2003-07-23  paf
         * parser3pgsql.dsw 1.5:          * parser3pgsql.C [template_gc] 1.12.6.2:
                 ltdl copied to all sql drivers, VS projects libltdl_mysql          * parser3pgsql.dsp [template_gc] 1.2.18.1:
                 renamed to libltdl                  updated to interface v8
   
 2003-01-13  paf          * parser3pgsql.C [template_gc] 1.12.6.3:
         * config.guess 1.2:                  potential new bug: fixed [lob 0-terminated]
         * config.sub 1.2:  
         * config_auto.h.in 1.3:  2003-03-26  paf
         * depcomp 1.1:          * parser3pgsql.C [template_gc] 1.12.6.1:
         * libltdl/COPYING.LIB 1.1:                  mistakenly patched HEAD branch. copying changes to template_gc one
         * libltdl/Makefile.am 1.4:  
         * libltdl/Makefile.in 1.4:  2003-01-21  paf
         * libltdl/acinclude.m4 1.3:          * config_fixed.h 1.4:
         * libltdl/aclocal.m4 1.3:          * config_includes.h 1.4:
         * libltdl/config_auto.h.in 1.3:          * parser3pgsql.C 1.12:
         * libltdl/configure 1.3:                  2002->2003
         * libltdl/configure.in 1.3:  
         * libltdl/libltdl.dsp 1.2:  2003-01-15  paf
         * libltdl/ltdl.c 1.2:          * parser3pgsql.C 1.11:
         * libltdl/ltdl.h 1.2:                  long ago forgotten lt_dlinit() called now
         * ltmain.sh 1.2:  
         * missing 1.2:  2003-01-14  paf
                 moved to latest libtool (1.4.3)          * libltdl/config_fixed.h 1.2:
           * libltdl/libltdl.dsp 1.3:
         * mkinstalldirs 1.2:          * libltdl/ltdl.c 1.3:
                 *** empty log message ***          * parser3pgsql.dsw 1.5:
                   ltdl copied to all sql drivers, VS projects libltdl_mysql
 2002-12-15  paf                  renamed to libltdl
         * parser3pgsql.C 1.10:  
         * parser3pgsql.dsw 1.4:  2003-01-13  paf
                 \ -> \\ bug fix          * config.guess 1.2:
           * config.sub 1.2:
         * configure.in [release_3_0_0006] 1.11.2.1:          * config_auto.h.in 1.3:
                 r6          * depcomp 1.1:
           * libltdl/COPYING.LIB 1.1:
 2002-12-09  paf          * libltdl/Makefile.am 1.4:
         * parser3pgsql.C 1.9:          * libltdl/Makefile.in 1.4:
         * parser3pgsql.dsw 1.3:          * libltdl/acinclude.m4 1.3:
                 changed exception handling mech in sql handlers #2          * libltdl/aclocal.m4 1.3:
           * libltdl/config_auto.h.in 1.3:
 2002-11-28  paf          * libltdl/configure 1.3:
         * configure.in 1.11:          * libltdl/configure.in 1.3:
                 removed double libltdl/Makefile generation          * libltdl/libltdl.dsp 1.2:
           * libltdl/ltdl.c 1.2:
 2002-10-07  paf          * libltdl/ltdl.h 1.2:
         * INSTALL 1.3:          * ltmain.sh 1.2:
                 INSTALL files changed to include sql/ subdir creation          * missing 1.2:
                   moved to latest libtool (1.4.3)
 2002-08-02  paf  
         * configure [release_3_0_0005] 1.6.2.1:          * mkinstalldirs 1.2:
         * configure.in [release_3_0_0005] 1.9.2.1:                  *** empty log message ***
                 config version  
   2002-12-15  paf
         * configure 1.6:          * parser3pgsql.C 1.10:
         * configure 1.7:          * parser3pgsql.dsw 1.4:
         * configure.in 1.10:                  \ -> \\ bug fix
                 *** empty log message ***  
           * configure.in [release_3_0_0006] 1.11.2.1:
 2002-06-04  paf                  r6
         * Makefile.am 1.6:  
         * Makefile.am [release_1_0_0001] 1.5.2.1:  2002-12-09  paf
         * Makefile.in 1.6:          * parser3pgsql.C 1.9:
         * Makefile.in [release_1_0_0001] 1.5.2.1:          * parser3pgsql.dsw 1.3:
                 *** empty log message ***                  changed exception handling mech in sql handlers #2
   
 2002-06-03  paf  2002-11-28  paf
         * parser3pgsql.dsp 1.2:          * configure.in 1.11:
                 fixed .dsp-s along with reorganized cvs modules dirs structure                  removed double libltdl/Makefile generation
   
         * parser3pgsql.dsp [release_1_0_0001] 1.1.1.1.2.1:  2002-10-07  paf
                 reorganized cvs modules          * INSTALL 1.3:
                   INSTALL files changed to include sql/ subdir creation
 2002-03-22  paf  
         * parser3pgsql.C 1.7:  2002-08-02  paf
                 checked empty host          * configure [release_3_0_0005] 1.6.2.1:
           * configure.in [release_3_0_0005] 1.9.2.1:
         * Makefile.am 1.5:                  config version
         * Makefile.in 1.5:  
                 make update          * configure 1.6:
           * configure 1.7:
         * parser3pgsql.C 1.8:          * configure.in 1.10:
                 ?CLIENT_ENCODING=zz&DATESTYLE=zz                  *** empty log message ***
   
 2002-02-08  paf  2002-06-04  paf
         * Makefile.am 1.4:          * Makefile.am 1.6:
         * Makefile.in 1.4:          * Makefile.am [release_1_0_0001] 1.5.2.1:
         * libltdl/Makefile.am 1.3:          * Makefile.in 1.6:
         * libltdl/Makefile.in 1.3:          * Makefile.in [release_1_0_0001] 1.5.2.1:
         * libltdl/libltdl.dsp 1.1:                  *** empty log message ***
         * libltdl/libltdl_pgsql.dsp 1.2:  
         * parser3pgsql.dsw 1.2:  2002-06-03  paf
                 libltdl.dsp now          * parser3pgsql.dsp 1.2:
                   fixed .dsp-s along with reorganized cvs modules dirs structure
         * config_fixed.h 1.3:  
         * config_includes.h 1.3:          * parser3pgsql.dsp [release_1_0_0001] 1.1.1.1.2.1:
         * parser3pgsql.C 1.5:                  reorganized cvs modules
                 2002  
   2002-03-22  paf
         * configure 1.4:          * parser3pgsql.C 1.7:
         * configure.in 1.7:                  checked empty host
         * libltdl/Makefile.am 1.2:  
         * libltdl/Makefile.in 1.2:          * Makefile.am 1.5:
         * libltdl/acconfig.h 1.1:          * Makefile.in 1.5:
         * libltdl/acinclude.m4 1.2:                  make update
         * libltdl/aclocal.m4 1.2:  
         * libltdl/config_auto.h.in 1.2:          * parser3pgsql.C 1.8:
         * libltdl/configure 1.2:                  ?CLIENT_ENCODING=zz&DATESTYLE=zz
         * libltdl/configure.in 1.2:  
                 removed extra libtool generation,  2002-02-08  paf
                 removed needless static lib          * Makefile.am 1.4:
           * Makefile.in 1.4:
         * configure 1.5:          * libltdl/Makefile.am 1.3:
         * configure.in 1.8:          * libltdl/Makefile.in 1.3:
                 package name & version          * libltdl/libltdl.dsp 1.1:
           * libltdl/libltdl_pgsql.dsp 1.2:
         * AUTHORS 1.2:          * parser3pgsql.dsw 1.2:
         * COPYING 1.2:                  libltdl.dsp now
         * INSTALL 1.2:  
         * README 1.2:          * config_fixed.h 1.3:
                 install&others updated          * config_includes.h 1.3:
           * parser3pgsql.C 1.5:
         * parser3pgsql.C 1.6:                  2002
                 name spelling  
           * configure 1.4:
 2001-11-24  paf          * configure.in 1.7:
         * aclocal.m4 1.1:          * libltdl/Makefile.am 1.2:
                 *** empty log message ***          * libltdl/Makefile.in 1.2:
           * libltdl/acconfig.h 1.1:
 2001-11-16  paf          * libltdl/acinclude.m4 1.2:
         * parser3pgsql.C 1.4:          * libltdl/aclocal.m4 1.2:
                 introducing estimating String::cstr_bufsize, 0          * libltdl/config_auto.h.in 1.2:
           * libltdl/configure 1.2:
 2001-11-11  paf          * libltdl/configure.in 1.2:
         * Makefile.in 1.3:                  removed extra libtool generation,
         * config_auto.h.in 1.2:                  removed needless static lib
         * parser3pgsql.C 1.3:  
                 init not const          * configure 1.5:
           * configure.in 1.8:
 2001-11-08  paf                  package name & version
         * Makefile.am 1.3:  
                 lib prefix          * AUTHORS 1.2:
           * COPYING 1.2:
 2001-10-30  paf          * INSTALL 1.2:
         * configure 1.3:          * README 1.2:
         * configure.in 1.6:                  install&others updated
                 makes  
           * parser3pgsql.C 1.6:
 2001-10-29  paf                  name spelling
         * config_fixed.h 1.2:  
         * config_includes.h 1.2:  2001-11-24  paf
         * configure.in 1.5:          * aclocal.m4 1.1:
                 setjump                  *** empty log message ***
   
         * parser3pgsql.C 1.2:  2001-11-16  paf
                 z          * parser3pgsql.C 1.4:
                   introducing estimating String::cstr_bufsize, 0
 2001-10-28  paf  
         * configure.in 1.4:  2001-11-11  paf
                 conf          * Makefile.in 1.3:
           * config_auto.h.in 1.2:
 2001-09-25  parser          * parser3pgsql.C 1.3:
         * Makefile.in 1.2:                  init not const
         * configure 1.2:  
                 makes  2001-11-08  paf
           * Makefile.am 1.3:
         * configure.in 1.2:                  lib prefix
                 sanity check  
   2001-10-30  paf
         * configure.in 1.3:          * configure 1.3:
                 last underscore in configure options to dash          * configure.in 1.6:
                   makes
 2001-09-24  parser  
         * Makefile.am 1.2:  2001-10-29  paf
                 makes          * config_fixed.h 1.2:
           * config_includes.h 1.2:
           * configure.in 1.5:
                   setjump
   
           * parser3pgsql.C 1.2:
                   z
   
   2001-10-28  paf
           * configure.in 1.4:
                   conf
   
   2001-09-25  parser
           * Makefile.in 1.2:
           * configure 1.2:
                   makes
   
           * configure.in 1.2:
                   sanity check
   
           * configure.in 1.3:
                   last underscore in configure options to dash
   
   2001-09-24  parser
           * Makefile.am 1.2:
                   makes
   

Removed from v.1.11  
changed lines
  Added in v.1.14


E-mail: