[COMMITTERS] pgsql: Minor performance improvement: avoid unnecessary

2005-04-20 Thread Tom Lane
Log Message: --- Minor performance improvement: avoid unnecessary creation/unioning of bitmaps for multiple indexscans. Instead just let each indexscan add TIDs directly into the BitmapOr node's result bitmap. Modified Files: -- pgsql/src/backend/executor: nodeBitm

[COMMITTERS] oledb - oledb: Remove extra zealous assert

2005-04-20 Thread User Shachar
Log Message: --- Remove extra zealous assert Modified Files: -- oledb: PgRS.cpp (r1.37 -> r1.38) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/PgRS.cpp.diff?r1=1.37&r2=1.38) ---(end of broadcast)--

[COMMITTERS] pgsql: Fix mis-display of negative fractional seconds in interval values

2005-04-20 Thread Tom Lane
Log Message: --- Fix mis-display of negative fractional seconds in interval values for --enable-integer-datetimes case. Per report from Oliver Siegmar. Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.138 -> r1.139) (http://developer.postgres

[COMMITTERS] pgsql: Fix mis-display of negative fractional seconds in interval values

2005-04-20 Thread Tom Lane
Log Message: --- Fix mis-display of negative fractional seconds in interval values for --enable-integer-datetimes case. Per report from Oliver Siegmar. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.137 -> r1.137.4.1)

[COMMITTERS] pgsql: Fix mis-display of negative fractional seconds in interval values

2005-04-20 Thread Tom Lane
Log Message: --- Fix mis-display of negative fractional seconds in interval values for --enable-integer-datetimes case. Per report from Oliver Siegmar. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.118.2.4 -> r1.118.2.5)

[COMMITTERS] pgsql: Fix mis-display of negative fractional seconds in interval values

2005-04-20 Thread Tom Lane
Log Message: --- Fix mis-display of negative fractional seconds in interval values for --enable-integer-datetimes case. Per report from Oliver Siegmar. Tags: REL7_3_STABLE Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.96.2.7 -> r1.96.2.8)

[COMMITTERS] oledb - oledb: Support functions for quoting identifiers and strings

2005-04-20 Thread User Shachar
Log Message: --- Support functions for quoting identifiers and strings Modified Files: -- oledb: PgDS.h (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/PgDS.h.diff?r1=1.6&r2=1.7) PgDs.cpp (r1.4 -> r1.5) (http://cvs.p

[COMMITTERS] pgsql: Don't try to run clauseless index scans on index types that don't

2005-04-20 Thread Tom Lane
Log Message: --- Don't try to run clauseless index scans on index types that don't support it. Per report from Marinos Yannikos. Modified Files: -- pgsql/src/backend/optimizer/path: indxpath.c (r1.173 -> r1.174) (http://developer.postgresql.org/cvsweb.cgi/

[COMMITTERS] pgsql: Don't try to run clauseless index scans on index types that don't

2005-04-20 Thread Tom Lane
Log Message: --- Don't try to run clauseless index scans on index types that don't support it. Per report from Marinos Yannikos. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/optimizer/path: indxpath.c (r1.147 -> r1.147.4.1) (http://develo

[COMMITTERS] pgsql: Don't try to run clauseless index scans on index types that don't

2005-04-20 Thread Tom Lane
Log Message: --- Don't try to run clauseless index scans on index types that don't support it. Per report from Marinos Yannikos. Tags: REL7_3_STABLE Modified Files: -- pgsql/src/backend/optimizer/path: indxpath.c (r1.124.2.1 -> r1.124.2.2) (http://de

[COMMITTERS] pgsql: Don't try to run clauseless index scans on index types that don't

2005-04-20 Thread Tom Lane
Log Message: --- Don't try to run clauseless index scans on index types that don't support it. Per report from Marinos Yannikos. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/optimizer/path: indxpath.c (r1.167.4.1 -> r1.167.4.2) (http://de

[COMMITTERS] oledb - oledb: Finally found out how to test "OpenRowset".

2005-04-20 Thread User Shachar
Log Message: --- Finally found out how to test "OpenRowset". Fixed implementation. Modified Files: -- oledb: PgDs.cpp (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/PgDs.cpp.diff?r1=1.5&r2=1.6) PgSess.cpp (r1.33 -> r1.34)

[COMMITTERS] pgsql: Don't try to run clauseless index scans on index types that don't

2005-04-20 Thread Tom Lane
Log Message: --- Don't try to run clauseless index scans on index types that don't support it. Per report from Marinos Yannikos. Tags: REL7_2_STABLE Modified Files: -- pgsql/src/backend/optimizer/path: indxpath.c (r1.112.2.1 -> r1.112.2.2) (http://de

[COMMITTERS] pgsql: Add note clarifying that indexes that support ordered scans had

2005-04-20 Thread Tom Lane
Log Message: --- Add note clarifying that indexes that support ordered scans had better allow clauseless scans. Modified Files: -- pgsql/doc/src/sgml: indexam.sgml (r2.3 -> r2.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/indexam.sgml.di

[COMMITTERS] pgsql: Make pg_ctl status do a kill() test to verify that the PID found

2005-04-20 Thread Tom Lane
Log Message: --- Make pg_ctl status do a kill() test to verify that the PID found in postmaster.pid still represents a live postmaster. Modified Files: -- pgsql/src/bin/pg_ctl: pg_ctl.c (r1.55 -> r1.56) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/

[COMMITTERS] pgsql: Make pg_ctl status do a kill() test to verify that the PID found

2005-04-20 Thread Tom Lane
Log Message: --- Make pg_ctl status do a kill() test to verify that the PID found in postmaster.pid still represents a live postmaster. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/bin/pg_ctl: pg_ctl.c (r1.53 -> r1.53.4.1) (http://developer.postgr

[COMMITTERS] pgsql: Install some slightly realistic cost estimation for bitmap index

2005-04-20 Thread Tom Lane
Log Message: --- Install some slightly realistic cost estimation for bitmap index scans. Modified Files: -- pgsql/src/backend/nodes: outfuncs.c (r1.247 -> r1.248) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/outfuncs.c.diff?r1=1.247&r

[COMMITTERS] pgsql: Done: < * Add tool to query pg_stat_* tables and report indexes

2005-04-20 Thread Bruce Momjian
Log Message: --- Done: < * Add tool to query pg_stat_* tables and report indexes that aren't needed < or tables that might need indexes Modified Files: -- pgsql/doc: TODO (r1.1500 -> r1.1501) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.dif