postgresql/src/backend/utils
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
..
adt Repair problems with to_char() overrunning its input string. 2003-09-03 14:59:41 +00:00
cache Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +00:00
error Work around ENOTEMPTY being an alias for EEXIST on some platforms. 2003-09-03 15:49:42 +00:00
fmgr load_file() has to remove pre-existing shlibs that match the new file 2003-09-07 02:18:01 +00:00
hash Improve dynahash.c's API so that caller can specify the comparison function 2003-08-19 01:13:41 +00:00
init Mop-up for previous change to determine default shared_buffers and 2003-08-26 15:38:25 +00:00
mb Fix GB18030 to UTF-8 mapping table 2003-08-25 01:46:16 +00:00
misc Remove geqo_random_seed parameter. Having geqo reset the global random() 2003-09-07 15:26:54 +00:00
mmgr Change warnings for non-existing or pre-existing cursors to errors. 2003-08-24 21:02:43 +00:00
sort Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +00:00
time Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
Makefile Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00