postgresql/src/backend/access
Tom Lane 8c85a34a3b Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the
former to 100 by default.  Clean up some of the less necessary
dependencies on FUNC_MAX_ARGS; however, the biggie (FunctionCallInfoData)
remains.
2005-03-29 03:01:32 +00:00
..
common Eliminate duplicate hasnulls bit testing in index tuple access, and 2005-03-27 18:38:27 +00:00
gist First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
hash Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
heap Remove dead push/pop rollback code. Vadim once planned to implement 2005-03-28 01:50:34 +00:00
index Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
nbtree Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
rtree Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
transam Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the 2005-03-29 03:01:32 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00