postgresql/src/backend/commands
Peter Eisentraut aa6b7b72d9 Fix saving and restoring umask
In two cases, we set a different umask for some piece of code and
restore it afterwards.  But if the contained code errors out, the umask
is not restored.  So add TRY/CATCH blocks to fix that.
2017-09-22 17:10:36 -04:00
..
aggregatecmds.c
alter.c
amcmds.c
analyze.c Give a better error for duplicate entries in VACUUM/ANALYZE column list. 2017-09-21 18:13:11 -04:00
async.c
cluster.c
collationcmds.c
comment.c
constraint.c
conversioncmds.c
copy.c Fix saving and restoring umask 2017-09-22 17:10:36 -04:00
createas.c
dbcommands.c
define.c
discard.c
dropcmds.c
event_trigger.c
explain.c Make ExplainOpenGroup and ExplainCloseGroup public. 2017-09-18 16:01:16 -04:00
extension.c
foreigncmds.c
functioncmds.c
indexcmds.c
lockcmds.c
Makefile
matview.c
opclasscmds.c
operatorcmds.c
policy.c
portalcmds.c Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
prepare.c
proclang.c
publicationcmds.c Message style fixes 2017-09-11 11:21:27 -04:00
schemacmds.c
seclabel.c Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
sequence.c For wal_consistency_checking, mask page checksum as well as page LSN. 2017-09-22 14:28:22 -04:00
statscmds.c Message style fixes 2017-09-11 11:21:27 -04:00
subscriptioncmds.c Fix DROP SUBSCRIPTION hang 2017-09-17 22:00:23 -04:00
tablecmds.c Fix inconsistent capitalization. 2017-09-14 11:11:12 -04:00
tablespace.c
trigger.c Fix possible dangling pointer dereference in trigger.c. 2017-09-17 14:50:01 -04:00
tsearchcmds.c
typecmds.c
user.c
vacuum.c
vacuumlazy.c
variable.c
view.c