| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
|
| |
or view that's been dropped and then recreated with the same name (but,
perhaps, different columns). Eventually we'd like to support this but
for now all we can do is fail cleanly, rather than possibly coredumping
if we proceed using the obsolete rule.
|
|
|
|
|
|
|
|
| |
to specific base or join RelOptInfo nodes during planning. This preserves
the more-intuitive behavior of 7.0.* --- if you write an expensive clause
(such as a sub-select) last, it should get evaluated last. Someday we
ought to try to have some intelligence about the order of evaluation of
WHERE clauses, but for now we should not override what the user wrote.
|
|
|
|
| |
Patches contributed by Eiji Tokuya (e-tokuya@sankyo-unyu.co.jp)
|
| |
|
| |
|
|
|
|
|
| |
converting char* strings to type 'name'. Imagine my surprise when 7.1
release coredumped upon start when compiled --enable-multibyte ...
|
|
|
|
|
|
|
|
| |
only possible failure is in pq_flush, which will log a (better!) report
anyway --- so pq_endmessage is just cluttering the log with a redundant
entry. This matters when a client crashes partway through a large query,
since we will emit many broken-pipe reports before finishing the query
and exiting.
|
| |
|
|
|
|
| |
Rocco Altier <roccoa@routescape.com>.
|
|
|
|
|
|
|
|
| |
lists should be reverse-compiled into targetlist index numbers, because
that's the only interpretation the parser allows for a constant in these
clauses. (Ergo, the only way they could have gotten into the list in
the first place is to have come from the targetlist; so this should always
work.) Per problem report from Peter E.
|
| |
|
|
|
|
|
|
|
|
| |
join clauses. The mergejoin executor wants all the join clauses to appear
as merge quals, not as extra joinquals, for these kinds of joins. But the
planner would consider plans in which partially-sorted input paths were
used, leading to only some of the join clauses becoming merge quals.
This is fine for inner/left joins, not fine for right/full joins.
|
|
|
|
| |
also go there.
|
| |
|
| |
|
|
|
|
| |
- Fix crash due to null string pointer in some tar files with some libs
|
|
|
|
|
|
| |
Although it was now using the right equation, it was making bogus choices
of the precision to compute intermediate results to. I'm not sure this
is really right even yet, but it's better than before ...
|
|
|
|
| |
is not a complete declaration.
|
|
|
|
|
|
|
|
|
|
|
| |
should have been done
generate a new Changelog from rc4, which is nice and short ... one python
interface change
tag configure as 7.1, for generating the packages ...
This is it folks ... Release 7.1 is officially here ...
|
| |
|
|
|
|
| |
so I removed it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
a bit. Regenerate INSTALL.
|
| |
|
|
|
|
|
| |
This stylesheet must be present for Applixware to be happy generating
a ToC. M$Word does not seem to care one way or the other.
|
| |
|
|
|
|
|
|
| |
(fix by Hiroki kataoka).
2) Ensure the definition of atof()(#include stdlib.h).
(suggestion by Masaaki Sakaida).
|
|
|
|
|
| |
NetBSD/PPC from Henry Hotz, several other platform updates, and move
QNX to the unsupported list for now.
|
|
|
|
|
|
|
| |
(which failed miserably during DST) to just compare against a time
derived from a timestamp value.
Certainly not a direct check for a correct result, but should work
at any time of year.
|
|
|
|
|
|
| |
it needs to ensure that data structures attached to fmgr info records in
the trees will stick around that long, too. Current code was crashing
on cases like datatypes with old-style I/O functions.
|
| |
|
|
|
|
| |
no room for a record on last log page.
|
| |
|
|
|
|
| |
they have children. As it stood, -d dump mode was badly broken.
|
|
|
|
|
| |
This patch is Peter E's, but I'm applying it on his behalf so it'll get
into 7.1RC3 tonight (I'm guessing Peter went to bed already).
|
| |
|
| |
|
|
|
|
| |
Jason Tishler's credit, if it's broken it's my fault ...
|
| |
|
|
|
|
|
| |
datatype. Perhaps someday we can figure out a way of getting reproducible
results from testing this type, but for now ...
|
| |
|
|
|
|
| |
Thanks to Tom.
|
|
|
|
| |
starting with '$'.
|
| |
|