- 12 Nov, 2001 21 commits
-
-
Tom Lane authored
operators. Should report the declared oprresult type, not the return type of the underlying proc, which might be only binary-compatible (cf. textcat entries).
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
used inside fk constraints, since some of the checks in the trigger did a SELECT oid. Since the oid wasn't actually used, I changed this to SELECT 1. My test case with non-oid tables now works and fk regression appears to run fine on my machine. Stephan Szabo
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
postmaster log with elog(DEBUG) so that they will be timestamped etc. Once upon a time I think elog() was unsafe here, but it shouldn't be anymore.
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Hiroshi Inoue authored
-
Tom Lane authored
Brent Verner, with review and kibitzing from Tom Lane.
-
Tom Lane authored
to apply the proper Datum conversion macros to search key values.
-
- 11 Nov, 2001 8 commits
-
-
Tom Lane authored
-
Tom Lane authored
Per report from Bernd Tegge, 10-Nov-01.
-
Tom Lane authored
clauses per path key. Indeed, we *must* do so or we will be unable to form a valid plan for FULL JOIN with overlapping join conditions, eg select * from a full join b on a.v1 = b.v1 and a.v2 = b.v2 and a.v1 = b.v2.
-
Bruce Momjian authored
-
Bruce Momjian authored
Denis A Ustimenko
-
Tom Lane authored
mergeclauses in RIGHT/FULL join cases, just like the other routines have. I'm not quite sure why I thought it didn't need one --- but Nick Fankhauser's recent bug report proves that it does.
-
Hiroshi Inoue authored
This seems to fix the trouble with PowerBuilder reported by Magbus Weber.
-
Tom Lane authored
a NULL pointer. Per report from Stephen Pillinger 8-Nov-01.
-
- 10 Nov, 2001 4 commits
-
-
Tom Lane authored
is gone, usage messages now go through elog(DEBUG).
-
Tom Lane authored
per suggestion from Peter.
-
Tom Lane authored
though alas not as unquoted function names. De-reserve a bunch of keywords that could have been in ColId rather than ColLabel all along. Per recent proposal in pgsql-patches.
-
Tom Lane authored
-
- 09 Nov, 2001 1 commit
-
-
Dave Cramer authored
-
- 08 Nov, 2001 6 commits
-
-
Peter Eisentraut authored
lists, bibliography, index, page numbering. Add comments.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
because the result looks to "scary" otherwise.
-