postgresql/src/include
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
..
access Reimplement hash index locking algorithms, per my recent proposal to 2003-09-04 22:06:27 +00:00
bootstrap Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
catalog Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +00:00
commands Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
executor Improve dynahash.c's API so that caller can specify the comparison function 2003-08-19 01:13:41 +00:00
lib Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
libpq Second try at IPv4-to-v6 mapping code; avoid assuming that the struct 2003-09-05 23:07:21 +00:00
mb pgindent run. 2003-08-04 00:43:34 +00:00
nodes Tweak grammar to use FastAppend rather than lappend when constructing 2003-08-22 20:34:33 +00:00
optimizer Remove geqo_random_seed parameter. Having geqo reset the global random() 2003-09-07 15:26:54 +00:00
parser Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +00:00
port pgindent run. 2003-08-04 00:43:34 +00:00
regex Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
rewrite Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
storage Reimplement hash index locking algorithms, per my recent proposal to 2003-09-04 22:06:27 +00:00
tcop Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
utils Rename DoIt to changeVar, for clarity. 2003-09-01 04:15:51 +00:00
c.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
fmgr.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
funcapi.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
getaddrinfo.h Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST. 2003-08-14 18:32:55 +00:00
getopt_long.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
Makefile
miscadmin.h Mop-up for previous change to determine default shared_buffers and 2003-08-26 15:38:25 +00:00
pg_config_manual.h pgindent run. 2003-08-04 00:43:34 +00:00
pg_config.h.in Changes for MinGW/WIN32: 2003-09-07 03:43:57 +00:00
pg_config.h.win32 Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
pgstat.h pgindent run. 2003-08-04 00:43:34 +00:00
port.h ifdef out pqGetpwuid() because Win32 doesn't have struct passwd. 2003-09-05 17:43:40 +00:00
postgres_ext.h Share PG_DIAG_* macros between client and server and use them internally. 2003-08-27 00:33:34 +00:00
postgres_fe.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
postgres.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
rusagestub.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
strdup.h