postgresql/src/backend/commands
Tom Lane dc19aaa12f Give a more user-friendly error message in case where a table is created
in a schema whose default tablespace has been dropped.
2004-10-16 21:16:36 +00:00
..
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
aggregatecmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
alter.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
analyze.c Adjust index locking rules as per my proposal of earlier today. You 2004-09-30 23:21:26 +00:00
async.c Renumber SnapshotNow and the other special snapshot codes so that 2004-09-11 18:28:34 +00:00
cluster.c Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
comment.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
conversioncmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
copy.c Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
dbcommands.c Dept. of second thoughts: it'd be a good idea to flush buffers 2004-08-30 03:50:24 +00:00
define.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
explain.c Remove unnecessary use of index_open just to get the index name. 2004-09-30 17:42:42 +00:00
functioncmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
indexcmds.c Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
lockcmds.c Update copyright to 2004. 2004-08-29 04:13:13 +00:00
opclasscmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
operatorcmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
portalcmds.c Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
prepare.c Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
proclang.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
schemacmds.c Remove obsolete comment. 2004-09-02 00:22:16 +00:00
sequence.c Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
tablecmds.c Give a more user-friendly error message in case where a table is created 2004-10-16 21:16:36 +00:00
tablespace.c Another pgindent run with lib typedefs added. 2004-08-30 02:54:42 +00:00
trigger.c Fire non-deferred AFTER triggers immediately upon query completion, 2004-09-10 18:40:09 +00:00
typecmds.c Adjust comments previously moved to column 1 by pgident. 2004-10-07 15:21:58 +00:00
user.c Code cleanup: don't bother casting the argument to pfree() to void * 2004-09-27 04:01:23 +00:00
vacuum.c Repair possible failure to update hint bits back to disk, per 2004-10-15 22:40:29 +00:00
vacuumlazy.c Repair possible failure to update hint bits back to disk, per 2004-10-15 22:40:29 +00:00
variable.c GUC assign hooks that look at external state in deciding whether a 2004-09-24 19:43:03 +00:00
view.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00