| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove trailing blanks in cvs.sgml. | Bruce Momjian | 2002-10-20 | 1 | -27/+27 |
| * | Fix potential problem with btbulkdelete deleting an indexscan's current | Tom Lane | 2002-10-20 | 2 | -67/+91 |
| * | Fix core dump recently introduced into pgbench. | Tom Lane | 2002-10-20 | 1 | -2/+1 |
| * | Returns exit status 1 if invalid encoding name or | Tatsuo Ishii | 2002-10-20 | 1 | -4/+11 |
| * | Update description of numeric constants to match 7.3 reality. | Tom Lane | 2002-10-20 | 8 | -115/+137 |
| * | Update char/varchar()/text/bytea to mention they have similar performance | Bruce Momjian | 2002-10-20 | 2 | -4/+6 |
| * | Applied patch from Teofilis Martisius to improve performance. | Barry Lind | 2002-10-20 | 6 | -150/+55 |
| * | Add: | Bruce Momjian | 2002-10-20 | 1 | -1/+2 |
| * | Update Japanese FAQ, from Jun Kuwamura. | Bruce Momjian | 2002-10-20 | 2 | -545/+556 |
| * | Add: | Bruce Momjian | 2002-10-20 | 1 | -1/+2 |
| * | Add warning that autocommit=off is not well-supported yet. | Tom Lane | 2002-10-20 | 1 | -1/+12 |
| * | Move BeOS and QNX4 to unsupported-platform list, until someone cares | Tom Lane | 2002-10-20 | 1 | -18/+19 |
| * | Rule rewriter was doing the wrong thing with conditional INSTEAD rules | Tom Lane | 2002-10-20 | 3 | -35/+29 |
| * | Disallow aggregate functions in rule WHERE clauses. Per gripe from | Tom Lane | 2002-10-20 | 1 | -1/+5 |
| * | Applied patch submitted by Mike Beachy to give a better error message if | Barry Lind | 2002-10-20 | 5 | -757/+9 |
| * | Fix inconsistent formatting. | Tom Lane | 2002-10-19 | 1 | -3/+3 |
| * | Fix incomplete definition of ALTER TABLE ADD/DROP CONSTRAINT syntax. | Tom Lane | 2002-10-19 | 1 | -7/+23 |
| * | Fix within-function memory leaks in the various PLs' interfaces to | Tom Lane | 2002-10-19 | 3 | -22/+19 |
| * | Applied patch submitted by Kris Jurka to result in a better error message | Barry Lind | 2002-10-19 | 1 | -1/+9 |
| * | Fix pltcl self-test for recent changes to elog. | Tom Lane | 2002-10-19 | 2 | -5/+6 |
| * | Backed out part of the change from 1.6. The attempt to support int8 binds | Barry Lind | 2002-10-19 | 1 | -25/+7 |
| * | Fix case where a function in FROM returns a scalar type, but is | Tom Lane | 2002-10-19 | 1 | -8/+25 |
| * | Make psql's \df display functions that return sets as having return type | Tom Lane | 2002-10-19 | 1 | -4/+5 |
| * | Invert logic in pg_exec_query_string() so that we set a snapshot for | Tom Lane | 2002-10-19 | 3 | -14/+37 |
| * | Fix rewrite code so that rules are in fact executed in order by name, | Tom Lane | 2002-10-19 | 4 | -143/+109 |
| * | Back out Alvaro's patch until regression tests pass. | Bruce Momjian | 2002-10-19 | 1 | -38/+7 |
| * | Fix range-query estimation to not double-exclude NULLs, per gripe from | Tom Lane | 2002-10-19 | 3 | -36/+49 |
| * | Add: | Bruce Momjian | 2002-10-19 | 1 | -1/+2 |
| * | Fix compile failure caused by new patch. | Bruce Momjian | 2002-10-19 | 1 | -2/+2 |
| * | Remove mention of utils/getopt.c. Not used anymore. | Bruce Momjian | 2002-10-19 | 1 | -2/+2 |
| * | It includes | Bruce Momjian | 2002-10-19 | 4 | -20/+60 |
| * | > Huh, I don't know where I got the idea you were (or someone else was?) | Bruce Momjian | 2002-10-19 | 1 | -7/+38 |
| * | This patch adds some missing functions for float8 math operations, | Bruce Momjian | 2002-10-19 | 7 | -19/+119 |
| * | Make regression tests safe for autocommit = 'off'. | Bruce Momjian | 2002-10-19 | 11 | -5/+34 |
| * | Add missing #include <errno.h>. | Tom Lane | 2002-10-19 | 1 | -1/+2 |
| * | Fix psql's \copy to accept table names containing schemas, as well as | Tom Lane | 2002-10-19 | 4 | -227/+372 |
| * | Improve formatting of --help output. | Peter Eisentraut | 2002-10-18 | 23 | -272/+325 |
| * | Fix breakage that had crept into setlocale() usage: once again we've | Tom Lane | 2002-10-18 | 1 | -25/+50 |
| * | Make 'dummy' declarations in header files be 'extern int no_such_variable' | Tom Lane | 2002-10-18 | 3 | -11/+7 |
| * | Un-break createlang build. | Tom Lane | 2002-10-18 | 1 | -5/+6 |
| * | Clean up for dblink autocommit OFF handling. | Bruce Momjian | 2002-10-18 | 2 | -2/+4 |
| * | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 | 91 | -2720/+3607 |
| * | Improve discussion of FOR UPDATE. | Tom Lane | 2002-10-18 | 1 | -7/+21 |
| * | Update for tables returning function, item 5.3, from Joe Conway. | Bruce Momjian | 2002-10-17 | 2 | -6/+12 |
| * | Fix in updateable result sets to handle binding null values correctly | Barry Lind | 2002-10-17 | 1 | -151/+42 |
| * | Fix free-slot search in PgSetResultId so it actually works. | Tom Lane | 2002-10-17 | 1 | -10/+14 |
| * | Improve formatting of error message. | Tom Lane | 2002-10-17 | 1 | -2/+3 |
| * | Fixed support in jdbc for 7.3 server autocommit. With these changes the | Barry Lind | 2002-10-17 | 2 | -12/+72 |
| * | Add: | Bruce Momjian | 2002-10-17 | 1 | -1/+2 |
| * | Put the disk information all in one chapter. | Peter Eisentraut | 2002-10-16 | 4 | -110/+46 |