Log Message:
---
allows stacked diagnostics entry for exceptions
get stacked diagnostics statement support
Modified Files:
--
plpgpsm/src:
gram.y (r1.41 -> r1.42)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.41&r2=1.42)
Log Message:
---
allow older syntax for enhanced diagnostic statement
Modified Files:
--
plpgpsm/src:
gram.y (r1.42 -> r1.43)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.42&r2=1.43)
plpgpsm.h (r1.33 -> r1.34)
Log Message:
---
resignal statement support
Modified Files:
--
plpgpsm/src:
gram.y (r1.43 -> r1.44)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.43&r2=1.44)
pl_exec.c (r1.43 -> r1.44)
(http://cvs.pgfoundry
Log Message:
---
move to contrib format
Modified Files:
--
plpgpsm/src:
Makefile (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/Makefile.diff?r1=1.5&r2=1.6)
Added Files:
---
plpgpsm/src:
magic.c (r1.1)
Log Message:
---
magic.c isn't necessery
Modified Files:
--
plpgpsm/src:
Makefile (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/Makefile.diff?r1=1.6&r2=1.7)
Removed Files:
-
plpgpsm/src:
magic.c
Log Message:
---
contrib cfg game
Modified Files:
--
plpgpsm/src:
Makefile (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/Makefile.diff?r1=1.7&r2=1.8)
plpgpsm.sql.in (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cg
Log Message:
---
contrib package completation
Modified Files:
--
plpgpsm/src:
Makefile (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/Makefile.diff?r1=1.8&r2=1.9)
Added Files:
---
plpgpsm/src:
COPYRIGHT.pl
Log Message:
---
Restructure autovacuum in two processes: a dummy process, which runs
continuously, and requests vacuum runs of "autovacuum workers" to postmaster.
The workers do the actual vacuum work. This allows for future improvements,
like allowing multiple autovacuum jobs running in
Log Message:
---
Restructure code that is responsible for ensuring that clauseless joins are
considered when it is necessary to do so because of a join-order restriction
(that is, an outer-join or IN-subselect construct). The former coding was a
bit ad-hoc and inconsistent, and it missed s
Log Message:
---
Restructure code that is responsible for ensuring that clauseless joins are
considered when it is necessary to do so because of a join-order restriction
(that is, an outer-join or IN-subselect construct). The former coding was a
bit ad-hoc and inconsistent, and it missed s
Log Message:
---
Restructure code that is responsible for ensuring that clauseless joins are
considered when it is necessary to do so because of a join-order restriction
(that is, an outer-join or IN-subselect construct). The former coding was a
bit ad-hoc and inconsistent, and it missed s
Log Message:
---
Remove useless database name from bootstrap argument processing (including
startup and bgwriter processes), and the -y flag. It's not used anywhere.
Modified Files:
--
pgsql/doc/src/sgml/ref:
postgres-ref.sgml (r1.49 -> r1.50)
(http://deve
Log Message:
---
SSL improvements:
o read global SSL configuration file
o add GUC "ssl_ciphers" to control allowed ciphers
o add libpq environment variable PGSSLKEY to control SSL hardware keys
Victor B. Wagner
Modified Files:
--
pgsql/doc/src/sgml
Log Message:
---
Add two new format fields for use with to_char(), to_date() and
to_timestamp():
- ID for day-of-week
- IDDD for day-of-year
This makes it possible to convert ISO week dates to and from text
fully represented in either week ('IYYY-IW-ID') or day-of-year
('IYYY-IDDD'
Log Message:
---
Fix another problem in 8.2 changes that allowed "one-time" qual conditions to
be checked at plan levels below the top; namely, we have to allow for Result
nodes inserted just above a nestloop inner indexscan. Should think about
using the general Param mechanism to pass dow
Log Message:
---
Fix another problem in 8.2 changes that allowed "one-time" qual conditions to
be checked at plan levels below the top; namely, we have to allow for Result
nodes inserted just above a nestloop inner indexscan. Should think about
using the general Param mechanism to pass dow
Log Message:
---
Remove tabs from SGML files to help tag alingment and improve
detection of tabs are added in the future.
Modified Files:
--
pgsql/doc/src/sgml:
docguide.sgml (r1.70 -> r1.71)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/do
Log Message:
---
Remove extra character erroneously added.
Modified Files:
--
pgsql/doc/src/sgml:
ecpg.sgml (r1.81 -> r1.82)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml.diff?r1=1.81&r2=1.82)
---(end of b
Log Message:
---
Functions for mapping table data and table schemas to XML (a.k.a. XML export)
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.360 -> r1.361)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.360&r2=1.36
19 matches
Mail list logo