postgresql/src
Peter Eisentraut a1f30ecc51 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-23 10:03:36 -04:00
..
backend Fix saving and restoring umask 2017-09-23 10:03:36 -04:00
bin Fix ordering in pg_dump of GRANTs 2017-09-13 20:02:27 -04:00
common
fe_utils
include Fix ordering in pg_dump of GRANTs 2017-09-13 20:02:27 -04:00
interfaces Fixed ECPG to correctly handle out-of-scope cursor declarations with pointers 2017-09-18 23:07:34 +02:00
makefiles Always use -fPIC, not -fpic, when building shared libraries with gcc. 2017-06-01 13:32:56 -04:00
pl Translation updates 2017-08-28 10:17:39 -04:00
port Stamp 9.6.5. 2017-08-28 17:21:42 -04:00
template
test Give a better error for duplicate entries in VACUUM/ANALYZE column list. 2017-09-21 18:13:11 -04:00
timezone Sync our copy of the timezone library with IANA tzcode master. 2017-09-22 00:04:21 -04:00
tools Fix macro-redefinition warning on MSVC. 2017-09-03 11:01:08 -04:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in PL/Perl portability fix: absorb relevant -D switches from Perl. 2017-07-31 12:38:35 -04:00
Makefile.shlib
nls-global.mk
win32.mak