postgresql/src/backend/commands
Bruce Momjian 228170410d Please tablespace directories in their own subdirectory so pg_migrator
can upgrade clusters without renaming the tablespace directories.  New
directory structure format is, e.g.:

	$PGDATA/pg_tblspc/20981/PG_8.5_201001061/719849/83292814
2010-01-12 02:42:52 +00:00
..
Makefile Support deferrable uniqueness constraints. 2009-07-29 20:56:21 +00:00
aggregatecmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
alter.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
analyze.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
async.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
cluster.c Silence compiler warning about uninitialized variables. This initialization 2010-01-06 11:25:39 +00:00
comment.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
constraint.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
conversioncmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
copy.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
dbcommands.c During Hot Standby, fix drop database when sessions idle. 2010-01-10 15:44:28 +00:00
define.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
discard.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
explain.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
foreigncmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
functioncmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
indexcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
lockcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
opclasscmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
operatorcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
portalcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
prepare.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
proclang.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
schemacmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
sequence.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tablecmds.c Preserve relfilenodes: 2010-01-06 03:04:03 +00:00
tablespace.c Please tablespace directories in their own subdirectory so pg_migrator 2010-01-12 02:42:52 +00:00
trigger.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsearchcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
typecmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
user.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
vacuum.c Support rewritten-based full vacuum as VACUUM FULL. Traditional 2010-01-06 05:31:14 +00:00
vacuumlazy.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
variable.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
view.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00