| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch fixes the well-known but unfixed bug that fetchone() always returns | Bruce Momjian | 2001-08-16 | 1 | -2/+2 |
* | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian | 2001-08-16 | 1 | -2/+2 |
* | Move md5.h contents to crypt.h. | Bruce Momjian | 2001-08-15 | 2 | -7/+4 |
* | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 7 | -29/+76 |
* | Clean up some warnings and bugs and make things build easier. | Peter Eisentraut | 2001-08-11 | 9 | -48/+56 |
* | Since PQoidStatus is deprecated, we should probably stop using it in | Tom Lane | 2001-08-10 | 2 | -8/+11 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -4/+10 |
* | Attached is a patch to remove some redundant code in the JDBC driver. | Bruce Momjian | 2001-08-10 | 4 | -508/+265 |
* | Patch to LOCK multiple tables in one LOCK command. | Bruce Momjian | 2001-08-10 | 1 | -1/+1 |
* | Add new files for the preparation. | Hiroshi Inoue | 2001-08-10 | 3 | -0/+1528 |
* | I think you replaced too many things with put(... | Bruce Momjian | 2001-08-07 | 1 | -3/+3 |
* | Russian translation by Serguei Mokhov | Peter Eisentraut | 2001-08-07 | 2 | -2/+415 |
* | Back out LOCK A,B,C patch at Tom's suggestion. | Bruce Momjian | 2001-08-04 | 1 | -1/+1 |
* | Compile fix for jdbc1. | Bruce Momjian | 2001-08-04 | 1 | -3/+3 |
* | Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. | Bruce Momjian | 2001-08-04 | 1 | -1/+1 |
* | > 1) When a row is retrieved, and then a SQL_FETCH_FIRST is issued, the | Bruce Momjian | 2001-08-04 | 1 | -2/+18 |
* | Attached is a patch that does the following: | Bruce Momjian | 2001-08-04 | 3 | -90/+112 |
* | Fix residual breakage from Windows socket-errno patch: the routines | Tom Lane | 2001-08-03 | 4 | -38/+32 |
* | Fix win32.mak to support MULTIBYTE build --- it was pulling in several | Tom Lane | 2001-08-03 | 1 | -20/+34 |
* | Message typo was fixed in sources, but not in de.po. | Tom Lane | 2001-08-01 | 1 | -2/+2 |
* | Remove WIN32_NON_BLOCKING_CONNECTIONS tests, since we don't need 'em | Tom Lane | 2001-07-31 | 1 | -26/+11 |
* | This patch merges the identical methods from the JDBC1 and JDBC2 | Bruce Momjian | 2001-07-30 | 4 | -476/+239 |
* | Move EncodingTest.java file. | Bruce Momjian | 2001-07-21 | 1 | -1/+1 |
* | DatabaseMetaData.getColumns() doesn't appear to get the default | Bruce Momjian | 2001-07-21 | 2 | -4/+4 |
* | Great, here is a context diff of CVS for implementing the get/setCatalog methods | Bruce Momjian | 2001-07-21 | 3 | -51/+33 |
* | JDBC encoding additions. | Bruce Momjian | 2001-07-21 | 8 | -177/+272 |
* | I downloaded new source for lib (only few hours old !!!), and made | Bruce Momjian | 2001-07-21 | 2 | -11/+27 |
* | i've spotted a following problem using DBD::Pg under win32. winsock | Bruce Momjian | 2001-07-20 | 4 | -18/+36 |
* | Fix fault in message. | Peter Eisentraut | 2001-07-16 | 1 | -2/+2 |
* | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 | 2 | -32/+24 |
* | NLS for libpq. Clean up the message formats and change the documentation | Peter Eisentraut | 2001-07-15 | 9 | -194/+670 |
* | The attached patch fixes problems with the JDBC driver handling long | Bruce Momjian | 2001-07-15 | 3 | -68/+35 |
* | Remove grammar restrictions on order of optional clauses in CREATE GROUP. | Tom Lane | 2001-07-12 | 1 | -11/+20 |
* | Add win32 c++ files. | Bruce Momjian | 2001-07-12 | 2 | -0/+160 |
* | Add missing encode file. | Bruce Momjian | 2001-07-12 | 2 | -26/+47 |
* | Libpq++ fixes for Win32 compile. | Bruce Momjian | 2001-07-11 | 5 | -10/+10 |
* | Add prototypes to supress warnings. | Bruce Momjian | 2001-07-11 | 1 | -1/+3 |
* | The SQL preprocessor ecpg generates "initially deferrable" from | Bruce Momjian | 2001-07-11 | 1 | -1/+1 |
* | Changes from Vince Vielhaber to allow the optional clauses of CREATE | Tom Lane | 2001-07-10 | 1 | -73/+71 |
* | Support fake root install, separate build dir, dependency tracking, our | Peter Eisentraut | 2001-07-10 | 1 | -44/+46 |
* | Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you. | Tom Lane | 2001-07-09 | 1 | -10/+10 |
* | German message localization for JDBC | Peter Eisentraut | 2001-07-09 | 1 | -0/+80 |
* | postgresql.badint property name was probably meant to be | Peter Eisentraut | 2001-07-09 | 1 | -1/+1 |
* | Implement DatabaseMetaData.getCatalogs() | Peter Eisentraut | 2001-07-08 | 2 | -16/+2 |
* | Bring DatabaseMetaData feature tests up to date: | Peter Eisentraut | 2001-07-08 | 2 | -231/+338 |
* | Sync with jdbc2, remove gratuitous white space differences. | Peter Eisentraut | 2001-07-07 | 1 | -245/+242 |
* | Resolve a number of oddities in the Java build. First, remove the weird | Peter Eisentraut | 2001-07-06 | 2 | -96/+119 |
* | Use CONNECTION_OK to determine whether startup phase is complete. | Peter Eisentraut | 2001-07-06 | 2 | -6/+3 |
* | Terminate message doesn't have a trailing zero byte. | Peter Eisentraut | 2001-07-06 | 1 | -2/+1 |
* | Repair libpq to follow protocol by not sending Terminate messages before | Peter Eisentraut | 2001-07-06 | 4 | -16/+38 |