[PATCHES] Final version of my cube patch - fixed test cases, added documentation

2006-07-21 Thread Joshua Reich
Any committers want to take ownership of this? Thanks, Joshua Reich Changes that were made in July 2006 by Joshua Reich I. Code

Re: [PATCHES] BTree tid operators and opclass

2006-07-21 Thread Tom Lane
Greg Stark <[EMAIL PROTECTED]> writes: > Here's a small patch to add the full suite of btree operators for tids > and the corresponding btree opclass. Having just felt a need for MAX(tid) and MIN(tid) to look into a performance issue, I went ahead and committed this. I'm aware that your later pat

[PATCHES] [PATCH] Provide 8-byte transaction IDs to user level

2006-07-21 Thread Marko Kreen
Intro - Following patch exports 8 byte txid and snapshot to user level allowing its use in regular SQL. It is based on Slony-I xxid module. It provides special 'snapshot' type for snapshot but uses regular int8 for transaction ID's. Exported API Type: snapshot Functions:

[PATCHES] Generic Monitoring Framework with DTrace patch

2006-07-21 Thread Robert Lor
Hi, I've have attached a patch along with two new files.This patch should reflect what we discussed at the Summit. Please let me know if I miss anything. There are a few potential/known issues which I need help from the gurus. 1) The current logic in src/backend/Makefile will only work for S