postgresql/src/backend/access
Tom Lane eb5949d190 Arrange for the postmaster (and standalone backends, initdb, etc) to
chdir into PGDATA and subsequently use relative paths instead of absolute
paths to access all files under PGDATA.  This seems to give a small
performance improvement, and it should make the system more robust
against naive DBAs doing things like moving a database directory that
has a live postmaster in it.  Per recent discussion.
2005-07-04 04:51:52 +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 missing #include -- mea culpa. 2005-06-09 21:01:25 +00:00
heap Avoid WAL-logging individual tuple insertions during CREATE TABLE AS 2005-06-20 18:37:02 +00:00
index Concurrency for GiST 2005-06-27 12:45:23 +00:00
nbtree Avoid unnecessary palloc overhead in _bt_first(). The temporary 2005-06-19 22:41:00 +00:00
rtree Extend r-tree operator classes to handle Y-direction tests equivalent 2005-06-24 20:53:34 +00:00
transam Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00