Annotation of sql/pgsql/ChangeLog, revision 1.13

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

E-mail: