summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* changed sort of column names to sort by attnum, not attnameDave Cramer2002-12-051-1/+1
* Stamp minor version numbers for 7.4 release.Bruce Momjian2002-12-046-15/+15
* Remove typprtlen from getdescr() as it is not available in 7.3. Return -1 forD'Arcy J.M. Cain2002-12-041-2/+2
* Deal with cases where getpeereid _and_ another creditial method isBruce Momjian2002-12-031-2/+4
* Synced parser with backendMichael Meskes2002-11-272-6/+13
* Add -cmdTuples to tcl interface.Bruce Momjian2002-11-261-1/+9
* I'm sending you a small patch to pgdb.py module. ThisD'Arcy J.M. Cain2002-11-251-1/+7
* Change the pkey method so that the caller can optionally set the dictionaryD'Arcy J.M. Cain2002-11-251-14/+35
* Change the debug variable to allow better control by the caller over howD'Arcy J.M. Cain2002-11-251-7/+13
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-231-1/+1
* Fix a dumb cut and paste error from my last commit and update some of theBarry Lind2002-11-202-13/+13
* Fixed bug reported by Marko Strukelj and Keith Wannamaker. Using executeBatchBarry Lind2002-11-203-9/+49
* Synced parser.Michael Meskes2002-11-152-19/+47
* Applied patch submitted by Mats Lofkvist fixing serious threading problem int...Barry Lind2002-11-145-17/+109
* Fixes bug where join to pg_description was incorrect. Also modifies theBarry Lind2002-11-112-4/+11
* I just discovered, that there is missing a const when passing a bufferBruce Momjian2002-11-102-8/+8
* Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane2002-11-071-4/+2
* Synced parser one more time.Michael Meskes2002-11-072-44/+20
* Remove no-longer-needed inclusions to improve backward compatibilityTom Lane2002-11-071-2/+1
* Fix inclusion order, per Andreas.Tom Lane2002-11-041-4/+3
* Applied two patches from Kris Jurka.Barry Lind2002-11-042-59/+61
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-012-4/+9
* Return something meaningful for Statement.getFetchSize(). Previously we wereBarry Lind2002-10-301-3/+2
* Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception causedBarry Lind2002-10-251-8/+13
* Code review for connection timeout patch. Avoid unportable assumptionTom Lane2002-10-242-30/+45
* Add guards against double inclusion.Peter Eisentraut2002-10-215-1/+26
* Translation updatesPeter Eisentraut2002-10-211-95/+184
* Remove obsoleted stuff merged in from branch.Peter Eisentraut2002-10-211-3/+3
* Merged ecpg_big_bison back into HEADMichael Meskes2002-10-217-279/+549
* Applied patch from Teofilis Martisius to improve performance.Barry Lind2002-10-206-150/+55
* Applied patch submitted by Mike Beachy to give a better error message ifBarry Lind2002-10-205-757/+9
* Applied patch submitted by Kris Jurka to result in a better error messageBarry Lind2002-10-191-1/+9
* Backed out part of the change from 1.6. The attempt to support int8 bindsBarry Lind2002-10-191-25/+7
* Improve formatting of --help output.Peter Eisentraut2002-10-181-17/+13
* Fix in updateable result sets to handle binding null values correctlyBarry Lind2002-10-171-151/+42
* Fix free-slot search in PgSetResultId so it actually works.Tom Lane2002-10-171-10/+14
* Improve formatting of error message.Tom Lane2002-10-171-2/+3
* Fixed support in jdbc for 7.3 server autocommit. With these changes theBarry Lind2002-10-172-12/+72
* Fix from Joe on timeout code.Bruce Momjian2002-10-161-2/+2
* Fix connection_timeout to use time() and handle timeout == 1.Bruce Momjian2002-10-163-35/+22
* Fix libpq startup code to work correctly in autocommit off mode.Tom Lane2002-10-151-64/+56
* Translation updatesPeter Eisentraut2002-10-143-498/+892
* Mention that resetting the timeout may be wrong on select retry.Bruce Momjian2002-10-141-2/+7
* Restore ptmp_timeout for cases where no timeout is passed.Bruce Momjian2002-10-141-2/+4
* libpq connection_timeout doesn't do subsecond timing, so make the codeBruce Momjian2002-10-143-14/+10
* Add tv_sec change for connection timeout suggested by author.Bruce Momjian2002-10-111-6/+4
* Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian2002-10-111-2/+5
* fixed missing apostropheDave Cramer2002-10-081-2/+2
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-037-41/+33
* test files added by Kris JurkaDave Cramer2002-10-013-0/+397