- 03 Feb, 2003 1 commit
-
-
Bruce Momjian authored
Standard says FETCH LAST is after last row, and we don't do that.
-
- 02 Feb, 2003 3 commits
- 01 Feb, 2003 6 commits
-
-
Tom Lane authored
restriction was debatable to begin with, but it has now become obvious that it breaks forward-porting of user-defined types; contrib/lo being the most salient example.
-
Tom Lane authored
columns of type lo (see contrib/lo). Rather than hacking the function definitions on-the-fly, just modify the queries issued by FixupBlobRefs so that they work even if CREATE CAST hasn't been issued.
-
Tom Lane authored
files. Fix it.
-
Tom Lane authored
user names. Per recent reports.
-
Tom Lane authored
interp pointer. Per report from Gerhard Hintermayer.
-
Tom Lane authored
connection shutdown. This is a grotty workaround for a Tcl bug, but said bug has been there long enough that I'm not holding my breath for a real fix. Per discussions and testing from ljb and g.hintermayer.
-
- 31 Jan, 2003 6 commits
-
-
Tom Lane authored
From Andrew Bosma.
-
Tom Lane authored
with some amount of cleanliness. I see no need to report the internal Python name rather than the SQL procedure name in error tracebacks.
-
Tom Lane authored
bison 1.875 and later as we did from earlier bison releases. Eventually we will probably want to adopt the newer message spelling ... but not yet. Per recent discussion on pgpatches. Note: I didn't change the build rules for bootstrap, ecpg, or plpgsql grammars, since these do not affect regression test results.
-
Tom Lane authored
for type 'time without time zone', as we already did for type 'timestamp without time zone'. This patch was proposed by Tom Lockhart on 7-Nov-02, but he never got around to applying it. Adjust regression tests and documentation to match.
-
Tom Lane authored
From Neil Conway.
-
Tom Lane authored
-
- 30 Jan, 2003 1 commit
-
-
Tom Lane authored
-
- 29 Jan, 2003 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
a tuple table. Fixes core dump in pltcl (and probably other PLs) when executing a query rewritten by a rule. Per bug report from Wolfgang Walter.
-
Bruce Momjian authored
-
Tom Lane authored
cannot actually happen at present because ArrayCount() is only called on strings beginning with '{', but seems best to prevent it going forward. Per report from Yichen Xie.
-
Tom Lane authored
can only occur if the constant DEFAULT_CLIENT_AUTHSVC is given a bogus value, so it doesn't seem worth back-patching, but I'll fix it in HEAD.
-
Tom Lane authored
value of MAX_TIME_PRECISION in floating-point-timestamp-storage case from 13 to 10, which is as much as time_out is actually willing to print. (The alternative of increasing the number of digits we are willing to print looks risky; we might find ourselves printing roundoff garbage.)
-
Tom Lane authored
-
- 28 Jan, 2003 5 commits
-
-
Tom Lane authored
passed to join selectivity estimators. Make use of this in eqjoinsel to derive non-bogus selectivity for IN clauses. Further tweaking of cost estimation for IN. initdb forced because of pg_proc.h changes.
-
Peter Eisentraut authored
separate macro. Also add support for %I64d which is the way on Windows. The code that checks for the 64-bit int type now gives more reasonable results when cross-compiling: In that case we just take the compiler's information and trust that the arithmetic works. Disabling int64 is too pessimistic.
-
Tom Lane authored
in GUCArrayAdd/GUCArrayDelete. This prevents the multiple-entry bug exhibited by Frank Lupo 28-Jan-2003.
-
Bruce Momjian authored
Set log_min_error_messages to the proper and agreed-upon default, PANIC (off). (BACKPATCH)
-
Bruce Momjian authored
-
- 27 Jan, 2003 8 commits
-
-
Bruce Momjian authored
Backpatch to 7.3.X.
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Add the concept of dataspaces/tablespaces [tablespaces] 307d307 < * Add the concept of dataspaces/tablespaces [tablespaces]
-
Bruce Momjian authored
-
Tom Lane authored
Try to model the effect of rescanning input tuples in mergejoins; account for JOIN_IN short-circuiting where appropriate. Also, recognize that mergejoin and hashjoin clauses may now be more than single operator calls, so we have to charge appropriate execution costs.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
Problem reported and fixed by Oliver Elphick.
-
- 26 Jan, 2003 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
suggestion of Peter.
-
Bruce Momjian authored
> * Add group object ownership, so groups can rename/drop/grant on objects, > so we can implement roles
-