summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2001-08-21Add new jdbc array file.Bruce Momjian
2001-08-21Add ECPGd_cardinality to end of enum list so ecpg compiles.Bruce Momjian
2001-08-21Add missing include for SCM_CREDS.Bruce Momjian
2001-08-21Fix a lot of compile errors on unix.Hiroshi Inoue
2001-08-21>Bruce Momjian
2001-08-21Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian
2001-08-19- Synced preproc.y with gram.y.Michael Meskes
2001-08-181) Change all internal SQL function calls fromHiroshi Inoue
2001-08-17Reorder MD5/crypt so MD5 comes first in the code.Bruce Momjian
2001-08-17Remove some unneeded dashes from libpq comments.Bruce Momjian
2001-08-17Add \n to libpq print output where needed.Bruce Momjian
2001-08-17This patch updates some comments in the DatabaseMetaData classes toBruce Momjian
2001-08-17Thanks for your feedback (and patience). Enclosed is my thirdBruce Momjian
2001-08-17Attached is the patch requested by Tom Lane (see below). ItBruce Momjian
2001-08-17Force crypt() salt to be null-terminated.Bruce Momjian
2001-08-17Add 4-byte MD5 salt.Bruce Momjian
2001-08-16Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane
2001-08-16This patch fixes the well-known but unfixed bug that fetchone() always returnsBruce Momjian
2001-08-16Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian
2001-08-15Move md5.h contents to crypt.h.Bruce Momjian
2001-08-15Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian
2001-08-11Clean up some warnings and bugs and make things build easier.Peter Eisentraut
2001-08-10Since PQoidStatus is deprecated, we should probably stop using it inTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-08-10Attached is a patch to remove some redundant code in the JDBC driver.Bruce Momjian
2001-08-10Patch to LOCK multiple tables in one LOCK command.Bruce Momjian
2001-08-10Add new files for the preparation.Hiroshi Inoue
2001-08-07I think you replaced too many things with put(...Bruce Momjian
2001-08-07Russian translation by Serguei MokhovPeter Eisentraut
2001-08-04Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian
2001-08-04Compile fix for jdbc1.Bruce Momjian
2001-08-04Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian
2001-08-04> 1) When a row is retrieved, and then a SQL_FETCH_FIRST is issued, theBruce Momjian
2001-08-04Attached is a patch that does the following:Bruce Momjian
2001-08-03Fix residual breakage from Windows socket-errno patch: the routinesTom Lane
2001-08-03Fix win32.mak to support MULTIBYTE build --- it was pulling in severalTom Lane
2001-08-01Message typo was fixed in sources, but not in de.po.Tom Lane
2001-07-31Remove WIN32_NON_BLOCKING_CONNECTIONS tests, since we don't need 'emTom Lane
2001-07-30This patch merges the identical methods from the JDBC1 and JDBC2Bruce Momjian
2001-07-21Move EncodingTest.java file.Bruce Momjian
2001-07-21DatabaseMetaData.getColumns() doesn't appear to get the defaultBruce Momjian
2001-07-21Great, here is a context diff of CVS for implementing the get/setCatalog methodsBruce Momjian
2001-07-21JDBC encoding additions.Bruce Momjian
2001-07-21I downloaded new source for lib (only few hours old !!!), and madeBruce Momjian
2001-07-20i've spotted a following problem using DBD::Pg under win32. winsockBruce Momjian
2001-07-16Fix fault in message.Peter Eisentraut
2001-07-16Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane
2001-07-15NLS for libpq. Clean up the message formats and change the documentationPeter Eisentraut
2001-07-15The attached patch fixes problems with the JDBC driver handling longBruce Momjian
2001-07-12Remove grammar restrictions on order of optional clauses in CREATE GROUP.Tom Lane