summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2002-12-06Back out V6 code, caused postmaster startup failure.Bruce Momjian
2002-12-06We have just finished porting the old KAME IPv6 patch over toBruce Momjian
2002-12-06PyGreSQL inserttable patchBruce Momjian
2002-12-05changed sort of column names to sort by attnum, not attnameDave Cramer
2002-12-04Stamp minor version numbers for 7.4 release.Bruce Momjian
2002-12-04Remove typprtlen from getdescr() as it is not available in 7.3. Return -1 forD'Arcy J.M. Cain
2002-12-03Deal with cases where getpeereid _and_ another creditial method isBruce Momjian
2002-11-27Synced parser with backendMichael Meskes
2002-11-26Add -cmdTuples to tcl interface.Bruce Momjian
2002-11-25I'm sending you a small patch to pgdb.py module. ThisD'Arcy J.M. Cain
2002-11-25Change the pkey method so that the caller can optionally set the dictionaryD'Arcy J.M. Cain
2002-11-25Change the debug variable to allow better control by the caller over howD'Arcy J.M. Cain
2002-11-23This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian
2002-11-20Fix a dumb cut and paste error from my last commit and update some of theBarry Lind
2002-11-20Fixed bug reported by Marko Strukelj and Keith Wannamaker. Using executeBatchBarry Lind
2002-11-15Synced parser.Michael Meskes
2002-11-14Applied patch submitted by Mats Lofkvist fixing serious threading problem int...Barry Lind
2002-11-11Fixes bug where join to pg_description was incorrect. Also modifies theBarry Lind
2002-11-10I just discovered, that there is missing a const when passing a bufferBruce Momjian
2002-11-07Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane
2002-11-07Synced parser one more time.Michael Meskes
2002-11-07Remove no-longer-needed inclusions to improve backward compatibilityTom Lane
2002-11-04Fix inclusion order, per Andreas.Tom Lane
2002-11-04Applied two patches from Kris Jurka.Barry Lind
2002-11-01Arrange to compile flex output files as inclusions into other filesTom Lane
2002-10-30Return something meaningful for Statement.getFetchSize(). Previously we wereBarry Lind
2002-10-25Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception causedBarry Lind
2002-10-24Code review for connection timeout patch. Avoid unportable assumptionTom Lane
2002-10-21Add guards against double inclusion.Peter Eisentraut
2002-10-21Translation updatesPeter Eisentraut
2002-10-21Remove obsoleted stuff merged in from branch.Peter Eisentraut
2002-10-21Merged ecpg_big_bison back into HEADMichael Meskes
2002-10-20Applied patch from Teofilis Martisius to improve performance.Barry Lind
2002-10-20Applied patch submitted by Mike Beachy to give a better error message ifBarry Lind
2002-10-19Applied patch submitted by Kris Jurka to result in a better error messageBarry Lind
2002-10-19Backed out part of the change from 1.6. The attempt to support int8 bindsBarry Lind
2002-10-18Improve formatting of --help output.Peter Eisentraut
2002-10-17Fix in updateable result sets to handle binding null values correctlyBarry Lind
2002-10-17Fix free-slot search in PgSetResultId so it actually works.Tom Lane
2002-10-17Improve formatting of error message.Tom Lane
2002-10-17Fixed support in jdbc for 7.3 server autocommit. With these changes theBarry Lind
2002-10-16Fix from Joe on timeout code.Bruce Momjian
2002-10-16Fix connection_timeout to use time() and handle timeout == 1.Bruce Momjian
2002-10-15Fix libpq startup code to work correctly in autocommit off mode.Tom Lane
2002-10-14Translation updatesPeter Eisentraut
2002-10-14Mention that resetting the timeout may be wrong on select retry.Bruce Momjian
2002-10-14Restore ptmp_timeout for cases where no timeout is passed.Bruce Momjian
2002-10-14libpq connection_timeout doesn't do subsecond timing, so make the codeBruce Momjian
2002-10-11Add tv_sec change for connection timeout suggested by author.Bruce Momjian
2002-10-11Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian