summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix potential problem with btbulkdelete deleting an indexscan's currentTom Lane2002-10-202-67/+91
* Returns exit status 1 if invalid encoding name orTatsuo Ishii2002-10-201-4/+11
* Applied patch from Teofilis Martisius to improve performance.Barry Lind2002-10-206-150/+55
* Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane2002-10-203-35/+29
* Disallow aggregate functions in rule WHERE clauses. Per gripe fromTom Lane2002-10-201-1/+5
* Applied patch submitted by Mike Beachy to give a better error message ifBarry Lind2002-10-205-757/+9
* Fix within-function memory leaks in the various PLs' interfaces toTom Lane2002-10-193-22/+19
* Applied patch submitted by Kris Jurka to result in a better error messageBarry Lind2002-10-191-1/+9
* Fix pltcl self-test for recent changes to elog.Tom Lane2002-10-192-5/+6
* Backed out part of the change from 1.6. The attempt to support int8 bindsBarry Lind2002-10-191-25/+7
* Fix case where a function in FROM returns a scalar type, but isTom Lane2002-10-191-8/+25
* Make psql's \df display functions that return sets as having return typeTom Lane2002-10-191-4/+5
* Invert logic in pg_exec_query_string() so that we set a snapshot forTom Lane2002-10-193-14/+37
* Fix rewrite code so that rules are in fact executed in order by name,Tom Lane2002-10-193-140/+106
* Back out Alvaro's patch until regression tests pass.Bruce Momjian2002-10-191-38/+7
* Fix range-query estimation to not double-exclude NULLs, per gripe fromTom Lane2002-10-193-36/+49
* Fix compile failure caused by new patch.Bruce Momjian2002-10-191-2/+2
* Remove mention of utils/getopt.c. Not used anymore.Bruce Momjian2002-10-191-2/+2
* > Huh, I don't know where I got the idea you were (or someone else was?)Bruce Momjian2002-10-191-7/+38
* This patch adds some missing functions for float8 math operations,Bruce Momjian2002-10-197-19/+119
* Make regression tests safe for autocommit = 'off'.Bruce Momjian2002-10-1911-5/+34
* Add missing #include <errno.h>.Tom Lane2002-10-191-1/+2
* Fix psql's \copy to accept table names containing schemas, as well asTom Lane2002-10-193-223/+366
* Improve formatting of --help output.Peter Eisentraut2002-10-1823-272/+325
* Fix breakage that had crept into setlocale() usage: once again we'veTom Lane2002-10-181-25/+50
* Make 'dummy' declarations in header files be 'extern int no_such_variable'Tom Lane2002-10-183-11/+7
* Un-break createlang build.Tom Lane2002-10-181-5/+6
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-4/+4
* 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
* Make pg_dump save for autocommit = off.Bruce Momjian2002-10-163-15/+32
* Fix from Joe on timeout code.Bruce Momjian2002-10-161-2/+2
* Improve appearance of SET command.Bruce Momjian2002-10-168-20/+20
* Fix script to handle autocommit = 'off' by prepending autocommit 'on' toBruce Momjian2002-10-168-20/+20
* Fix connection_timeout to use time() and handle timeout == 1.Bruce Momjian2002-10-163-35/+22
* Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa.Tom Lane2002-10-151-3/+10
* Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidentlyTom Lane2002-10-152-23/+34
* Fix psql to cope with autocommit off, at least during startup.Tom Lane2002-10-156-54/+78
* Fix libpq startup code to work correctly in autocommit off mode.Tom Lane2002-10-151-64/+56
* Make SPI's execution of querystrings follow the rules agreed to forTom Lane2002-10-144-127/+233
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-149-34/+113
* Add missing entries for bit<->int4 and bit<->int8 conversions.Tom Lane2002-10-141-1/+6
* Translation updatesPeter Eisentraut2002-10-1419-7570/+10042
* 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
* Arrange to copy relcache's trigdesc structure at the start of anyTom Lane2002-10-145-66/+176
* As Niel so nicely pointed out this morning, the output of EXPLAINBruce Momjian2002-10-141-1/+7