postgresql/src/backend/commands
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
..
aggregatecmds.c Further consolidation of DROP statement handling. 2011-11-17 21:32:34 -05:00
alter.c Improve table locking behavior in the face of current DDL. 2011-11-30 10:27:00 -05:00
analyze.c Create a "sort support" interface API for faster sorting. 2011-12-07 00:19:39 -05:00
async.c
cluster.c
collationcmds.c
comment.c
constraint.c
conversioncmds.c
copy.c Fix compiler warning. 2011-11-09 11:14:50 -05:00
dbcommands.c
define.c Remove ancient downcasing code from procedural language operations. 2011-11-17 14:25:18 -05:00
discard.c
dropcmds.c Further consolidation of DROP statement handling. 2011-11-17 21:32:34 -05:00
explain.c
extension.c Disallow deletion of CurrentExtensionObject while running extension script. 2011-11-28 19:12:17 -05:00
foreigncmds.c Further consolidation of DROP statement handling. 2011-11-17 21:32:34 -05:00
functioncmds.c Further consolidation of DROP statement handling. 2011-11-17 21:32:34 -05:00
indexcmds.c Improve table locking behavior in the face of current DDL. 2011-11-30 10:27:00 -05:00
lockcmds.c Improve table locking behavior in the face of current DDL. 2011-11-30 10:27:00 -05:00
Makefile
opclasscmds.c Create a "sort support" interface API for faster sorting. 2011-12-07 00:19:39 -05:00
operatorcmds.c Further consolidation of DROP statement handling. 2011-11-17 21:32:34 -05:00
portalcmds.c
prepare.c
proclang.c Further consolidation of DROP statement handling. 2011-11-17 21:32:34 -05:00
schemacmds.c
seclabel.c
sequence.c Improve table locking behavior in the face of current DDL. 2011-11-30 10:27:00 -05:00
tablecmds.c Typo fixes for commit 2ad36c4e44. 2011-12-06 15:50:02 -05:00
tablespace.c Remove spclocation field from pg_tablespace 2011-12-07 10:37:33 +01:00
trigger.c Improve table locking behavior in the face of current DDL. 2011-11-30 10:27:00 -05:00
tsearchcmds.c
typecmds.c Creator of a range type must have permission to call support functions. 2011-11-23 12:45:49 -05:00
user.c
vacuum.c Improve table locking behavior in the face of current DDL. 2011-11-30 10:27:00 -05:00
vacuumlazy.c Improve logging of autovacuum I/O activity 2011-11-25 16:34:32 -03:00
variable.c
view.c