postgresql/src/backend/access
Tom Lane d961a56899 Avoid unnecessary palloc overhead in _bt_first(). The temporary
scankeys arrays that it needs can never have more than INDEX_MAX_KEYS
entries, so it's reasonable to just allocate them as fixed-size local
arrays, and save the cost of palloc/pfree.  Not a huge savings, but
a cycle saved is a cycle earned ...
2005-06-19 22:41:00 +00:00
..
common Change CREATE TYPE to require datatype output and send functions to have 2005-05-01 18:56:19 +00:00
gist WAL for GiST. It work for online backup and so on, but on 2005-06-14 11:45:14 +00:00
hash Add missing #include -- mea culpa. 2005-06-09 21:01:25 +00:00
heap Change WAL-logging scheme for multixacts to be more like regular 2005-06-08 15:50:28 +00:00
index Change the planner to allow indexscan qualification clauses to use 2005-06-13 23:14:49 +00:00
nbtree Avoid unnecessary palloc overhead in _bt_first(). The temporary 2005-06-19 22:41:00 +00:00
rtree Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
transam Need #include <time.h> on some platforms. 2005-06-19 22:34:56 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00