postgresql/src
Tom Lane 48beecda7c Remove geqo_random_seed parameter. Having geqo reset the global random()
sequence every time it's called is bogus --- it interferes with user
control over the seed, and actually decreases randomness overall
(because a seed based on time(NULL) is pretty predictable).  If you really
want a reproducible result from geqo, do 'set seed = 0' before planning
a query.
2003-09-07 15:26:54 +00:00
..
backend Remove geqo_random_seed parameter. Having geqo reset the global random() 2003-09-07 15:26:54 +00:00
bin Remove geqo_random_seed parameter. Having geqo reset the global random() 2003-09-07 15:26:54 +00:00
corba
include Remove geqo_random_seed parameter. Having geqo reset the global random() 2003-09-07 15:26:54 +00:00
interfaces Changes for MinGW/WIN32: 2003-09-07 03:43:57 +00:00
makefiles
pl Looks like plperl has same bug as pltcl. 2003-09-04 15:16:39 +00:00
port ifdef out pqGetpwuid() because Win32 doesn't have struct passwd. 2003-09-05 17:43:40 +00:00
template Tighten casting of function call pointers for threads. 2003-09-03 22:34:08 +00:00
test
tools Tighten casting of function call pointers for threads. 2003-09-03 22:34:08 +00:00
tutorial
utils
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Make the default pg_hba.conf include an entry for ::1 only if configure 2003-09-07 03:36:03 +00:00
Makefile.shlib
nls-global.mk
win32.mak