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