postgresql/src/bin
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
..
initdb Make the default pg_hba.conf include an entry for ::1 only if configure 2003-09-07 03:36:03 +00:00
initlocation Apply message style guide to frontend programs. 2003-07-23 08:47:41 +00:00
ipcclean Apply message style guide to frontend programs. 2003-07-23 08:47:41 +00:00
pg_config Apply message style guide to frontend programs. 2003-07-23 08:47:41 +00:00
pg_controldata Translation updates 2003-08-24 21:18:53 +00:00
pg_ctl Add missing quotes. 2003-08-14 18:56:41 +00:00
pg_dump pg_dump and pg_restore -r had managed to diverge on the ordering of 2003-08-28 20:21:34 +00:00
pg_encoding Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
pg_id Changes for MinGW/WIN32: 2003-09-07 03:43:57 +00:00
pg_resetxlog Changes for MinGW/WIN32: 2003-09-07 03:43:57 +00:00
pgtclsh Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
psql Remove geqo_random_seed parameter. Having geqo reset the global random() 2003-09-07 15:26:54 +00:00
scripts Changes for MinGW/WIN32: 2003-09-07 03:43:57 +00:00
Makefile Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00