[COMMITTERS] orafce - orafce: dbms_alert - first runable version

2006-04-03 Thread User Okbob
Log Message: --- dbms_alert - first runable version Modified Files: -- orafce: Makefile (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/Makefile.diff?r1=1.7&r2=1.8) alert.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/

[COMMITTERS] pgsql: Detoast query in g_intbig_consistent and copy query in

2006-04-03 Thread Teodor Sigaev
Log Message: --- Detoast query in g_intbig_consistent and copy query in g_int_consistent Modified Files: -- pgsql/contrib/intarray: _int_gist.c (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/_int_gist.c.diff?r1=1.10&r2=1

[COMMITTERS] pgsql: Minor cleanups

2006-04-03 Thread Teodor Sigaev
Log Message: --- Minor cleanups Modified Files: -- pgsql/contrib/intarray: _int_gist.c (r1.11 -> r1.12) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/_int_gist.c.diff?r1=1.11&r2=1.12) _intbig_gist.c (r1.9 -> r1.10) (htt

Re: [COMMITTERS] pgsql: Improve gist XLOG code to follow the coding

2006-04-03 Thread Teodor Sigaev
At line 543 itup vector was filled by invalid tuple, so newly filled root will contains only invalid tuples. Hence, reindex/vacuum full is required. Hmm. That probably needs to be redesigned then. The problem is that as the thing is written, you *must* reinit the buffer here --- the code

[COMMITTERS] pgsql: Detoast query in g_intbig_consistent and copy query in

2006-04-03 Thread Teodor Sigaev
Log Message: --- Detoast query in g_intbig_consistent and copy query in g_int_consistent. Minor cleanups. Tags: REL8_1_STABLE Modified Files: -- pgsql/contrib/intarray: _int_gist.c (r1.6 -> r1.6.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/c

[COMMITTERS] pgsql: Detoast query in g_intbig_consistent and copy query in

2006-04-03 Thread Teodor Sigaev
Log Message: --- Detoast query in g_intbig_consistent and copy query in g_int_consistent. Minor cleanups. Tags: REL7_4_STABLE Modified Files: -- pgsql/contrib/intarray: _int_gist.c (r1.2 -> r1.2.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/c

[COMMITTERS] pgsql: Detoast query in g_intbig_consistent and copy query in

2006-04-03 Thread Teodor Sigaev
Log Message: --- Detoast query in g_intbig_consistent and copy query in g_int_consistent. Minor cleanups. Tags: REL8_0_STABLE Modified Files: -- pgsql/contrib/intarray: _int_gist.c (r1.5 -> r1.5.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/c

Re: [COMMITTERS] pgsql: Improve gist XLOG code to follow the coding

2006-04-03 Thread Tom Lane
>> Hmm. That probably needs to be redesigned then. > Don't understand. Root will be fully regenerated and filled with invalid > tuples. Well, ISTM that if complete replay of the WAL sequence yields an invalid index, then you've not got an adequate design for the WAL data. Special recovery acti

[COMMITTERS] pgsql: Eliminate ajust scan code.

2006-04-03 Thread Teodor Sigaev
Log Message: --- Eliminate ajust scan code. Since concurrent GiST it doesn't do real work. That was missed during concurrence development. Modified Files: -- pgsql/src/backend/access/gist: gist.c (r1.131 -> r1.132) (http://developer.postgresql.org/cvsweb.cg

Re: [COMMITTERS] pgsql: Improve gist XLOG code to follow the coding

2006-04-03 Thread Teodor Sigaev
Tom Lane wrote: Hmm. That probably needs to be redesigned then. Don't understand. Root will be fully regenerated and filled with invalid tuples. Well, ISTM that if complete replay of the WAL sequence yields an invalid index, then you've not got an adequate design for the WAL data. Specia

[COMMITTERS] pgsql: Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is

2006-04-03 Thread Tom Lane
Log Message: --- Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we don't have anything to do to the page, but we still have to adjust the incomplete_inserts list that we're maintaining in memory. Modified Files: -- pgsql/src/backend/access/gist:

[COMMITTERS] pgsql: Put flex'ed and bison'ed files in contrib in the distribution

2006-04-03 Thread Peter Eisentraut
Log Message: --- Put flex'ed and bison'ed files in contrib in the distribution tarball, as is done for the analogous files in the main distribution. Modified Files: -- pgsql: GNUmakefile.in (r1.42 -> r1.43) (http://developer.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] psqlodbc - psqlodbc: The version is now 7.03.0262.

2006-04-03 Thread User Hinoue
Log Message: --- The version is now 7.03.0262. 1.Handle the converion from text-like field to SQL_C_BINARY more properly. 2.Make buffer extension in SQLPutData more effective. 3.Reply SQL_CONVERT_ correctly for SQLGetInfo request. 4.Reply DBMS_NAME, DBMS_VERSION correctly for SQLGetInfo

[COMMITTERS] pgfouine - pgfouine: added a tooltip with detailed information on

2006-04-03 Thread User Gsmet
Log Message: --- added a tooltip with detailed information on queries and errors Modified Files: -- pgfouine/include/reporting: ReportAggregator.class.php (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/Repo

[COMMITTERS] pgfouine - pgfouine: only display identified statistics if different

2006-04-03 Thread User Gsmet
Log Message: --- only display identified statistics if different from overall Modified Files: -- pgfouine/include/reporting/reports: OverallStatsReport.class.php (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporti

[COMMITTERS] pgsql: Define a separately configurable XLOG_BLCKSZ symbol for the page

2006-04-03 Thread Tom Lane
Log Message: --- Define a separately configurable XLOG_BLCKSZ symbol for the page size used within WAL files. Historically this was the same as the data file BLCKSZ, but there's no necessary connection, and it's possible that performance gains might ensue from reducing XLOG_BLCKSZ. In any

[COMMITTERS] python - fe: Fix relation reference for notify warning.

2006-04-03 Thread James William Pye
Log Message: --- Fix relation reference for notify warning. Left overs from the refactor. [this one is thanks to pychecker ;] Modified Files: -- fe/src: tracenull.py (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.d