Annotation of sql/pgsql/ChangeLog, revision 1.9

1.9     ! misha       1: 2007-01-29     misha
        !             2:        * parser3pgsql.C 1.27:
        !             3:                - last version commited
        !             4: 
        !             5: 2007-01-26     misha
        !             6:        * parser3pgsql.C 1.26:
        !             7:                - patch from egr: .bind IN variables support, TODO: OUT, INOUT, 
        !             8:                from Egr
        !             9: 
        !            10: 2004-12-23     paf
        !            11:        * parser3pgsql.C 1.23:
        !            12:                egr patch on WithoutDefaultTransaction
        !            13: 
        !            14:        * parser3pgsql.C 1.25:
        !            15:                sql connect string, rsplit @
        !            16: 
1.8       paf        17: 2004-06-23     paf
                     18:        * parser3pgsql.C 1.22:
                     19:                new api supported, not implemented yet:
                     20:                        ^void:sql{call paf(:a)}[
                     21:                                $.bind[hash]
                     22:                        ]
                     23: 
                     24: 2004-05-28     paf
                     25:        * Makefile.in 1.14:
                     26:        * configure 1.15:
                     27:        * configure.in 1.18:
                     28:                merged: from 3.1.3 configure.in changes
                     29: 
                     30: 2004-05-25     paf
                     31:        * parser3pgsql.C 1.21:
                     32:                beauty: param renamed to reflect it's nature
                     33: 
                     34: 2004-03-30     paf
                     35:        * config_fixed.h 1.6:
                     36:        * parser3pgsql.C 1.20:
                     37:                merged bugfixes from 3.1.2
                     38: 
                     39: 2004-03-29     paf
                     40:        * parser3pgsql.C [release_3_1_2] 1.18.2.2:
                     41:                bugfix: toupper wonders
                     42: 
                     43: 2004-03-26     paf
                     44:        * config_auto.h.in [release_3_1_2] 1.3.14.1:
                     45:        * config_fixed.h [release_3_1_2] 1.4.14.1:
                     46:        * config_includes.h [release_3_1_2] 1.4.14.1:
                     47:        * parser3pgsql.C [release_3_1_2] 1.18.2.1:
                     48:                beauty: merged from HEAD [mistakenly commited there]
                     49: 
                     50:        * config_auto.h.in 1.4:
                     51:        * config_fixed.h 1.5:
                     52:        * config_includes.h 1.5:
                     53:        * configure 1.13:
                     54:        * configure.in 1.16:
                     55:        * parser3pgsql.C 1.19:
                     56:                cstrClientCharset localized, gcc const wonders worked around
                     57: 
                     58: 2004-03-05     paf
                     59:        * parser3pgsql.C 1.18:
                     60:                new: pgsql option [like that recently added to oracle driver]
                     61:                            ClientCharset=parser-charset << charset in which parser thinks client works
                     62: 
                     63: 2004-01-30     paf
                     64:        * parser3pgsql.C 1.17:
                     65:                bugfix: connection struct mem to be controlled by libgc [oracle 
                     66:                already fixed before]
                     67: 
                     68: 2004-01-26     paf
                     69:        * parser3pgsql.C 1.16:
                     70:                change: moved to new interface [without extra 'services' passing 
                     71:                back/forth]
                     72: 
                     73: 2003-10-31     paf
                     74:        * libltdl/config_auto.h.in [release_3_1_1] 1.3.10.1:
                     75:                *** empty log message ***
                     76: 
                     77: 2003-10-24     paf
1.7       paf        78:        * Makefile.am 1.11:
                     79:                sln
                     80: 
                     81:        * Makefile.in 1.11:
                     82:        * libltdl/Makefile.am 1.6:
                     83:        * libltdl/Makefile.in 1.6:
                     84:        * parser3pgsql.sln 1.1:
                     85:                *** empty log message ***
                     86: 
                     87: 2003-09-29  paf
                     88:        * parser3pgsql.C 1.15:
                     89:                '/**xxx' situation were not handled
                     90: 
                     91: 2003-09-26  paf
                     92:        * parser3pgsql.C 1.14:
                     93:                merged to HEAD: fix: very old bug: wrong quote escaping
                     94: 
                     95:        * parser3pgsql.C [release_3_1_0] 1.13.4.1:
                     96:                fix: very old bug: wrong quote escaping
                     97: 
                     98: 2003-08-18  paf
                     99:        * libltdl/libltdl.dsp 1.4:
                    100:        * parser3pgsql.dsp 1.4:
                    101:        * parser3pgsql.dsw 1.6:
                    102:                moved to MSVC 7
                    103: 
                    104:        * Makefile.in 1.10:
                    105:        * configure 1.11:
                    106:        * configure.in 1.14:
                    107:        * libltdl/Makefile.am 1.5:
                    108:        * libltdl/Makefile.in 1.5:
                    109:                merged 3.1.0 latest changes
                    110: 
                    111: 2003-08-11  paf
                    112:        * Makefile.in [release_3_0_8] 1.9.8.1:
                    113:        * configure [release_3_0_8] 1.10.8.1:
                    114:        * configure.in [release_3_0_8] 1.13.8.1:
                    115:        * libltdl/Makefile.am [release_3_0_8] 1.4.8.1:
                    116:        * libltdl/Makefile.am [release_3_1_0] 1.4.12.1:
                    117:        * libltdl/Makefile.in [release_3_0_8] 1.4.8.1:
                    118:        * libltdl/Makefile.in [release_3_1_0] 1.4.12.1:
                    119:                config.h dist
                    120: 
1.6       paf       121: 2003-07-24  paf
                    122:        * parser3pgsql.C 1.13:
                    123:        * parser3pgsql.dsp 1.3:
                    124:                moved tempate_gc to HEAD
                    125: 
                    126: 2003-07-23  paf
                    127:        * parser3pgsql.C [template_gc] 1.12.6.2:
                    128:        * parser3pgsql.dsp [template_gc] 1.2.18.1:
                    129:                updated to interface v8
                    130: 
                    131:        * parser3pgsql.C [template_gc] 1.12.6.3:
                    132:                potential new bug: fixed [lob 0-terminated]
                    133: 
                    134: 2003-03-26  paf
                    135:        * parser3pgsql.C [template_gc] 1.12.6.1:
                    136:                mistakenly patched HEAD branch. copying changes to template_gc one
                    137: 
                    138: 2003-01-21  paf
                    139:        * config_fixed.h 1.4:
                    140:        * config_includes.h 1.4:
                    141:        * parser3pgsql.C 1.12:
                    142:                2002->2003
                    143: 
                    144: 2003-01-15  paf
                    145:        * parser3pgsql.C 1.11:
                    146:                long ago forgotten lt_dlinit() called now
                    147: 
                    148: 2003-01-14  paf
                    149:        * libltdl/config_fixed.h 1.2:
                    150:        * libltdl/libltdl.dsp 1.3:
                    151:        * libltdl/ltdl.c 1.3:
                    152:        * parser3pgsql.dsw 1.5:
                    153:                ltdl copied to all sql drivers, VS projects libltdl_mysql
                    154:                renamed to libltdl
                    155: 
                    156: 2003-01-13  paf
                    157:        * config.guess 1.2:
                    158:        * config.sub 1.2:
                    159:        * config_auto.h.in 1.3:
                    160:        * depcomp 1.1:
                    161:        * libltdl/COPYING.LIB 1.1:
                    162:        * libltdl/Makefile.am 1.4:
                    163:        * libltdl/Makefile.in 1.4:
                    164:        * libltdl/acinclude.m4 1.3:
                    165:        * libltdl/aclocal.m4 1.3:
                    166:        * libltdl/config_auto.h.in 1.3:
                    167:        * libltdl/configure 1.3:
                    168:        * libltdl/configure.in 1.3:
                    169:        * libltdl/libltdl.dsp 1.2:
                    170:        * libltdl/ltdl.c 1.2:
                    171:        * libltdl/ltdl.h 1.2:
                    172:        * ltmain.sh 1.2:
                    173:        * missing 1.2:
                    174:                moved to latest libtool (1.4.3)
                    175: 
                    176:        * mkinstalldirs 1.2:
                    177:                *** empty log message ***
                    178: 
1.5       paf       179: 2002-12-15  paf
                    180:        * parser3pgsql.C 1.10:
                    181:        * parser3pgsql.dsw 1.4:
                    182:                \ -> \\ bug fix
1.6       paf       183: 
                    184:        * configure.in [release_3_0_0006] 1.11.2.1:
                    185:                r6
1.5       paf       186: 
                    187: 2002-12-09  paf
                    188:        * parser3pgsql.C 1.9:
                    189:        * parser3pgsql.dsw 1.3:
                    190:                changed exception handling mech in sql handlers #2
                    191: 
                    192: 2002-11-28  paf
                    193:        * configure.in 1.11:
                    194:                removed double libltdl/Makefile generation
                    195: 
                    196: 2002-10-07  paf
                    197:        * INSTALL 1.3:
                    198:                INSTALL files changed to include sql/ subdir creation
                    199: 
                    200: 2002-08-02  paf
                    201:        * configure [release_3_0_0005] 1.6.2.1:
                    202:        * configure.in [release_3_0_0005] 1.9.2.1:
                    203:                config version
                    204: 
                    205:        * configure 1.6:
                    206:        * configure 1.7:
                    207:        * configure.in 1.10:
                    208:                *** empty log message ***
                    209: 
1.4       paf       210: 2002-06-04  paf
1.5       paf       211:        * Makefile.am 1.6:
                    212:        * Makefile.am [release_1_0_0001] 1.5.2.1:
                    213:        * Makefile.in 1.6:
                    214:        * Makefile.in [release_1_0_0001] 1.5.2.1:
1.4       paf       215:                *** empty log message ***
                    216: 
                    217: 2002-06-03  paf
1.5       paf       218:        * parser3pgsql.dsp 1.2:
1.4       paf       219:                fixed .dsp-s along with reorganized cvs modules dirs structure
                    220: 
1.5       paf       221:        * parser3pgsql.dsp [release_1_0_0001] 1.1.1.1.2.1:
1.4       paf       222:                reorganized cvs modules
                    223: 
1.3       paf       224: 2002-03-22  paf
1.5       paf       225:        * parser3pgsql.C 1.7:
1.3       paf       226:                checked empty host
                    227: 
1.5       paf       228:        * Makefile.am 1.5:
                    229:        * Makefile.in 1.5:
1.3       paf       230:                make update
                    231: 
1.5       paf       232:        * parser3pgsql.C 1.8:
1.3       paf       233:                ?CLIENT_ENCODING=zz&DATESTYLE=zz
                    234: 
1.2       paf       235: 2002-02-08  paf
1.5       paf       236:        * Makefile.am 1.4:
                    237:        * Makefile.in 1.4:
                    238:        * libltdl/Makefile.am 1.3:
                    239:        * libltdl/Makefile.in 1.3:
                    240:        * libltdl/libltdl.dsp 1.1:
                    241:        * libltdl/libltdl_pgsql.dsp 1.2:
                    242:        * parser3pgsql.dsw 1.2:
1.3       paf       243:                libltdl.dsp now
                    244: 
1.5       paf       245:        * config_fixed.h 1.3:
                    246:        * config_includes.h 1.3:
                    247:        * parser3pgsql.C 1.5:
1.2       paf       248:                2002
                    249: 
1.5       paf       250:        * configure 1.4:
                    251:        * configure.in 1.7:
                    252:        * libltdl/Makefile.am 1.2:
                    253:        * libltdl/Makefile.in 1.2:
                    254:        * libltdl/acconfig.h 1.1:
                    255:        * libltdl/acinclude.m4 1.2:
                    256:        * libltdl/aclocal.m4 1.2:
                    257:        * libltdl/config_auto.h.in 1.2:
                    258:        * libltdl/configure 1.2:
                    259:        * libltdl/configure.in 1.2:
1.2       paf       260:                removed extra libtool generation,
                    261:                removed needless static lib
1.3       paf       262: 
1.5       paf       263:        * configure 1.5:
                    264:        * configure.in 1.8:
1.3       paf       265:                package name & version
                    266: 
1.5       paf       267:        * AUTHORS 1.2:
                    268:        * COPYING 1.2:
                    269:        * INSTALL 1.2:
                    270:        * README 1.2:
1.3       paf       271:                install&others updated
1.2       paf       272: 
1.5       paf       273:        * parser3pgsql.C 1.6:
1.2       paf       274:                name spelling
                    275: 
                    276: 2001-11-24  paf
1.5       paf       277:        * aclocal.m4 1.1:
1.2       paf       278:                *** empty log message ***
                    279: 
                    280: 2001-11-16  paf
1.5       paf       281:        * parser3pgsql.C 1.4:
1.2       paf       282:                introducing estimating String::cstr_bufsize, 0
                    283: 
                    284: 2001-11-11  paf
1.5       paf       285:        * Makefile.in 1.3:
                    286:        * config_auto.h.in 1.2:
                    287:        * parser3pgsql.C 1.3:
1.2       paf       288:                init not const
                    289: 
                    290: 2001-11-08  paf
1.5       paf       291:        * Makefile.am 1.3:
1.2       paf       292:                lib prefix
                    293: 
                    294: 2001-10-30  paf
1.5       paf       295:        * configure 1.3:
                    296:        * configure.in 1.6:
1.2       paf       297:                makes
                    298: 
                    299: 2001-10-29  paf
1.5       paf       300:        * config_fixed.h 1.2:
                    301:        * config_includes.h 1.2:
                    302:        * configure.in 1.5:
1.2       paf       303:                setjump
                    304: 
1.5       paf       305:        * parser3pgsql.C 1.2:
1.2       paf       306:                z
                    307: 
                    308: 2001-10-28  paf
1.5       paf       309:        * configure.in 1.4:
1.2       paf       310:                conf
                    311: 
                    312: 2001-09-25  parser
1.5       paf       313:        * Makefile.in 1.2:
                    314:        * configure 1.2:
1.2       paf       315:                makes
                    316: 
1.5       paf       317:        * configure.in 1.2:
1.2       paf       318:                sanity check
                    319: 
1.5       paf       320:        * configure.in 1.3:
1.2       paf       321:                last underscore in configure options to dash
                    322: 
                    323: 2001-09-24  parser
1.5       paf       324:        * Makefile.am 1.2:
1.2       paf       325:                makes
1.1       parser    326: 

E-mail: