postgresql/src/backend/commands
Tom Lane 04f4e10cfc Use symbolic names not octal constants for file permission flags.
Purely cosmetic patch to make our coding standards more consistent ---
we were doing symbolic some places and octal other places.  This patch
fixes all C-coded uses of mkdir, chmod, and umask.  There might be some
other calls I missed.  Inconsistency noted while researching tablespace
directory permissions issue.
2010-12-10 17:35:33 -05:00
..
Makefile Add a SECURITY LABEL command. 2010-09-27 20:55:27 -04:00
aggregatecmds.c Refactor typenameTypeId() 2010-10-25 21:44:49 +03:00
alter.c Add more ALTER <object> .. SET SCHEMA commands. 2010-11-26 17:31:54 -05:00
analyze.c Repair memory leakage while ANALYZE-ing complex index expressions. 2010-11-09 11:55:13 -05:00
async.c ProcessIncomingNotify *must* reset notifyInterruptOccurred when called. 2010-09-23 17:16:51 -04:00
cluster.c Create core infrastructure for KNNGIST. 2010-12-02 20:51:37 -05:00
comment.c Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
constraint.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
conversioncmds.c Add more ALTER <object> .. SET SCHEMA commands. 2010-11-26 17:31:54 -05:00
copy.c Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
dbcommands.c Object access hook framework, with post-creation hook. 2010-11-25 11:50:13 -05:00
define.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
discard.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
explain.c Put only single space after "Sort Method:", for consistency 2010-12-06 13:35:47 +02:00
foreigncmds.c Object access hook framework, with post-creation hook. 2010-11-25 11:50:13 -05:00
functioncmds.c Object access hook framework, with post-creation hook. 2010-11-25 11:50:13 -05:00
indexcmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
lockcmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
opclasscmds.c Add more ALTER <object> .. SET SCHEMA commands. 2010-11-26 17:31:54 -05:00
operatorcmds.c Add more ALTER <object> .. SET SCHEMA commands. 2010-11-26 17:31:54 -05:00
portalcmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
prepare.c Refactor typenameTypeId() 2010-10-25 21:44:49 +03:00
proclang.c Object access hook framework, with post-creation hook. 2010-11-25 11:50:13 -05:00
schemacmds.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
seclabel.c Fix dumb typo in SECURITY LABEL error message. 2010-10-26 14:55:18 -04:00
sequence.c Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally. 2010-11-17 16:42:18 -05:00
tablecmds.c Object access hook framework, with post-creation hook. 2010-11-25 11:50:13 -05:00
tablespace.c Use symbolic names not octal constants for file permission flags. 2010-12-10 17:35:33 -05:00
trigger.c Object access hook framework, with post-creation hook. 2010-11-25 11:50:13 -05:00
tsearchcmds.c Add more ALTER <object> .. SET SCHEMA commands. 2010-11-26 17:31:54 -05:00
typecmds.c Centralize some ALTER <whatever> .. SET SCHEMA checks. 2010-11-22 19:53:34 -05:00
user.c Object access hook framework, with post-creation hook. 2010-11-25 11:50:13 -05:00
vacuum.c Remove unused parameter. Patch by Shigeru Hanada. 2010-11-18 10:05:17 +02:00
vacuumlazy.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
variable.c Prevent show_session_authorization from crashing when session_authorization 2010-09-23 16:53:16 -04:00
view.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00