postgresql/src/backend
Peter Eisentraut e684ab5e1e Add additional safety check against invalid backup label file
It was already checking for invalid data after "BACKUP FROM", but
would possibly crash if "BACKUP FROM" was missing altogether.

found by Coverity
2012-03-14 22:41:50 +02:00
..
access Add additional safety check against invalid backup label file 2012-03-14 22:41:50 +02:00
bootstrap Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
catalog Make INSERT/UPDATE queries depend on their specific target columns. 2012-03-11 18:14:23 -04:00
commands Add support for renaming constraints 2012-03-10 20:19:13 +02:00
executor Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written. 2012-02-22 20:33:05 -05:00
foreign Add GetForeignColumnOptions() to foreign.c, and add some documentation. 2012-03-07 18:20:58 -05:00
lib Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
libpq Remove useless cast 2012-02-26 15:31:16 +02:00
main Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodes Revise FDW planning API, again. 2012-03-09 12:49:25 -05:00
optimizer Revise FDW planning API, again. 2012-03-09 12:49:25 -05:00
parser Add support for renaming constraints 2012-03-10 20:19:13 +02:00
po Translation updates 2011-08-17 14:07:46 +03:00
port Fix poll() implementation of WaitLatchOrSocket to notice postmaster death. 2012-01-15 22:08:03 +02:00
postmaster Avoid double close of file handle in syslogger on win32 2012-02-21 17:12:25 +01:00
regex Merge dissect() into cdissect() to remove a pile of near-duplicate code. 2012-02-24 18:40:31 -05:00
replication Minor bug fix and cleanup from self-review of sync rep queues patch. 2012-01-30 14:36:17 +00:00
rewrite Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
snowball Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
storage Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
tcop Add more detail to error message for invalid arguments for server process 2012-03-11 02:03:52 +02:00
tsearch Collect and use element-frequency statistics for arrays. 2012-03-03 20:20:57 -05:00
utils Use correct sizeof operand in qsort call 2012-03-12 20:56:13 +02:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
Makefile Speed up in-memory tuplesorting. 2012-02-15 12:13:32 -05:00
nls.mk Sort file list when creating gettext-files 2011-12-27 20:20:56 +02:00