postgresql/src
Tom Lane f655a9fd26 Fix typo in pg_srand48 (srand48 in older branches).
">" should be ">>".  This typo results in failure to use all of the bits
of the provided seed.

This might rise to the level of a security bug if we were relying on
srand48 for any security-critical purposes, but we are not --- in fact,
it's not used at all unless the platform lacks srandom(), which is
improbable.  Even on such a platform the exposure seems minimal.

Reported privately by Andres Freund.
2011-09-03 16:18:01 -04:00
..
backend Fix performance problem when building a lossy tidbitmap. 2011-08-20 14:51:52 -04:00
bin Fix pg_restore's direct-to-database mode for standard_conforming_strings. 2011-07-28 14:07:28 -04:00
include Fix race condition in relcache init file invalidation. 2011-08-16 13:12:29 -04:00
interfaces Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server. 2011-08-27 16:37:22 -04:00
makefiles Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:39:47 -04:00
pl Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:39:47 -04:00
port Fix typo in pg_srand48 (srand48 in older branches). 2011-09-03 16:18:01 -04:00
template Make --with-ldap build on Unixware, per Olivier Prenant. 2006-12-14 21:50:07 +00:00
test Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:39:47 -04:00
timezone Update time zone data files to tzdata release 2011f. 2011-04-13 18:05:23 -04:00
tools Allow older branches to be built with Visual Studio 2008. This is a backport of commit df0cdd53 to the 8.2, 8.3 and 8.4 branches. 2011-01-04 16:07:05 -05:00
tutorial Fix some misuses of strncat(). 2006-09-27 16:19:42 +00:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:14 +02:00
bcc32.mak Fix bcc32.mak to create and remove pg_config_os.h properly. Apparently 2006-10-06 18:53:53 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 2006-06-22 23:50:35 +00:00
Makefile.global.in Back-patch creation of tar.bz2 tarball during "make dist". 2011-07-03 16:40:37 -04:00
Makefile.shlib Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:39:47 -04:00
nls-global.mk When merging PO files, take into consideration translations in other PO 2006-04-05 13:40:15 +00:00
win32.mak Fix win32.mak for config cleanup. 2006-08-08 22:44:05 +00:00