postgres/src/backend/commands
Tom Lane 2467394ee1 Tablespaces. Alternate database locations are dead, long live tablespaces.
There are various things left to do: contrib dbsize and oid2name modules
need work, and so does the documentation.  Also someone should think about
COMMENT ON TABLESPACE and maybe RENAME TABLESPACE.  Also initlocation is
dead, it just doesn't know it yet.

Gavin Sherry and Tom Lane.
2004-06-18 06:14:31 +00:00
..
aggregatecmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
alter.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
analyze.c Tweak palloc/repalloc to allow zero bytes to be requested, as per recent 2004-06-05 19:48:09 +00:00
async.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
cluster.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
comment.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
conversioncmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
copy.c Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
dbcommands.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
define.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
explain.c When using extended-query protocol, postpone planning of unnamed statements 2004-06-11 01:09:22 +00:00
functioncmds.c Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
indexcmds.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
lockcmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
opclasscmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
operatorcmds.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
portalcmds.c When using extended-query protocol, postpone planning of unnamed statements 2004-06-11 01:09:22 +00:00
prepare.c When using extended-query protocol, postpone planning of unnamed statements 2004-06-11 01:09:22 +00:00
proclang.c Implement a solution to the 'Turkish locale downcases I incorrectly' 2004-02-21 00:34:53 +00:00
schemacmds.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
sequence.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
tablecmds.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
tablespace.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
trigger.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
typecmds.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
user.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
vacuum.c vacuum.c refactoring 2004-06-08 13:59:36 +00:00
vacuumlazy.c Tweak palloc/repalloc to allow zero bytes to be requested, as per recent 2004-06-05 19:48:09 +00:00
variable.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
view.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00