[COMMITTERS] bizgres - bizgres: Backing out the latest bitmap patch - Ayush

2006-03-31 Thread User Aparashar
Log Message: --- Backing out the latest bitmap patch - Ayush Tags: Release-0_9_2-branch Modified Files: -- bizgres/postgresql/src/backend/access/bitmap: Makefile (r1.2 -> r1.2.6.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresq

[COMMITTERS] bizgres - bizgres: Assertion issues with shrink_memtuples solved.

2006-03-25 Thread User Aparashar
Log Message: --- Assertion issues with shrink_memtuples solved. Modified Files: -- bizgres/postgresql/src/backend/utils/sort: tuplesort.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/utils/sort/tuplesort

[COMMITTERS] bizgres - bizgres: Includes: 1.

2006-03-24 Thread User Aparashar
Log Message: --- Includes: 1. Resolution of the copy issues on table that alerady has bitmap index. 2. Query run is fine for Bitmap And. Jie Modified Files: -- bizgres/postgresql/src/backend/access/bitmap: Makefile (r1.1 -> r1.2) (http://cvs.pgfoundry.org

[COMMITTERS] bizgres - bizgres: Latest improvements from Simon for memory management

2006-03-23 Thread User Aparashar
Log Message: --- Latest improvements from Simon for memory management in external sort. Modified Files: -- bizgres/postgresql/src/backend/utils/init: globals.c (r1.1.1.2.2.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/sr

[COMMITTERS] bizgres - bizgres: Tom Lane, Simon Riggs 1.

2006-03-21 Thread User Aparashar
Log Message: --- Tom Lane, Simon Riggs 1. Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize; we'll go over to disk-based sort if we reach that limit. This fixes Stefan Kaltenbrunner's observation that sorting can suffer an 'invalid memory alloc request size' failur

[COMMITTERS] bizgres - bizgres: Teach nodeSort and nodeMaterial to optimize out

2006-03-21 Thread User Aparashar
Log Message: --- Teach nodeSort and nodeMaterial to optimize out unnecessary overhead when the passed-down eflags indicate they can. Simon Riggs and Tom Lane Modified Files: -- bizgres/postgresql/src/backend/executor: nodeAgg.c (r1.1.1.2.2.1 -> r1.2) (http

[COMMITTERS] bizgres - bizgres: Teach nodeSort and nodeMaterial to optimize out

2006-03-21 Thread User Aparashar
Log Message: --- Teach nodeSort and nodeMaterial to optimize out unnecessary overhead when the passed-down eflags indicate they can. Simon Riggs and Tom Lane Modified Files: -- bizgres/postgresql/src/backend/executor: execProcnode.c (r1.1.1.2.2.1 -> r1.3)

[COMMITTERS] bizgres - bizgres: Teach nodeSort and nodeMaterial to optimize out

2006-03-21 Thread User Aparashar
Log Message: --- Teach nodeSort and nodeMaterial to optimize out unnecessary overhead when the passed-down eflags indicate they can. Simon Riggs and Tom Lane Modified Files: -- bizgres/postgresql/src/backend/executor: execMain.c (r1.1.1.2.2.1 -> r1.3) (htt

[COMMITTERS] bizgres - bizgres: Improve sorting speed by pre-extracting the first

2006-03-03 Thread User Aparashar
Log Message: --- Improve sorting speed by pre-extracting the first sort-key column of each tuple, as per my proposal of several days ago. Also, clean up sort memory management by keeping all working data in a separate memory context, and refine the handling of low-memory conditions. Simon

[COMMITTERS] bizgres - bizgres: 1.

2006-03-03 Thread User Aparashar
Log Message: --- 1. Improve tuplesort.c to support variable merge order. The original coding with fixed merge order (fixed number of "tapes") was based on obsolete assumptions, namely that tape drives are expensive. Since our "tapes" are really just a couple of buffers, we can have a lot

[COMMITTERS] bizgres - bizgres: Improve tuplesort.c to support variable merge order.

2006-03-03 Thread User Aparashar
Log Message: --- Improve tuplesort.c to support variable merge order. The original coding with fixed merge order (fixed number of "tapes") was based on obsolete assumptions, namely that tape drives are expensive. Since our "tapes" are really just a couple of buffers, we can have a lot of

[COMMITTERS] bizgres - bizgres: Modify logtape.c so that the initial

2006-03-03 Thread User Aparashar
Log Message: --- Modify logtape.c so that the initial LogicalTapeSetCreate call only allocates the control data. The per-tape buffers are allocated only on first use. This saves memory in situations where tuplesort.c overestimates the number of tapes needed (ie, there are fewer runs than

[COMMITTERS] bizgres - bizgres: Improve tuplesort.c to support variable merge order.

2006-03-03 Thread User Aparashar
Log Message: --- Improve tuplesort.c to support variable merge order. The original coding with fixed merge order (fixed number of "tapes") was based on obsolete assumptions, namely that tape drives are expensive. Since our "tapes" are really just a couple of buffers, we can have a lot of

[COMMITTERS] bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION

2005-07-21 Thread User Aparashar
Log Message: --- THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION TEST ENHANCEMENTS Added Files: --- bizgres/postgresql/src/test/mb/expected: euc_jp.unicode_utf8 (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/test/mb/expec

[COMMITTERS] bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION

2005-07-21 Thread User Aparashar
Log Message: --- THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION TEST ENHANCEMENTS Added Files: --- bizgres/postgresql/src/test/mb/expected: euc_cn.unicode_utf8 (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/test/mb/expec

[COMMITTERS] bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION

2005-07-21 Thread User Aparashar
Log Message: --- THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION TEST ENHANCEMENTS Added Files: --- bizgres/postgresql/src/test/mb/expected: big5.unicode_utf8 (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/test/mb/expecte

[COMMITTERS] bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION

2005-07-21 Thread User Aparashar
Log Message: --- THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION TEST ENHANCEMENTS Added Files: --- bizgres/postgresql/src/test/mb/sql: latin8.charset (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/test/mb/sql/latin8.char

[COMMITTERS] bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION

2005-07-21 Thread User Aparashar
Log Message: --- THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION TEST ENHANCEMENTS Added Files: --- bizgres/postgresql/src/test/mb/sql: big5.charset (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/test/mb/sql/big5.charset?

[COMMITTERS] bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION

2005-07-21 Thread User Aparashar
Log Message: --- THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION TEST ENHANCEMENTS Added Files: --- bizgres/postgresql/src/test/mb/sql: gbk.charset (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/test/mb/sql/gbk.charset?re

[COMMITTERS] bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION

2005-07-21 Thread User Aparashar
Log Message: --- THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION TEST ENHANCEMENTS Added Files: --- bizgres/postgresql/src/test/mb/sql: gb18030.charset (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/test/mb/sql/gb18030.ch

[COMMITTERS] bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION

2005-07-21 Thread User Aparashar
Log Message: --- THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION TEST ENHANCEMENTS Added Files: --- bizgres/postgresql/src/test/mb/sql: euc_kr.charset (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/test/mb/sql/euc_kr.char

[COMMITTERS] bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION

2005-07-21 Thread User Aparashar
Log Message: --- THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION TEST ENHANCEMENTS Added Files: --- bizgres/postgresql/src/test/mb/sql: euc_cn.charset (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/test/mb/sql/euc_cn.char

[COMMITTERS] bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION

2005-07-21 Thread User Aparashar
Log Message: --- THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION TEST ENHANCEMENTS Added Files: --- bizgres/postgresql/src/test/mb/sql: euc_jp.charset (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/test/mb/sql/euc_jp.char

[COMMITTERS] bizgres - bizgres: THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION

2005-07-21 Thread User Aparashar
Log Message: --- THIS FILE IS ADDED AS PART OF MULTI-BYTE REGRESSION TEST ENHANCEMENTS Added Files: --- bizgres/postgresql/src/test/mb/sql: uhc.charset (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/test/mb/sql/uhc.charset?re

[COMMITTERS] bizgres - bizgres: ENHANCED THE README TO REFLECT THE ENHANCEMENTS ON

2005-07-21 Thread User Aparashar
Log Message: --- ENHANCED THE README TO REFLECT THE ENHANCEMENTS ON MULTIBYTE-SUPPORT CONTAINS: Set of tests for multibyte supporting extentions for PostgreSQL. LAST UPDATE BY Ayush Parashar 2005/July/7 Modified Files: -- bizgres/postgresql/src/test/mb: README (r1.

[COMMITTERS] bizgres - bizgres: ENHANCEMENTS: 1.

2005-07-21 Thread User Aparashar
Log Message: --- ENHANCEMENTS: 1. - Include extensive multi-byte regression tests for copy command. - Uses following complete character sets and encoding types for testing: "big5 gbk uhc gb18030 euc_cn latin8 euc_kr euc_jp" 2. Include help and usage for various tests.