Log Message:
---
There's no point in keeping a seperate fork for 8.1.4 release, as long as we
don't release a stable version. It requires quite much work to port every change
from 8.2 fork to 8.1.4 one.
Added Files:
---
plscheme:
plscheme.c (r1.1)
(http://cvs.p
Log Message:
---
Suppress subquery pullup/pushdown when a subquery contains volatile
functions in its targetlist, to avoid introducing multiple evaluations
of volatile functions that textually appear only once. This is a
slightly tighter version of Jaime Casanova's recent patch.
Modified
Log Message:
---
Add a 'waiting' column to pg_stat_activity to carry the same information
that ps_status provides by appending 'waiting' to the PS display. This
completes the project of making it feasible to turn off process title
updates and instead rely on pg_stat_activity. Per my sugge
Update of /cvsroot/bizgres/bizgres/postgresql/src/backend/utils/resscheduler
In directory pgfoundry.org:/tmp/cvs-serv54793/src/backend/utils/resscheduler
Log Message:
Directory /cvsroot/bizgres/bizgres/postgresql/src/backend/utils/resscheduler
added to the repository
---
Log Message:
---
Initial commit for resource scheduling (aka statement queuing).
Code is still WIP, lacking any user space commands, and without deadlocking
checking for the resource locks at all.
Modified Files:
--
bizgres/postgresql/src/backend/access/transam:
xa
Log Message:
---
Added whitespace to test commit.
Modified Files:
--
bizgres/KETL/src/com/kni/etl:
Metadata.java (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/Metadata.java.diff?r1=1.19&r2=1.20)
Log Message:
---
Add installcheck-parallel target to top level makefiles.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql:
GNUmakefile.in (r1.41 -> r1.41.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/GNUmakefile.in.diff?r1=1.41&r2=1.41.4.1)
Log Message:
---
Add installcheck-parallel target to top level makefiles.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql:
GNUmakefile.in (r1.42 -> r1.42.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/GNUmakefile.in.diff?r1=1.42&r2=1.42.2.1)
Log Message:
---
Add installcheck-parallel target to top level makefiles.
Modified Files:
--
pgsql:
GNUmakefile.in (r1.44 -> r1.45)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/GNUmakefile.in.diff?r1=1.44&r2=1.45)
Makefile (r1.11 -> r1.12)
Log Message:
---
Add PQdescribePrepared, PQdescribePortal, and related functions to libpq
to allow obtaining information about previously prepared statements and
open cursors. Volkan Yazici
Modified Files:
--
pgsql/doc/src/sgml:
libpq.sgml (r1.214 -> r1.215)
Log Message:
---
Backported buffer overrun fix from HEAD
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/interfaces/ecpg/ecpglib:
execute.c (r1.38.4.9 -> r1.38.4.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/execut
Log Message:
---
Backported buffer overrun from HEAD
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/interfaces/ecpg/ecpglib:
execute.c (r1.43.2.7 -> r1.43.2.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/execute.c.d
Log Message:
---
Fixed a buffer overrun that was masked on Linux systems.
Modified Files:
--
pgsql/src/interfaces/ecpg:
ChangeLog (r1.323 -> r1.324)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.323&r2=1.324)
Log Message:
---
Add space before SP4.
Modified Files:
--
pgsql/doc:
FAQ (r1.396 -> r1.397)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.396&r2=1.397)
pgsql/doc/src/FAQ:
FAQ.html (r1.352 -> r1.353)
(http://develop
Log Message:
---
Update Win2000SP4 mention.
Modified Files:
--
pgsql/doc:
FAQ (r1.395 -> r1.396)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.395&r2=1.396)
pgsql/doc/src/FAQ:
FAQ.html (r1.351 -> r1.352)
(http://de
Log Message:
---
Now that we've rearranged relation open to get a lock before touching
the rel, it's easy to get rid of the narrow race-condition window that
used to exist in VACUUM and CLUSTER. Did some minor code-beautification
work in the same area, too.
Modified Files:
--
Log Message:
---
Applied the connect patch from HEAD
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/interfaces/ecpg/preproc:
preproc.y (r1.303.4.6 -> r1.303.4.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y
Log Message:
---
Applied the connect patch from HEAD.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/interfaces/ecpg/preproc:
preproc.y (r1.311.2.3 -> r1.311.2.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.
Log Message:
---
Changed lexer to no longer use the default rule.
Synced parser and keyword list.
Fixed parsing of CONNECT statement so it accepts a C string again.
Modified Files:
--
pgsql/src/interfaces/ecpg:
ChangeLog (r1.322 -> r1.323)
(http://developer
Log Message:
---
Mention only Windows 2000SP4 works.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.429 -> r1.430)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.429&r2=1.430)
---(end
Log Message:
---
Update Win32 CMD quoting rules information location, CMD /?, from
Magnus.
Modified Files:
--
pgsql/src/include:
port.h (r1.95 -> r1.96)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.95&r2=1.96)
Magnus Hagander wrote:
> > Log Message:
> > ---
> > Update WIN32 quoting roles documentation.
> >
> > Modified Files:
> > --
> > pgsql/src/include:
> > port.h (r1.94 -> r1.95)
> >
> > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.
> > h.diff?r1
Log Message:
---
Stick with the new heap_form_tuple().
Modified Files:
--
plscheme:
plscheme-8.2.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme-8.2.c.diff?r1=1.4&r2=1.5)
---(end of broadcast
Update of /cvsroot/plscheme/htdocs
In directory pgfoundry.org:/home/pgfoundry.org/groups/plscheme/htdocs
Log Message:
Imported sources
Status:
Vendor Tag: aic
Release Tags: initial
N htdocs/index.html
No conflicts created by this import
---(end o
Log Message:
---
Fixed previously mentioned write-past-chunk bug. attnulls array passed to
heap_formtuple() requires special care:
attnulls[i] = (isnull) ? 'n' : ' ';
Thanks Tom Lane for his kindly help to find the bug.
Modified Files:
--
plscheme:
plscheme-8.2.
> Log Message:
> ---
> Update WIN32 quoting roles documentation.
>
> Modified Files:
> --
> pgsql/src/include:
> port.h (r1.94 -> r1.95)
>
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.
> h.diff?r1=1.94&r2=1.95)
FWIW, that quoting informatio
26 matches
Mail list logo