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

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


E-mail: