summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing blanks in cvs.sgml.Bruce Momjian2002-10-201-27/+27
* Fix potential problem with btbulkdelete deleting an indexscan's currentTom Lane2002-10-202-67/+91
* Fix core dump recently introduced into pgbench.Tom Lane2002-10-201-2/+1
* Returns exit status 1 if invalid encoding name orTatsuo Ishii2002-10-201-4/+11
* Update description of numeric constants to match 7.3 reality.Tom Lane2002-10-208-115/+137
* Update char/varchar()/text/bytea to mention they have similar performanceBruce Momjian2002-10-202-4/+6
* Applied patch from Teofilis Martisius to improve performance.Barry Lind2002-10-206-150/+55
* Add:Bruce Momjian2002-10-201-1/+2
* Update Japanese FAQ, from Jun Kuwamura.Bruce Momjian2002-10-202-545/+556
* Add:Bruce Momjian2002-10-201-1/+2
* Add warning that autocommit=off is not well-supported yet.Tom Lane2002-10-201-1/+12
* Move BeOS and QNX4 to unsupported-platform list, until someone caresTom Lane2002-10-201-18/+19
* 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 inconsistent formatting.Tom Lane2002-10-191-3/+3
* Fix incomplete definition of ALTER TABLE ADD/DROP CONSTRAINT syntax.Tom Lane2002-10-191-7/+23
* 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-194-143/+109
* 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
* Add:Bruce Momjian2002-10-191-1/+2
* 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
* It includesBruce Momjian2002-10-194-20/+60
* > 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-194-227/+372
* 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
* Clean up for dblink autocommit OFF handling.Bruce Momjian2002-10-182-2/+4
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-1891-2720/+3607
* Improve discussion of FOR UPDATE.Tom Lane2002-10-181-7/+21
* Update for tables returning function, item 5.3, from Joe Conway.Bruce Momjian2002-10-172-6/+12
* 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
* Add:Bruce Momjian2002-10-171-1/+2
* Put the disk information all in one chapter.Peter Eisentraut2002-10-164-110/+46