summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2001-07-12Add win32 c++ files.Bruce Momjian
2001-07-12Add missing encode file.Bruce Momjian
2001-07-11Libpq++ fixes for Win32 compile.Bruce Momjian
2001-07-11Add prototypes to supress warnings.Bruce Momjian
2001-07-11The SQL preprocessor ecpg generates "initially deferrable" fromBruce Momjian
2001-07-10Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane
2001-07-10Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut
2001-07-09Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane
2001-07-09German message localization for JDBCPeter Eisentraut
2001-07-09postgresql.badint property name was probably meant to bePeter Eisentraut
2001-07-08Implement DatabaseMetaData.getCatalogs()Peter Eisentraut
2001-07-08Bring DatabaseMetaData feature tests up to date:Peter Eisentraut
2001-07-07Sync with jdbc2, remove gratuitous white space differences.Peter Eisentraut
2001-07-06Resolve a number of oddities in the Java build. First, remove the weirdPeter Eisentraut
2001-07-06Use CONNECTION_OK to determine whether startup phase is complete.Peter Eisentraut
2001-07-06Terminate message doesn't have a trailing zero byte.Peter Eisentraut
2001-07-06Repair libpq to follow protocol by not sending Terminate messages beforePeter Eisentraut
2001-07-04Remove ConnectionHook.java. No longer used, bad code.Bruce Momjian
2001-07-04The attached patch removes some old and dead code (and some relatedBruce Momjian
2001-07-04This patch moves the setting of the timezone on the SimpleDateFormatBruce Momjian
2001-07-04Attached is a patch to remove the ConnectionHook functionality and thusBruce Momjian
2001-06-29SimpleDateFormat performance improvement, thread-safe.Bruce Momjian
2001-06-27Handle Procedure calls.Hiroshi Inoue
2001-06-25High memory usageBruce Momjian
2001-06-23Add TEMPORARY sequences and have SERIAL on a temp table have a temporaryBruce Momjian
2001-06-22Include catalog/pg_type.h instead of manually extracting the interestingPeter Eisentraut
2001-06-22Change SQLPrimaryKeys() so that it detects the primary keyHiroshi Inoue
2001-06-20Make sure that everything says version 3.2.D'Arcy J.M. Cain
2001-06-20Add NUMERICOID to this script. This script can be run occasionally toD'Arcy J.M. Cain