Re: [HACKERS] [COMMITTERS] pgsql: Move "#define inline __inline"

2006-08-09 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Move "#define inline __inline" from port/win32.h to c.h because Win32 > > interface builds like libpq need it. > > Huh? port/win32.h is #included by c.h (as pg_config_os.h), no? > I don't see why it's necessary to clutter c.h with th

[COMMITTERS] pgsql: Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged

2006-08-09 Thread Tom Lane
Log Message: --- Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have same data type and same typmod, we show that typmod as the output typmod, rather than generic -1. This responds to several complaints over the past few years about UNIONs unexpectedly dropping length or p

Re: [COMMITTERS] pgsql: Move "#define inline __inline" from port/win32.h to c.h because

2006-08-09 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Move "#define inline __inline" from port/win32.h to c.h because Win32 > interface builds like libpq need it. Huh? port/win32.h is #included by c.h (as pg_config_os.h), no? I don't see why it's necessary to clutter c.h with this platform-specific hack, w

[COMMITTERS] pgsql: Move Win32 inline define to win32.h so it is found, rather than

2006-08-09 Thread Bruce Momjian
Log Message: --- Move Win32 inline define to win32.h so it is found, rather than c.h. (cleaner) Tags: REL8_1_STABLE Modified Files: -- pgsql/src/include: c.h (r1.190.2.3 -> r1.190.2.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/c.h

[COMMITTERS] pgsql: Return inline to win32.h because code was OK, but keep additional

2006-08-09 Thread Bruce Momjian
Log Message: --- Return inline to win32.h because code was OK, but keep additional comment. 8.1.X is not affected by this commit. Modified Files: -- pgsql/src/include: c.h (r1.210 -> r1.211) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/c.h

[COMMITTERS] pgsql: Move "#define inline __inline" from port/win32.h to c.h because

2006-08-09 Thread Bruce Momjian
Log Message: --- Move "#define inline __inline" from port/win32.h to c.h because Win32 interface builds like libpq need it. Backpatch addition to 8.1.X. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/include: c.h (r1.190.2.2 -> r1.190.2.3) (http://

[COMMITTERS] pgsql: Move "#define inline __inline" from port/win32.h to c.h because

2006-08-09 Thread Bruce Momjian
Log Message: --- Move "#define inline __inline" from port/win32.h to c.h because Win32 interface builds like libpq need it. Backpatch addition to 8.1.X. Modified Files: -- pgsql/src/include: c.h (r1.209 -> r1.210) (http://developer.postgresql.org/cvsweb.cg

[COMMITTERS] pgsql: Fix display of log duration so it is milliseconds.microseconds

2006-08-09 Thread Bruce Momjian
Log Message: --- Fix display of log duration so it is milliseconds.microseconds "ms". Greg Sabino Mullane Modified Files: -- pgsql/src/backend/tcop: postgres.c (r1.496 -> r1.497) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c

[COMMITTERS] pgfouine - pgfouine: fixed a CSS conflict

2006-08-09 Thread User Gsmet
Log Message: --- fixed a CSS conflict Modified Files: -- pgfouine/include/postgresql/vacuum/reporting/reports: FSMInformationReport.class.php (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/reporting/r

[COMMITTERS] pgsql: Fix inadequate makefile-fu in ecpg regression tests.

2006-08-09 Thread Tom Lane
Log Message: --- Fix inadequate makefile-fu in ecpg regression tests. I think this will fix current platypus build failure. Modified Files: -- pgsql/src/interfaces/ecpg/test: Makefile.regress (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgfouine - www: minor fixes and cleanup of the tutorial

2006-08-09 Thread User Gsmet
Log Message: --- minor fixes and cleanup of the tutorial Modified Files: -- www: tutorial.html (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/www/tutorial.html.diff?r1=1.8&r2=1.9) reports.html (r1.8 -> r1.9) (http://cv

[COMMITTERS] pgfouine - pgfouine: finally it's better to initialize them to 0 instead

2006-08-09 Thread User Gsmet
Log Message: --- finally it's better to initialize them to 0 instead of '-' Modified Files: -- pgfouine/include/postgresql/vacuum/objects: VacuumTableLogObject.class.php (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include

[COMMITTERS] pgfouine - pgfouine: cosmetic fixes

2006-08-09 Thread User Gsmet
Log Message: --- cosmetic fixes Modified Files: -- pgfouine/include/lib: common.lib.php (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/lib/common.lib.php.diff?r1=1.21&r2=1.22) pgfouine/include/postgresql/vacuum/o

[COMMITTERS] bizgres - bizgres: Enhancement - Added zip support to file reader

2006-08-09 Thread User Nwakefield
Log Message: --- Enhancement - Added zip support to file reader Modified Files: -- bizgres/KETL/src/com/kni/etl: ParallelInlineSortFileReader.java (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/ParallelInlin

[COMMITTERS] pgfouine - pgfouine: minor fixes

2006-08-09 Thread User Gsmet
Log Message: --- minor fixes Modified Files: -- pgfouine/include/reporting: HtmlReportAggregator.class.php (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/HtmlReportAggregator.class.php.diff?r1=1.23&r2=1.24)

[COMMITTERS] pgfouine - pgfouine: minor fixes

2006-08-09 Thread User Gsmet
Log Message: --- minor fixes Modified Files: -- pgfouine/include/postgresql/vacuum/reporting/reports: FSMInformationReport.class.php (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/reporting/reports/FS

[COMMITTERS] pgfouine - pgfouine: no need for sorttable.js here

2006-08-09 Thread User Gsmet
Log Message: --- no need for sorttable.js here Modified Files: -- pgfouine/include/postgresql/vacuum/reporting/reports: VacuumedTablesDetailsReport.class.php (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/va

[COMMITTERS] pgfouine - pgfouine: test if we can find FSM information (pg 8.0)

2006-08-09 Thread User Gsmet
Log Message: --- test if we can find FSM information (pg 8.0) Modified Files: -- pgfouine/include/postgresql/vacuum/reporting/reports: FSMInformationReport.class.php (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postg

[COMMITTERS] pgsql: Round microseconds on setitimer upwards.

2006-08-09 Thread Bruce Momjian
Log Message: --- Round microseconds on setitimer upwards. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/port/win32: timer.c (r1.6.2.3 -> r1.6.2.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/timer.c.diff?r1=1.6.

[COMMITTERS] pgsql: Round microseconds on setitimer upwards.

2006-08-09 Thread Bruce Momjian
Log Message: --- Round microseconds on setitimer upwards. Modified Files: -- pgsql/src/backend/port/win32: timer.c (r1.11 -> r1.12) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/timer.c.diff?r1=1.11&r2=1.12) -

[COMMITTERS] pgsql: On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms

2006-08-09 Thread Bruce Momjian
Log Message: --- On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't rounded down to zero. Backpatch to 8.1.X. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/port/win32: timer.c (r1.6.2.2 -> r1.6.2.3) (http://developer.p

[COMMITTERS] pgsql: On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms

2006-08-09 Thread Bruce Momjian
Log Message: --- On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't rounded down to zero. Backpatch to 8.1.X. Modified Files: -- pgsql/src/backend/port/win32: timer.c (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/s

[COMMITTERS] pgsql: Add URL for typmod: >

2006-08-09 Thread Bruce Momjian
Log Message: --- Add URL for typmod: > http://archives.postgresql.org/pgsql-hackers/2006-08/msg00149.php Modified Files: -- pgsql/doc: TODO (r1.1945 -> r1.1946) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1945&r2=1.1946) pgsq

[COMMITTERS] pgsql: Fix statement_timeout on Win32 so that it properly treats

2006-08-09 Thread Bruce Momjian
Log Message: --- Fix statement_timeout on Win32 so that it properly treats micro-seconds as micro-seconds, rather than as 100 microseconds, as it does now. This actually fixes all setitimer calls on Win32, but statement_timeout is the most visible fix. Backpatch to 8.1.X. 8.0 works as do

[COMMITTERS] pgsql: Fix statement_timeout on Win32 so that it properly treats

2006-08-09 Thread Bruce Momjian
Log Message: --- Fix statement_timeout on Win32 so that it properly treats micro-seconds as micro-seconds, rather than as 100 microseconds, as it does now. This actually fixes all setitimer calls on Win32, but statement_timeout is the most visible fix. Backpatch to 8.1.X. 8.0 works as do

[COMMITTERS] pgsql: Formatting improvement.

2006-08-09 Thread Bruce Momjian
Log Message: --- Formatting improvement. Modified Files: -- pgsql/src/backend/port/win32: timer.c (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/timer.c.diff?r1=1.8&r2=1.9) pgsql/src/include/port: win32.h

[COMMITTERS] pgestraier - pgestraier: finished see also, with note about queryies

2006-08-09 Thread User Dpavlin
Log Message: --- finished see also, with note about queryies Modified Files: -- pgestraier: README.pod (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/README.pod.diff?r1=1.10&r2=1.11) ---(end of b

[COMMITTERS] pgestraier - pgestraier: subversion revision 81 commited to CVS

2006-08-09 Thread User Dpavlin
Log Message: --- subversion revision 81 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.81 -> r1.82) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.81&r2=1.82) ---(end of broadcast)--

[COMMITTERS] pgsql: Add URL: >

2006-08-09 Thread Bruce Momjian
Log Message: --- Add URL: > http://archives.postgresql.org/pgsql-performance/2004-08/msg00349.php Modified Files: -- pgsql/doc: TODO (r1.1944 -> r1.1945) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1944&r2=1.1945) pgsql

[COMMITTERS] pgsql: Add TODO items we don't want (Idea from Josh Berkus) > > >

2006-08-09 Thread Bruce Momjian
Log Message: --- Add TODO items we don't want (Idea from Josh Berkus) > > > Features We Do _Not_ Want > = > > * All backends running as threads in a single process (not want) > > This eliminates the process protection we get from the current setup. > Thread

[COMMITTERS] pgsql: Update packages: < A package would be a schema with

2006-08-09 Thread Bruce Momjian
Log Message: --- Update packages: < A package would be a schema with public/private variables, > A package would be a schema with session-local variables, > > http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php Modified Files:

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

2006-08-09 Thread User Fxjr
Log Message: --- 2006-08-09 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlConnectorPool.cs, NpgsqlConnector.cs: Fixed problem with AsyncNotification handling. It was incorrectly lefting data on stream. This was causing problems with ms.net. See http://pgfoundry

Re: [COMMITTERS] pgsql: Add a feature for automatic initialization and finalization of

2006-08-09 Thread Tom Lane
Teodor Sigaev <[EMAIL PROTECTED]> writes: > Suppose, we could use this feature in contrib/ only for 8.3? :) It's there for 8.2, if you have any bug-fix-grade changes that are worth making. I modified the standard PLs to use this functionality, but I did not look into contrib ...

[COMMITTERS] pgsql: Fixed some memory bugs that somehow reappeared.

2006-08-09 Thread Michael Meskes
Log Message: --- Fixed some memory bugs that somehow reappeared. Also fixed a new Coverity report. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.320 -> r1.321) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.dif

Re: [COMMITTERS] pgsql: Add a feature for automatic initialization

2006-08-09 Thread Teodor Sigaev
Suppose, we could use this feature in contrib/ only for 8.3? :) Tom Lane wrote: Log Message: --- Add a feature for automatic initialization and finalization of dynamically loaded libraries: call functions _PG_init() and _PG_fini() if the library defines such symbols. Hence we no longer

[COMMITTERS] pgsql: Fixed error handling in numeric conversion (Joachim).

2006-08-09 Thread Michael Meskes
Log Message: --- Fixed error handling in numeric conversion (Joachim). Further regression cleanup. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.319 -> r1.320) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.dif