postgresql/src/backend
Tom Lane 8cb624262a Replace inefficient _bt_invokestrat calls with direct calls to the
appropriate btree three-way comparison routine.  Not clear why the
three-way comparison routines were being used in some paths and not
others in btree --- incomplete changes by someone long ago, maybe?
Anyway, this makes for a nice speedup in CREATE INDEX.
2000-02-18 06:32:39 +00:00
..
access Replace inefficient _bt_invokestrat calls with direct calls to the 2000-02-18 06:32:39 +00:00
bootstrap Add: 2000-01-26 05:58:53 +00:00
catalog Carry column aliases from the parser frontend. Enables queries like 2000-02-15 03:38:29 +00:00
commands New cost model for planning, incorporating a penalty for random page 2000-02-15 20:49:31 +00:00
executor Carry column aliases from the parser frontend. Enables queries like 2000-02-15 03:38:29 +00:00
lib Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
libpq Add: 2000-01-26 05:58:53 +00:00
main Add: 2000-01-26 05:58:53 +00:00
nodes New cost model for planning, incorporating a penalty for random page 2000-02-15 20:49:31 +00:00
optimizer Finish repairing 6.5's problems with r-tree indexes: create appropriate 2000-02-17 03:40:02 +00:00
parser Implement "date/time grand unification". 2000-02-16 17:26:26 +00:00
port Add: 2000-01-26 05:58:53 +00:00
postmaster Add: 2000-01-26 05:58:53 +00:00
regex Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
rewrite Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now 2000-01-27 18:11:50 +00:00
storage Fix assert bug(was my fault) 2000-02-17 05:00:38 +00:00
tcop A few minor psql enhancements 2000-01-29 16:58:54 +00:00
tioga Add: 2000-01-26 05:58:53 +00:00
utils Replace inefficient _bt_invokestrat calls with direct calls to the 2000-02-18 06:32:39 +00:00
Makefile I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00