postgresql/src/backend/utils
Magnus Hagander 16d8e594ac Remove spclocation field from pg_tablespace
Instead, add a function pg_tablespace_location(oid) used to return
the same information, and do this by reading the symbolic link.

Doing it this way makes it possible to relocate a tablespace when the
database is down by simply changing the symbolic link.
2011-12-07 10:37:33 +01:00
..
adt Remove spclocation field from pg_tablespace 2011-12-07 10:37:33 +01:00
cache Create a "sort support" interface API for faster sorting. 2011-12-07 00:19:39 -05:00
error Tweak previous patch to ensure edata->filename always gets initialized. 2011-11-30 00:37:06 -05:00
fmgr Further code review for range types patch. 2011-11-20 23:50:27 -05:00
hash Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
init Improve logging of autovacuum I/O activity 2011-11-25 16:34:32 -03:00
mb Further improvement of make_greater_string. 2011-10-30 12:22:11 -04:00
misc Revert removal of trace_userlocks, because userlocks aren't gone. 2011-11-10 17:54:27 -05:00
mmgr Redesign the plancache mechanism for more flexibility and efficiency. 2011-09-16 00:43:52 -04:00
resowner Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
sort Create a "sort support" interface API for faster sorting. 2011-12-07 00:19:39 -05:00
time Move "hot" members of PGPROC into a separate PGXACT array. 2011-11-25 08:02:10 -05:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info. 2011-07-18 14:47:18 -04:00
Gen_dummy_probes.sed Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Gen_fmgrtab.pl Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
generate-errcodes.pl Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00