[COMMITTERS] pgsql: Fix two ancient bugs in GiST code to re-find a parent after page

2011-07-15 Thread Heikki Linnakangas
Fix two ancient bugs in GiST code to re-find a parent after page split: First, when following a right-link, we incorrectly marked the current page as the parent of the right sibling. In reality, the parent of the right page is the same as the parent of the current page (or some page to the right o

[COMMITTERS] pgsql: Fix two ancient bugs in GiST code to re-find a parent after page

2011-07-15 Thread Heikki Linnakangas
Fix two ancient bugs in GiST code to re-find a parent after page split: First, when following a right-link, we incorrectly marked the current page as the parent of the right sibling. In reality, the parent of the right page is the same as the parent of the current page (or some page to the right o

[COMMITTERS] pgsql: Fix two ancient bugs in GiST code to re-find a parent after page

2011-07-15 Thread Heikki Linnakangas
Fix two ancient bugs in GiST code to re-find a parent after page split: First, when following a right-link, we incorrectly marked the current page as the parent of the right sibling. In reality, the parent of the right page is the same as the parent of the current page (or some page to the right o

[COMMITTERS] pgsql: Fix two ancient bugs in GiST code to re-find a parent after page

2011-07-15 Thread Heikki Linnakangas
Fix two ancient bugs in GiST code to re-find a parent after page split: First, when following a right-link, we incorrectly marked the current page as the parent of the right sibling. In reality, the parent of the right page is the same as the parent of the current page (or some page to the right o

[COMMITTERS] pgsql: Fix two ancient bugs in GiST code to re-find a parent after page

2011-07-15 Thread Heikki Linnakangas
Fix two ancient bugs in GiST code to re-find a parent after page split: First, when following a right-link, we incorrectly marked the current page as the parent of the right sibling. In reality, the parent of the right page is the same as the parent of the current page (or some page to the right o

[COMMITTERS] pgsql: Fix two ancient bugs in GiST code to re-find a parent after page

2011-07-15 Thread Heikki Linnakangas
Fix two ancient bugs in GiST code to re-find a parent after page split: First, when following a right-link, we incorrectly marked the current page as the parent of the right sibling. In reality, the parent of the right page is the same as the parent of the current page (or some page to the right o

[COMMITTERS] pgsql: Change the way the offset of downlink is stored in GISTInsertSta

2011-07-15 Thread Heikki Linnakangas
Change the way the offset of downlink is stored in GISTInsertStack. GISTInsertStack.childoffnum used to mean "offset of the downlink in this node, pointing to the child node in the stack". It's now replaced with downlinkoffnum, which means "offset of the downlink in the parent of this node". gistFi

[COMMITTERS] pgbulkload - pgbulkload: Update pg_bulkload.html according to the recent

2011-07-15 Thread User Masao_fujii
Log Message: --- Update pg_bulkload.html according to the recent change of pg_bulkload-ja.html. Modified Files: -- pgbulkload/doc: pg_bulkload-ja.html (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/doc/pg_bulkload-ja.htm

[COMMITTERS] pgsql: Doc clarification for pg_locks columns.

2011-07-15 Thread Bruce Momjian
Doc clarification for pg_locks columns. Florian Pflug Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c1129a14e192755e001ba7899d4a9ca216e4ec3c Modified Files -- doc/src/sgml/catalogs.sgml | 40 +--- 1 files changed, 2

[COMMITTERS] pgsql: Set information_schema.tables.commit_action to null

2011-07-15 Thread Peter Eisentraut
Set information_schema.tables.commit_action to null The commit action of temporary tables is currently not cataloged, so we can't easily show it. The previous value was outdated from before we had different commit actions. Branch -- master Details --- http://git.postgresql.org/pg/commit

[COMMITTERS] pgsql: Set different deadlock_timeout on each session in new isolation

2011-07-15 Thread Alvaro Herrera
Set different deadlock_timeout on each session in new isolation tests This provides deterministic deadlock-detection ordering for new isolation tests, fixing the sporadic failures in them. Author: Noah Misch Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d71197cd35