- 10 Dec, 2000 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
line 1324: "left-hand" should be "right-hand" BTW: new document looks very good! And the new configure/build process seems much better then before! Thanks! Laser
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
- 09 Dec, 2000 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
is the only diff not accounted for by fmgr rewrite...
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
Thanks Chih-Chang Hsieh <cch@cc.kmu.edu.tw> for finding the bug.
-
- 08 Dec, 2000 10 commits
-
-
Tom Lane authored
varlena type. (I did not force initdb, but you won't see the fix unless you do one.) Also, make sure all index support operators and functions are careful not to leak memory for toasted inputs; I had missed some hash and rtree support ops on this point before.
-
Tom Lane authored
mostly just on the WAL logfile nowadays. But if people want to disable fsync for performance, why should we say no?
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
value greater than one. The behavior this sought to disallow doesn't seem any less confusing than the other behaviors of cached sequences. Improve wording of some error messages, too. Update documentation accordingly. Also add an explanation that aborted transactions do not roll back their nextval() calls; this seems to be a FAQ, so it ought to be mentioned here...
-
Hiroshi Inoue authored
-
Hiroshi Inoue authored
-
Tom Lane authored
or return type.
-
Tom Lane authored
or return type.
-
Tom Lane authored
or return type.
-
- 07 Dec, 2000 10 commits
-
-
Tom Lane authored
length is less than original string length.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
As I read it, the spec requires a non-null result in some cases where one of the inputs is NULL: specifically, if the other endpoint of that interval is between the endpoints of the other interval, then the result is known TRUE despite the missing endpoint. The spec could've been a lot simpler if they did not intend this behavior. I did not force an initdb for this change, but if you don't do one you'll still see the old strict-function behavior.
-
Hiroshi Inoue authored
if the transaction has already been committed ?
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
transformForUpdate does: it should recurse into subqueries.
-
Tom Lane authored
It could be recursing into a sub-query where there was already a FOR UPDATE clause.
-
- 06 Dec, 2000 4 commits
-
-
Tom Lane authored
work where we can (given that the executor only handles it at top level) and generate an error where we can't. Note that while the parser has been allowing views to say SELECT FOR UPDATE for a few weeks now, that hasn't actually worked until just now.
-
Marc G. Fournier authored
update VERSION to 7.1beta1..
-
Peter Eisentraut authored
through to here yet.
-
Tom Lane authored
the installed header file set.
-
- 05 Dec, 2000 2 commits
-
-
Tom Lane authored
an error at end of transaction ... and I did *not* like it. Reduce ERROR to NOTICE so that this situation doesn't cause an infinite loop.
-
Tom Lane authored
an error as we used to. In an OUTER JOIN scenario, retrieving a null CTID from one of the input relations is entirely expected. We still want to lock the input rows from the other relations, so just ignore the null and keep going.
-