- 31 Jul, 2000 1 commit
-
-
Hiroshi Inoue authored
up sleeping processes.
-
- 30 Jul, 2000 2 commits
-
-
Tom Lane authored
(Sorry, couldn't help it...) Removed type filename as well, since it's unused and probably useless. INITDB FORCED, because pg_rewrite columns are now plain text again.
-
Tom Lane authored
allows fixing problems with operators that expected to be able to return a NULL, such as the '#' line-segment-intersection operator that tried to return NULL when the two segments don't intersect. (See, eg, bug report from 1-Nov-99 on pghackers.) Fix some other bugs in passing, such as backwards comparison in path_distance().
-
- 29 Jul, 2000 2 commits
-
-
Tom Lane authored
updated to new fmgr style. Deleted hoary old functions for compatibility with pre-6.1 representations of these datatypes.
-
Tom Lane authored
I did not force. I marked numeric as compressable-but-not-move-off-able, partly to test that storage mode and partly because I've got doubts that numerics are large enough to need external storage.
-
- 28 Jul, 2000 5 commits
-
-
Thomas G. Lockhart authored
Note that this has changed some of the edge cases for what is accepted as a type name and/or column id. Regression test passes, but more tweaks may be coming...
-
Tom Lane authored
the planner may try to generate them as a result of transitivity of the existing int2-vs-int4 and int4-vs-int8 operators. In fact, it is now necessary that mergejoinable cross-datatype operators form closed sets. Add an opr_sanity regress test to detect missing operators.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
- 27 Jul, 2000 16 commits
-
-
Tom Lane authored
eval_const_expressions tries to simplify an SQL function.
-
Bruce Momjian authored
-
Bruce Momjian authored
for today's snapshot Andreas
-
Bruce Momjian authored
FreeBSD/Intel and DecUX/Alpha machines. The bug appears in postgresql 6.5.3 and 7.0.2. Can someone please review it and apply it to the source tree? Sometimes when the postgres connection dies it is necessary to attempt to reconnect. Calling the pgconnection::Connect method in a derived class leaks memory because it does not clear the current connection (if there is one). These patches ensures that any open connections are closed before attempting to open a new one. -Michael Richards
-
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
-
Tom Lane authored
of planning. This should reduce memory requirements for large joins.
-
Tom Lane authored
discussion on pghackers a few days ago.
-
Bruce Momjian authored
-
- 26 Jul, 2000 4 commits
-
-
Tom Lane authored
to use with a multiple-key index. Formerly we would only extract clauses that had to do with the first key of the index, which was correct but didn't exploit the index fully.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 25 Jul, 2000 6 commits
-
-
Tom Lane authored
if given a node type it doesn't support. As is, wrong results from a mergejoin would go undetected.
-
Tom Lane authored
nor any OID in the reserved range (1-16383).
-
Tom Lane authored
failure to MAXALIGN the start of shmem allocable space. No reports of trouble here, just compulsive tidiness.
-
Tom Lane authored
-
Tom Lane authored
actually, but who could understand it with no comments? Fix bug while at it: _bt_orderkeys would try to invoke comparisons on NULL inputs, given the right sort of redundant quals.
-
Tom Lane authored
-
- 24 Jul, 2000 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Philip Warner authored
-
Philip Warner authored
- connect as appropriate user in pg_restore with db connection - dump owner of rule in pg_dump
-