postgresql/src/backend/commands
Tom Lane d61de58906 Arrange for the default permissions on a database to allow temp table
creation to world, but disallow temp table creation in template1.  Per
latest round of pghackers discussion.
I did not force initdb, but the permissions lockdown on template1 will
not take effect unless you do one (or manually REVOKE TEMP ON DATABASE template1 FROM public).
2002-09-03 22:17:35 +00:00
..
aggregatecmds.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
analyze.c Increase WIDTH_THRESHOLD from 256 to 1K. This addresses recent observation 2002-08-26 18:45:57 +00:00
async.c Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
cluster.c Code review and documentation updates for indisclustered patch. 2002-09-03 01:04:41 +00:00
comment.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
conversioncmds.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
copy.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
dbcommands.c Arrange for the default permissions on a database to allow temp table 2002-09-03 22:17:35 +00:00
define.c Allow schema-qualified operator names to be used in the optional 2002-08-10 19:01:53 +00:00
explain.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
functioncmds.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
indexcmds.c AUTOCOMMIT mode is now an available backend GUC variable; setting it 2002-08-30 22:18:07 +00:00
lockcmds.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
opclasscmds.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
operatorcmds.c Remove unused system table columns: 2002-07-24 19:11:14 +00:00
portalcmds.c Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
prepare.c PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
proclang.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
schemacmds.c Implement DROP SCHEMA. It lacks support for dropping conversions and 2002-07-18 16:47:26 +00:00
sequence.c Workaround for format strings that are concatenated from macros 2002-09-03 18:50:54 +00:00
tablecmds.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
trigger.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
typecmds.c Code review for standalone composite types, query-specified composite 2002-08-29 00:17:06 +00:00
user.c Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
vacuum.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
vacuumlazy.c Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
variable.c I have committed many support files for CREATE CONVERSION. Default 2002-07-18 02:02:30 +00:00
view.c Department of second thoughts: make checks for replacing a view slightly 2002-09-02 20:04:40 +00:00