Commit Graph

2046 Commits (3b2e94de84e0e41946da09333f189fee5f166299)

Author SHA1 Message Date
Bruce Momjian ccab6f7402 Remove int16 from libpgeasy examples. Improve error reporting. 24 years ago
Barry Lind 936ff27696 fixed bug reported by cc.ais40@wanadoo.fr where getObject was returning an Integer for a smallint datatype instead of a Short 24 years ago
Bruce Momjian ce4a287f43 Fix interface example errors causes by backend changes. 24 years ago
Dave Cramer 106dda2915 change table name to lower case in getColumns 24 years ago
Hiroshi Inoue 6cfb3ec593 Add missing win_setup.h. 24 years ago
Hiroshi Inoue 89d6f6808c Add *Int8 As* option. 24 years ago
Dave Cramer 520695701c fixed getImported/ExportedKeys to be simpler, and return the correct number of keys 24 years ago
Barry Lind b48b4ab48e fixed bug reported by Noel Rappin (nrappin@sockeye.com) java Array type handled Timestamps incorrectly 24 years ago
Bruce Momjian e0faed4bee Small patch to correct the default arraysize associated 24 years ago
Bruce Momjian de1f32efc1 Add PQescapeString and PQescapeBytea for Win32. 24 years ago
Bruce Momjian 6bb39991da Allow pod2man 5.005p3 to work with our current sources. 24 years ago
Dave Cramer 3dd13ffd95 small fix to testExportedKeys 24 years ago
Dave Cramer 1ffd044af7 added imported/exported key testDatabaseMetaDataTest.java 24 years ago
Peter Eisentraut 7662419f1b Change PL/Perl and Pg interface build to use configured compiler and 24 years ago
Hiroshi Inoue 79420840ee 1) Support Keyset Driven driver cursors. 24 years ago
Michael Meskes 7f660adeb1 - Fixed some parser bugs. 24 years ago
Michael Meskes f35ced3de9 - Fixed reduce/reduce conflict in parser. 24 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 24 years ago
Barry Lind e25c93c7eb fixed problem connecting to server with client_min_messages set to debug. The code was not expecting to receive notice messages during the connection handshake. 24 years ago
Hiroshi Inoue 16e22de53a Add a file for version control. 24 years ago
Tom Lane 4a2fe8e03d Fix typo in usage instructions. 24 years ago
Tom Lane 8338cc03a8 Remove the last traces of datatypes datetime and timespan. 24 years ago
Michael Meskes c8996f9c6b - Synced yet again. 24 years ago
Hiroshi Inoue 4eac3919dd Fix for the following items about escape sequence 24 years ago
Peter Eisentraut 39e77dd365 Remove reference to NAMEDATALEN, which wasn't necessary anyway. 24 years ago
Bruce Momjian 80e232f2b8 Update jdbc errors_zh_TW.properties. 24 years ago
Bruce Momjian 30571b5496 I'm at the win32 error messages once more. The DLL load thingy doesn't 24 years ago
Bruce Momjian be9728acf1 pgdb.connect() seems to be broken on Python 2.0.1 (which ships with 24 years ago
Bruce Momjian 2d81019493 Sorry for the package, but the following patch need to be applied to get 24 years ago
Hiroshi Inoue bf1f2e545c 1) Fix SQLProcedures(). 24 years ago
Michael Meskes 75c33220ad Synced preproc.y and keywords.c. 24 years ago
Thomas G. Lockhart 3fab49325d Include stdio.h and stdlib.h for completeness. 24 years ago
Peter Eisentraut ff4281472a Add missing include. 24 years ago
Bruce Momjian 2de427d1ef Ant 1.4.1 now requires for jdbc. Mention in HISTORY release notes. 24 years ago
Bruce Momjian a770da9d8d Back out python change, needs delay. 24 years ago
Bruce Momjian 3cd9399d86 Change docs to do 20! rather than larger. 24 years ago
Dave Cramer 4da51bfd6d Added some rudimentary table and column tests 24 years ago
Dave Cramer 710a711ac3 fixed getColumns as per Panu Outinen's email. At this point have only repaired the bug, haven't made it caseInsensitive 24 years ago
Michael Meskes cc592ed8ea Fixed typo in preproc/type.h 24 years ago
Bruce Momjian 5b92d004fa Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea from 24 years ago
Bruce Momjian 394eec1068 Fix for EINTR returns from Win9X socket operations: 24 years ago
Hiroshi Inoue ab1ead6b97 1) Fix a bug about reporting varchar info thanks to Aceto. 24 years ago
Michael Meskes 70fb71f487 - Synced preproc.y with gram.y 24 years ago
Hiroshi Inoue 40eb5495c9 1) Fix a bug in declare/fetch mode. 24 years ago
Tom Lane 902a6a0a4b Restructure representation of aggregate functions so that they have pg_proc 24 years ago
Hiroshi Inoue b210b16265 Prevent an infinite loop of error reporting. 24 years ago
Hiroshi Inoue 557de2a715 Let psqlodbc30 be compilable without /D DRIVER_CURSOR_IMPLEMENT. 24 years ago
Tatsuo Ishii 38671e01e9 Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f. 24 years ago
Bruce Momjian 811f7df274 When a macro is replaced by the preprocessor, pgc.l reaches a end of 24 years ago
Hiroshi Inoue 0e11aea246 Fix a bug in SQLError(). 24 years ago