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

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


E-mail: