summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
...
* added imported/exported key testDatabaseMetaDataTest.javaDave Cramer2002-05-302-7/+101
* Change PL/Perl and Pg interface build to use configured compiler andPeter Eisentraut2002-05-281-52/+48
* 1) Support Keyset Driven driver cursors.Hiroshi Inoue2002-05-2229-546/+1958
* - Fixed some parser bugs.Michael Meskes2002-05-205-101/+81
* - Fixed reduce/reduce conflict in parser.Michael Meskes2002-05-195-169/+310
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-2/+2
* fixed problem connecting to server with client_min_messages set to debug. Th...Barry Lind2002-05-141-1184/+1189
* Add a file for version control.Hiroshi Inoue2002-05-091-0/+16
* Fix typo in usage instructions.Tom Lane2002-05-031-1/+1
* Remove the last traces of datatypes datetime and timespan.Tom Lane2002-05-031-1/+1
* - Synced yet again.Michael Meskes2002-04-283-2/+9
* Fix for the following items about escape sequenceHiroshi Inoue2002-04-252-941/+1157
* Remove reference to NAMEDATALEN, which wasn't necessary anyway.Peter Eisentraut2002-04-241-3/+2
* Update jdbc errors_zh_TW.properties.Bruce Momjian2002-04-241-3/+7
* I'm at the win32 error messages once more. The DLL load thingy doesn'tBruce Momjian2002-04-243-49/+187
* pgdb.connect() seems to be broken on Python 2.0.1 (which ships withBruce Momjian2002-04-241-3/+2
* Sorry for the package, but the following patch need to be applied to getBruce Momjian2002-04-241-3/+3
* 1) Fix SQLProcedures().Hiroshi Inoue2002-04-237-160/+317
* Synced preproc.y and keywords.c.Michael Meskes2002-04-223-55/+87
* Include stdio.h and stdlib.h for completeness.Thomas G. Lockhart2002-04-211-0/+2
* Add missing include.Peter Eisentraut2002-04-201-0/+1
* Ant 1.4.1 now requires for jdbc. Mention in HISTORY release notes.Bruce Momjian2002-04-181-3/+5
* Back out python change, needs delay.Bruce Momjian2002-04-181-3/+3
* Change docs to do 20! rather than larger.Bruce Momjian2002-04-181-3/+3
* Added some rudimentary table and column testsDave Cramer2002-04-161-25/+35
* fixed getColumns as per Panu Outinen's email. At this point have only repaire...Dave Cramer2002-04-161-1/+2
* Fixed typo in preproc/type.hMichael Meskes2002-04-161-1/+1
* Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea fromBruce Momjian2002-04-152-6/+13
* Fix for EINTR returns from Win9X socket operations:Bruce Momjian2002-04-152-13/+31
* 1) Fix a bug about reporting varchar info thanks to Aceto.Hiroshi Inoue2002-04-156-25/+34
* - Synced preproc.y with gram.yMichael Meskes2002-04-143-159/+279
* 1) Fix a bug in declare/fetch mode.Hiroshi Inoue2002-04-125-4/+27
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-4/+5
* Prevent an infinite loop of error reporting.Hiroshi Inoue2002-04-105-5/+21
* Let psqlodbc30 be compilable without /D DRIVER_CURSOR_IMPLEMENT.Hiroshi Inoue2002-04-091-0/+7
* Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f.Tatsuo Ishii2002-04-081-22/+26
* When a macro is replaced by the preprocessor, pgc.l reaches a end ofBruce Momjian2002-04-052-9/+12
* Fix a bug in SQLError().Hiroshi Inoue2002-04-041-2/+2
* Fix a bug in multibyte_strchr().Hiroshi Inoue2002-04-041-7/+7
* Fix compiler warnings.Hiroshi Inoue2002-04-021-2/+2
* [HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-lHiroshi Inoue2002-04-0212-107/+455
* Removed error message that was incorectly being issued. This fixes a problem...Barry Lind2002-04-027-10/+1
* 1) Add rollback functionality to updatable cursors.Hiroshi Inoue2002-04-0117-134/+447
* Fix ODBC warnings about missing parens and pg_ismb not used (addedBruce Momjian2002-03-291-2/+4
* Fox for old python PyMem_DEL, was PyMem_Del,Bruce Momjian2002-03-291-1/+1
* Fix '#' commant to be proper C comment.Bruce Momjian2002-03-291-1/+1
* [2002-03-28]Hiroshi Inoue2002-03-2840-1291/+2696
* applied patch from Liam Stewart fixing a message in the properties fileBarry Lind2002-03-273-4/+11
* applied patch submitted by Florian (mailing-list@urbanet.ch) for BigDecimal s...Barry Lind2002-03-263-2/+11
* Changed QueryExecutor.java to correctly read responses from the backend.Barry Lind2002-03-266-1005/+694