postgresql/src
Neil Conway 5ba26d48fc Correct some code in pg_restore when reading the header of a tar archive:
(1) The code doesn't initialize `sum', so the initial "does the checksum
    match?" test is wrong.

(2) The loop that is intended to check for a "null block" just checks
    the first byte of the tar block 512 times, rather than each of the
    512 bytes one time (!), which I'm guessing was the intent.

It was only through sheer luck that this worked in the first place.

Per Coverity static analysis performed by EnterpriseDB.
2005-06-22 02:02:09 +00:00
..
backend Fix a potential backend crash during authentication when parsing a 2005-06-21 01:23:25 +00:00
bin Correct some code in pg_restore when reading the header of a tar archive: 2005-06-22 02:02:09 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include When using C-string lookup keys in a dynahash.c hash table, use strncpy() 2005-06-18 20:51:44 +00:00
interfaces Added patch by Gavin Scott <gavin@planetacetech.com> for Intel 64bit hardware. 2005-06-02 12:49:26 +00:00
makefiles Revert -Wl, change to Makefile.osf, as the allegedly more standard 2005-01-06 20:56:50 +00:00
pl exec_eval_datum leaks memory when dealing with ROW or REC values. 2005-06-20 22:51:49 +00:00
port Stamp release 8.0.3. 2005-05-05 20:07:36 +00:00
template Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.net 2004-12-29 23:47:40 +00:00
test Adjust datetime parsing to be more robust. We now pass the length of the 2005-05-26 02:10:03 +00:00
timezone Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tools Update release checklist to reflect that HISTORY and INSTALL don't 2005-05-08 23:34:23 +00:00
tutorial Adjust src/tutorial Makefile so that it can use pgxs. This allows the 2005-01-13 18:23:22 +00:00
utils PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:13:16 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Adjust src/tutorial Makefile so that it can use pgxs. This allows the 2005-01-13 18:23:22 +00:00
Makefile.global.in Have libpgport link before libpq so that PG client applications are more 2005-03-25 18:18:41 +00:00
Makefile.shlib Fix up makefile dependencies for pg_config_paths.h. 2004-11-20 21:13:06 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00