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
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
[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
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
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
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://
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
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
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
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
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
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
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
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
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)
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
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
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
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.
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)
-
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
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
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
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
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
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
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
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)--
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
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
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:
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
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 ...
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
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
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
36 matches
Mail list logo