[COMMITTERS] pgsql: Update: > * Allow the creation of indexes with mixed

2006-04-08 Thread Bruce Momjian
Log Message: --- Update: > * Allow the creation of indexes with mixed ascending/descending > specifiers > > This is possible now by creating an operator class with reversed sort > operators. One complexity is that NULLs would then appear at the start > of the result set, and this

[COMMITTERS] npgsql - Npgsql: 2006-04-08 Francisco Figueiredo Jr.

2006-04-08 Thread User Fxjr
Log Message: --- 2006-04-08 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * Updated manual. Modified Files: -- Npgsql/docs: UserManual.htm (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/docs/UserManual.htm.diff?r1=1.1

[COMMITTERS] npgsql - Npgsql: 2006-04-08 Francisco Figueiredo Jr.

2006-04-08 Thread User Fxjr
Log Message: --- 2006-04-08 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * Updated files for 1.0RC1 release Modified Files: -- Npgsql/src/Npgsql: RELEASENOTES.txt (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Np

[COMMITTERS] npgsql - Npgsql: 2006-04-08 Francisco Figueiredo Jr.

2006-04-08 Thread User Fxjr
Log Message: --- 2006-04-08 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlConnection.cs: Updated apidocs for ConnectionString property. Modified Files: -- Npgsql/src/Npgsql: NpgsqlConnection.cs (r1.82 -> r1.83) (http://cvs.pgfoundry.org/c

[COMMITTERS] npgsql - Npgsql: 2006-04-08 Francisco Figueiredo Jr.

2006-04-08 Thread User Fxjr
Log Message: --- 2006-04-08 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * add_functions.sql: Added two more functions for tests. Modified Files: -- Npgsql/src/testsuite/noninteractive: add_functions.sql (r1.5 -> r1.6) (http://cvs.pgfoundry.org/

[COMMITTERS] pgsql: Fix best_inner_indexscan to actually enforce that an "inner

2006-04-08 Thread Tom Lane
Log Message: --- Fix best_inner_indexscan to actually enforce that an "inner indexscan" use at least one join condition as an indexqual. Before bitmap indexscans, this oversight didn't really cost much except for redundantly considering the same join paths twice; but as of 8.1 it could res

[COMMITTERS] pgsql: Fix best_inner_indexscan to actually enforce that an "inner

2006-04-08 Thread Tom Lane
Log Message: --- Fix best_inner_indexscan to actually enforce that an "inner indexscan" use at least one join condition as an indexqual. Before bitmap indexscans, this oversight didn't really cost much except for redundantly considering the same join paths twice; but as of 8.1 it could res

[COMMITTERS] psqlodbc - psqlodbc: Remove iodbc headers that we no longer ship.

2006-04-08 Thread User Dpage
Log Message: --- Remove iodbc headers that we no longer ship. Add catfuncs.h that seemed to be missing. Modified Files: -- psqlodbc: Makefile.am (r1.33 -> r1.34) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am.diff?r1=1.33&r2=1.34

[COMMITTERS] pgsql: Fix EXPLAIN so that it can drill down through multiple levels of

2006-04-08 Thread Tom Lane
Log Message: --- Fix EXPLAIN so that it can drill down through multiple levels of subplan when trying to locate the referent of a RECORD variable. This fixes the 'record type has not been registered' failure reported by Stefan Kaltenbrunner about a month ago. A side effect of the way I ch

[COMMITTERS] psqlodbc - psqlodbc: Update release notes

2006-04-08 Thread User Dpage
Log Message: --- Update release notes Modified Files: -- psqlodbc/docs: release.html (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/release.html.diff?r1=1.11&r2=1.12) ---(end of broadcast)--

[COMMITTERS] psqlodbc - psqlodbc: Bump version number to 08.02.0001 in preparation

2006-04-08 Thread User Dpage
Log Message: --- Bump version number to 08.02.0001 in preparation for 08.02 releases. Update the installer for the new codebase. Sanitise filenames as there is only one buld type (ODBC 3, Unicode). Default the ODBC version to 3.51 in all places, not just a few as it was. Modified Files: --

[COMMITTERS] oledb - oledb: Some changes required for compiling on newer compilers

2006-04-08 Thread User Shachar
Log Message: --- Some changes required for compiling on newer compilers (ATL changes) Modified Files: -- oledb: OleDb.cpp (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/OleDb.cpp.diff?r1=1.4&r2=1.5) PgRS.h (r1.25 -> r1.26)

[COMMITTERS] psqlodbc - psqlodbc: Remove files not needed in the enhanced branch

2006-04-08 Thread User Dpage
Log Message: --- Remove files not needed in the enhanced branch Removed Files: - psqlodbc: odbcinst.ini (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/odbcinst.ini) psqlodbc.dsp (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/p

[COMMITTERS] psqlodbc - psqlodbc: Commit the changed files from the enhanced branch

2006-04-08 Thread User Dpage
Log Message: --- Commit the changed files from the enhanced branch Modified Files: -- psqlodbc: Makefile.am (r1.31 -> r1.32) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am.diff?r1=1.31&r2=1.32) bind.c (r1.54 -> r1.55)

[COMMITTERS] oledb - oledb: Fix compilation errors when upgrading the Platform SDK

2006-04-08 Thread User Shachar
Log Message: --- Fix compilation errors when upgrading the Platform SDK with Visual Studio 6 Modified Files: -- oledb: INSTALL (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/INSTALL.diff?r1=1.6&r2=1.7) PgCommand.cpp (r1.22 -