postgresql/src/backend/access
Tom Lane 27c3e3de09 Remove redundant gettimeofday() calls to the extent practical without
changing semantics too much.  statement_timestamp is now set immediately
upon receipt of a client command message, and the various places that used
to do their own gettimeofday() calls to mark command startup are referenced
to that instead.  I have also made stats_command_string use that same
value for pg_stat_activity.query_start for both the command itself and
its eventual replacement by <IDLE> or <idle in transaction>.  There was
some debate about that, but no argument that seemed convincing enough to
justify an extra gettimeofday() call.
2006-06-20 22:52:00 +00:00
..
common Fix problems with cached tuple descriptors disappearing while still in use 2006-06-16 18:42:24 +00:00
gin Correct cheking in findParents(). i 2006-05-29 08:39:44 +00:00
gist Som improve page split in multicolumn GiST index. 2006-05-29 12:50:06 +00:00
hash Clean up code associated with updating pg_class statistics columns 2006-05-10 23:18:39 +00:00
heap Fix problems with cached tuple descriptors disappearing while still in use 2006-06-16 18:42:24 +00:00
index Rewrite btree index scans to work a page at a time in all cases (both 2006-05-07 01:21:30 +00:00
nbtree Clean up code associated with updating pg_class statistics columns 2006-05-10 23:18:39 +00:00
transam Remove redundant gettimeofday() calls to the extent practical without 2006-06-20 22:52:00 +00:00
Makefile GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00