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

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


E-mail: