| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix potential problem with btbulkdelete deleting an indexscan's current | Tom Lane | 2002-10-20 | 2 | -67/+91 |
| * | Returns exit status 1 if invalid encoding name or | Tatsuo Ishii | 2002-10-20 | 1 | -4/+11 |
| * | Applied patch from Teofilis Martisius to improve performance. | Barry Lind | 2002-10-20 | 6 | -150/+55 |
| * | 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 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 | 3 | -140/+106 |
| * | 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 |
| * | 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 |
| * | > 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 | 3 | -223/+366 |
| * | 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 |
| * | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 | 1 | -4/+4 |
| * | 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 |
| * | Make pg_dump save for autocommit = off. | Bruce Momjian | 2002-10-16 | 3 | -15/+32 |
| * | Fix from Joe on timeout code. | Bruce Momjian | 2002-10-16 | 1 | -2/+2 |
| * | Improve appearance of SET command. | Bruce Momjian | 2002-10-16 | 8 | -20/+20 |
| * | Fix script to handle autocommit = 'off' by prepending autocommit 'on' to | Bruce Momjian | 2002-10-16 | 8 | -20/+20 |
| * | Fix connection_timeout to use time() and handle timeout == 1. | Bruce Momjian | 2002-10-16 | 3 | -35/+22 |
| * | Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa. | Tom Lane | 2002-10-15 | 1 | -3/+10 |
| * | Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidently | Tom Lane | 2002-10-15 | 2 | -23/+34 |
| * | Fix psql to cope with autocommit off, at least during startup. | Tom Lane | 2002-10-15 | 6 | -54/+78 |
| * | Fix libpq startup code to work correctly in autocommit off mode. | Tom Lane | 2002-10-15 | 1 | -64/+56 |
| * | Make SPI's execution of querystrings follow the rules agreed to for | Tom Lane | 2002-10-14 | 4 | -127/+233 |
| * | Adjust handling of command status strings in the presence of rules, | Tom Lane | 2002-10-14 | 9 | -34/+113 |
| * | Add missing entries for bit<->int4 and bit<->int8 conversions. | Tom Lane | 2002-10-14 | 1 | -1/+6 |
| * | Translation updates | Peter Eisentraut | 2002-10-14 | 19 | -7570/+10042 |
| * | Mention that resetting the timeout may be wrong on select retry. | Bruce Momjian | 2002-10-14 | 1 | -2/+7 |
| * | Restore ptmp_timeout for cases where no timeout is passed. | Bruce Momjian | 2002-10-14 | 1 | -2/+4 |
| * | libpq connection_timeout doesn't do subsecond timing, so make the code | Bruce Momjian | 2002-10-14 | 3 | -14/+10 |
| * | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane | 2002-10-14 | 5 | -66/+176 |
| * | As Niel so nicely pointed out this morning, the output of EXPLAIN | Bruce Momjian | 2002-10-14 | 1 | -1/+7 |