postgresql/src/backend/commands
Tom Lane f5f448fb3e Rename the built-in tablespaces to pg_default and pg_global, and prohibit
creation of user-defined tablespaces with names starting with 'pg_', as
per suggestion of Chris K-L.  Also install admin-guide tablespace
documentation from Gavin.
2004-06-21 04:06:07 +00:00
..
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 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
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 Rename the built-in tablespaces to pg_default and pg_global, and prohibit 2004-06-21 04:06:07 +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