postgresql/src
Stephen Frost cfa1b4a711 Minor pg_dump improvements
Improve pg_dump by checking results on various fgetc() calls which
previously were unchecked, ditto for ftello.  Also clean up a couple
of very minor memory leaks by waiting to allocate structures until
after the initial check(s).

Issues spotted by Coverity.
2014-02-08 21:25:47 -05:00
..
backend Mark some more variables as static or include the appropriate header 2014-02-08 21:21:46 -05:00
bin Minor pg_dump improvements 2014-02-08 21:25:47 -05:00
common Fix unsafe references to errno within error messaging logic. 2014-01-29 20:04:43 -05:00
include Mark some more variables as static or include the appropriate header 2014-02-08 21:21:46 -05:00
interfaces Mark some more variables as static or include the appropriate header 2014-02-08 21:21:46 -05:00
makefiles Don't use deprecated dllwrap on Cygwin. 2014-02-01 16:08:33 -05:00
pl PL/Perl: Fix compiler warning 2014-02-04 20:08:39 -05:00
port Allow use of "z" flag in our printf calls, and use it where appropriate. 2014-01-23 17:18:33 -05:00
template
test In RelationClearRelation, postpone cache reload if !IsTransactionState(). 2014-02-06 19:38:06 -05:00
timezone
tools Introduce replication slots. 2014-01-31 22:45:36 -05:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib fix whitespace 2014-02-01 16:30:26 -05:00
nls-global.mk
win32.mak