postgresql/src/backend/tcop
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
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
dest.c Revise TupleTableSlot code to avoid unnecessary construction and disassembly 2005-03-16 21:38:10 +00:00
fastpath.c Change CREATE TYPE to require datatype output and send functions to have 2005-05-01 18:56:19 +00:00
postgres.c Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
pquery.c Fix the mechanism for reporting the original table OID and column number 2005-06-22 17:45:46 +00:00
utility.c Improve the checkpoint signaling mechanism so that the bgwriter can tell 2005-06-30 00:00:52 +00:00