summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2002-06-13removed personal test parametersDave Cramer
2002-06-13Added test for newly implemented updateable result setsDave Cramer
2002-06-13changes to accomodate updateable resultset mostly just call setSqlQuery on ex...Dave Cramer
2002-06-13Implemented updateable result sets based on raghu nidagal implementationDave Cramer
2002-06-13changed some commented out messages to use the Driver.debug and fixed first t...Dave Cramer
2002-06-13added messages for updateable result setsDave Cramer
2002-06-12Applied Lee Kindness' patch to fix one of memory allocation with floating poi...Michael Meskes
2002-06-121) Fix a bug *double error message*.Hiroshi Inoue
2002-06-11Katherine Ward wrote:Jan Wieck
2002-06-11The patch does the following:Barry Lind
2002-06-07Remove int16 from libpgeasy examples. Improve error reporting.Bruce Momjian
2002-06-07fixed bug reported by cc.ais40@wanadoo.fr where getObject was returning an In...Barry Lind
2002-06-07Fix interface example errors causes by backend changes.Bruce Momjian
2002-06-06change table name to lower case in getColumnsDave Cramer
2002-06-06Add missing win_setup.h.Hiroshi Inoue
2002-06-06Add *Int8 As* option.Hiroshi Inoue
2002-06-05fixed getImported/ExportedKeys to be simpler, and return the correct number o...Dave Cramer
2002-06-03fixed bug reported by Noel Rappin (nrappin@sockeye.com) java Array type handl...Barry Lind
2002-06-03Small patch to correct the default arraysize associatedBruce Momjian
2002-06-02Add PQescapeString and PQescapeBytea for Win32.Bruce Momjian
2002-06-02Allow pod2man 5.005p3 to work with our current sources.Bruce Momjian
2002-05-30small fix to testExportedKeysDave Cramer
2002-05-30added imported/exported key testDatabaseMetaDataTest.javaDave Cramer
2002-05-28Change PL/Perl and Pg interface build to use configured compiler andPeter Eisentraut
2002-05-221) Support Keyset Driven driver cursors.Hiroshi Inoue
2002-05-20 - Fixed some parser bugs.Michael Meskes
2002-05-19 - Fixed reduce/reduce conflict in parser.Michael Meskes
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-14fixed problem connecting to server with client_min_messages set to debug. Th...Barry Lind
2002-05-09Add a file for version control.Hiroshi Inoue
2002-05-03Fix typo in usage instructions.Tom Lane
2002-05-03Remove the last traces of datatypes datetime and timespan.Tom Lane
2002-04-28 - Synced yet again.Michael Meskes
2002-04-25Fix for the following items about escape sequenceHiroshi Inoue
2002-04-24Remove reference to NAMEDATALEN, which wasn't necessary anyway.Peter Eisentraut
2002-04-24Update jdbc errors_zh_TW.properties.Bruce Momjian
2002-04-24I'm at the win32 error messages once more. The DLL load thingy doesn'tBruce Momjian
2002-04-24pgdb.connect() seems to be broken on Python 2.0.1 (which ships withBruce Momjian
2002-04-24Sorry for the package, but the following patch need to be applied to getBruce Momjian
2002-04-231) Fix SQLProcedures().Hiroshi Inoue
2002-04-22Synced preproc.y and keywords.c.Michael Meskes
2002-04-21Include stdio.h and stdlib.h for completeness.Thomas G. Lockhart
2002-04-20Add missing include.Peter Eisentraut
2002-04-18Ant 1.4.1 now requires for jdbc. Mention in HISTORY release notes.Bruce Momjian
2002-04-18Back out python change, needs delay.Bruce Momjian
2002-04-18Change docs to do 20! rather than larger.Bruce Momjian
2002-04-16Added some rudimentary table and column testsDave Cramer
2002-04-16fixed getColumns as per Panu Outinen's email. At this point have only repaire...Dave Cramer
2002-04-16Fixed typo in preproc/type.hMichael Meskes
2002-04-15Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea fromBruce Momjian