Annotation of sql/pgsql/ChangeLog, revision 1.12

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

E-mail: