Bruce Momjian
a553760845
Optimizer cleanup.
1999-02-06 17:29:30 +00:00
Jan Wieck
ead64f317b
New alloc set code using a memory block pool for small allocations.
...
Jan
1999-02-06 16:50:34 +00:00
Bruce Momjian
7d2b3874aa
optimizer cleanup
1999-02-05 20:34:11 +00:00
Bruce Momjian
6e2edaf4b8
Optimizer cleanup.
1999-02-05 19:59:31 +00:00
Bruce Momjian
d5db88142c
Fix for returning stack pointer from selectivity, from Bernard Frankpitt.
1999-02-05 17:47:29 +00:00
Tom Lane
d3a85108c2
Fix silly typo in prune_joinrel
1999-02-05 03:43:05 +00:00
Bruce Momjian
c45e4925ab
Optimizer cleanups.
1999-02-04 23:19:53 +00:00
Bruce Momjian
ae12e25263
Update optimizer comments.
1999-02-04 19:20:12 +00:00
Bruce Momjian
19cc38b28d
Large object write-into-middle fix from Tatsuo Ishii.
1999-02-04 14:52:00 +00:00
Bruce Momjian
ce3afccf7f
More optimizer cleanups.
1999-02-04 03:19:11 +00:00
Bruce Momjian
18fbe4142f
More optimizer renaming HInfo -> HashInfo.
1999-02-04 01:47:02 +00:00
Bruce Momjian
9322950aa4
Cleanup of source files where 'return' or 'var =' is alone on a line.
1999-02-03 21:18:02 +00:00
Bruce Momjian
8d9237d485
Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.
1999-02-03 20:15:53 +00:00
Jan Wieck
f3a6b38e32
Sort node for ORDER BY is suppressed if choosen index scan will
...
allways present tuples in the requested order.
Jan
1999-02-03 19:31:24 +00:00
Tom Lane
724119a979
Modify int8 to not depend on sscanf(), and fix configure's test
...
for int8 support. configure now checks only snprintf() for int8 support,
not sprintf and sscanf as it used to. The reason for doing this is that
if we are supplying our own snprintf code (which does handle long long int),
we now only need working long long support in the compiler not in the
platform's C library. I have verified that int8 now passes regression test
on HPUX 9, and I think it should work on SunOS 4.1.* and other older
platforms if gcc is used.
1999-02-03 00:18:53 +00:00
Bruce Momjian
4090d17fee
SET_ARGS cleanup
1999-02-02 23:53:26 +00:00
Bruce Momjian
f1b7823471
Make GEQO use dependent on table and index count.
1999-02-02 20:30:18 +00:00
Bruce Momjian
eb3415538e
OK I found it,
...
I search in the planner for the '\xFF' appending.
Finally I found in MakeIndexable() in gram.y
Attach a patch which removes the "<=" test in USE_LOCALE,
might make some queries a bit slower for us "locale-heads",
BUT correct result is more important.
regards,
--
-----------------
Göran Thyni
1999-02-02 19:20:54 +00:00
Bruce Momjian
a7ad43cd18
Included patches make some enhancements to the multi-byte support.
...
o allow to use Big5 (a Chinese encoding used in Taiwan) as a client
encoding. In this case the server side encoding should be EUC_TW
o add EUC_TW and Big5 test cases to the regression and the mb test
(contributed by Jonah Kuo)
o fix mistake in include/mb/pg_wchar.h. An encoding id for EUC_TW was
not correct (was 3 and now is 4)
o update documents (doc/README.mb and README.mb.jp)
o update psql helpfile (bin/psql/psqlHelp.h)
--
Tatsuo Ishii
t-ishii@sra.co.jp
1999-02-02 18:51:40 +00:00
Bruce Momjian
8e958b8a38
Fix create_rule is->as.
1999-02-02 17:46:17 +00:00
Jan Wieck
7ab88a16a1
Fixed failed assertion happening in multiple action rules
...
when parsestate in makeRangeTable() already contains an
opened p_target_relation.
Jan
1999-02-02 12:57:51 +00:00
Bruce Momjian
4390b0bfbe
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
1999-02-02 03:45:56 +00:00
Jan Wieck
7fc75517df
Fixed growing of backend due to not pfree()'d data on COPY FROM
...
Fixed growing of backend if BEFORE DELETE trigger returns heap tuple
different from trigtuple.
Jan
1999-02-01 20:25:55 +00:00
Vadim B. Mikheev
072be47202
Initialize es_snapshot.
1999-02-01 13:33:27 +00:00
Tom Lane
757f403451
Tighten coding in samekeys(). Pretty braindead change,
...
but it saves almost 10% of the runtime in Charles Hornberger's optimizer
example, so what the heck ...
1999-02-01 04:20:50 +00:00
Tom Lane
36c1895533
Fix postmaster to not try to start more than MaxBackendId children,
...
per patch from Tatsuo Ishii
1999-01-30 20:04:37 +00:00
Vadim B. Mikheev
bfa6d510b3
Small fix for READ COMMITTED isolevel.
1999-01-29 13:24:36 +00:00
Vadim B. Mikheev
aaef7beb79
Hope that execMain.c good merged.
...
Fix for BEFORE ROW UPDATE triggers: result tuple may be different
(due to concurrent update) from one initially produced by top level plan.
1999-01-29 11:56:01 +00:00
Vadim B. Mikheev
1d41e88568
Trying to fix bad merging...
1999-01-29 10:15:09 +00:00
Vadim B. Mikheev
e3a1ab764e
READ COMMITTED isolevel is implemented and is default now.
1999-01-29 09:23:17 +00:00
Tom Lane
b946244c1c
Quick fix for subplan-related crash.
1999-01-27 16:48:20 +00:00
Jan Wieck
28d8b42ca5
Speedup of PL/pgSQL by calling ExecEvalExpr() directly
...
instead of SPI_execp() for simple expressions.
Jan
1999-01-27 16:15:22 +00:00
Bruce Momjian
d611ccb874
fix for aggregates
1999-01-27 16:15:01 +00:00
Marc G. Fournier
2ae5d51668
From: Tatsuo Ishii <t-ishii@sra.co.jp>
...
Included patches fix a portability problem of unsetenv() used in
6.4.2 multi-byte support. unsetenv() is only avaliable on FreeBSD and
Linux so I decided to replace with putenv().
1999-01-27 01:18:23 +00:00
Tom Lane
e27f8791f9
Turns out it's easy to cache the fmgr function lookup
...
result, too ... another little bit of speed for SELECT.
1999-01-27 01:11:43 +00:00
Tom Lane
422221c90d
Another SELECT speedup: extract OIDs of column print functions
...
only once per SELECT, not once per tuple. 10% here, 10% there,
pretty soon you're talking about real speedups ...
1999-01-27 00:36:28 +00:00
Bruce Momjian
36693c0525
More agg cleanup.
1999-01-26 23:32:04 +00:00
Marc G. Fournier
38a5bda208
primary key support cleanups from D'Arcy...
1999-01-26 14:38:52 +00:00
Bruce Momjian
692a65e6ff
pgindent file.
1999-01-26 05:57:14 +00:00
Bruce Momjian
1401f63dd1
Agg/Aggreg cleanup and datetime.sql patch.
1999-01-25 18:02:28 +00:00
Vadim B. Mikheev
247b3f9054
SELECT FOR UPDATE is implemented...
1999-01-25 12:01:19 +00:00
Tom Lane
443e24beb7
Tighten coding of fmgr_isbuiltin() ... managed to speed it up
...
by about 10% which seems to be good for half a percent or so of a SELECT.
1999-01-25 00:44:53 +00:00
Tom Lane
49b6be244c
Tighten coding of inner loops in nocachegetattr ...
...
seems to have improved speed of routine by 5% or so ...
1999-01-24 22:53:25 +00:00
Tom Lane
18577547d4
Use heap_attisnull, rather than heap_getattr, for a small
...
but useful speedup.
1999-01-24 22:50:58 +00:00
Tom Lane
d03e98737c
Replace typtoout() and gettypelem() with a single routine,
...
so that fetching an attribute value needs only one SearchSysCacheTuple call
instead of two redundant searches. This speeds up a large SELECT by about
ten percent, and probably will help GROUP BY and SELECT DISTINCT too.
1999-01-24 05:40:49 +00:00
Tom Lane
77f5428244
Fix a couple little problems with signed vs. unsigned
...
characters ...
1999-01-24 02:47:15 +00:00
Bruce Momjian
17467bb7fb
Rename Aggreg to Aggref.
1999-01-24 00:28:37 +00:00
Tom Lane
157349e3af
Improper addition of NaN/Infinity recognition to float8in()
...
was causing it not to detect out-of-range float values, as evidenced by
failure of float8 regression test. I corrected that logic and also
modified expected float8 results to account for new error message
generated for out-of-range inputs.
1999-01-24 00:12:59 +00:00
Bruce Momjian
598a4e15dd
Remove unused Choose node.
1999-01-23 23:28:09 +00:00
Tom Lane
e6725d1574
Add explicit buffering in backend libpq, to compensate for
...
buffering lost by not going through stdio anymore for client I/O.
1999-01-23 22:27:29 +00:00