postgresql/src/backend/access
Neil Conway 886a02d1cb Add a txn_start column to pg_stat_activity. This makes it easier to
identify long-running transactions. Since we already need to record
the transaction-start time (e.g. for now()), we don't need any
additional system calls to report this information.

Catversion bumped, initdb required.
2006-12-06 18:06:48 +00:00
..
common Add a comment noting that heap_copytuple_with_tuple() results in a 2006-11-23 05:27:18 +00:00
gin Fix bug with page deletion. If inner page is removed and it tries to 2006-11-30 16:22:32 +00:00
gist Fix some typos in comments. 2006-11-12 06:55:54 +00:00
hash Repair problems with hash indexes that span multiple segments: the hash code's 2006-11-19 21:33:23 +00:00
heap Repair two related errors in heap_lock_tuple: it was failing to recognize 2006-11-17 18:00:15 +00:00
index pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
nbtree Suppress a few 'uninitialized variable' warnings that gcc emits only at 2006-11-11 01:14:19 +00:00
transam Add a txn_start column to pg_stat_activity. This makes it easier to 2006-12-06 18:06:48 +00:00
Makefile GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00