postgresql/src/backend/access
Tom Lane 037709e0b3 Reduce default value of max_prepared_transactions from 50 to 5. This
saves nearly 700kB in the default shared memory segment size, which seems
worthwhile, and it is a feature that many users won't use anyway.  Per
Heikki's argument, there is no point in a compromise value --- those who
are using 2PC at all will probably want it at least equal to max_connections.
But we can't set it to zero by default without breaking the prepared_xacts
regression test.
2005-08-29 21:38:18 +00:00
..
common Fix rtree and contrib/rtree_gist search behavior for the 1-D box and 2005-06-24 00:18:52 +00:00
gist Migrate rtree_gist functionality into the core system, and add some 2005-07-01 19:19:05 +00:00
hash Add hints to cases where indexes fail because of values that are too long. 2005-08-10 21:36:46 +00:00
heap Repair problems with VACUUM destroying t_ctid chains too soon, and with 2005-08-20 00:40:32 +00:00
index Concurrency for GiST 2005-06-27 12:45:23 +00:00
nbtree Change a couple of "can't happen" error messages to be a shade more 2005-08-12 14:34:14 +00:00
rtree Add hints to cases where indexes fail because of values that are too long. 2005-08-10 21:36:46 +00:00
transam Reduce default value of max_prepared_transactions from 50 to 5. This 2005-08-29 21:38:18 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00