[COMMITTERS] pgsql: Functions for mapping table data and table schemas to XML (a.k.a.

2007-02-15 Thread Peter Eisentraut
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

[COMMITTERS] pgsql: Remove extra character erroneously added.

2007-02-15 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Remove tabs from SGML files to help tag alingment and improve

2007-02-15 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Fix another problem in 8.2 changes that allowed "one-time" qual

2007-02-15 Thread Tom Lane
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

[COMMITTERS] pgsql: Fix another problem in 8.2 changes that allowed "one-time" qual

2007-02-15 Thread Tom Lane
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

[COMMITTERS] pgsql: Add two new format fields for use with to_char(), to_date() and

2007-02-15 Thread Bruce Momjian
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'

[COMMITTERS] pgsql: SSL improvements: o read global SSL configuration file o add

2007-02-15 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Remove useless database name from bootstrap argument processing

2007-02-15 Thread Alvaro Herrera
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

[COMMITTERS] pgsql: Restructure code that is responsible for ensuring that clauseless

2007-02-15 Thread Tom Lane
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

[COMMITTERS] pgsql: Restructure code that is responsible for ensuring that clauseless

2007-02-15 Thread Tom Lane
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

[COMMITTERS] pgsql: Restructure code that is responsible for ensuring that clauseless

2007-02-15 Thread Tom Lane
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

[COMMITTERS] pgsql: Restructure autovacuum in two processes: a dummy process, which

2007-02-15 Thread Alvaro Herrera
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

[COMMITTERS] plpsm - plpgpsm: contrib package completation

2007-02-15 Thread User Okbob
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

[COMMITTERS] plpsm - plpgpsm: contrib cfg game

2007-02-15 Thread User Okbob
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

[COMMITTERS] plpsm - plpgpsm: magic.c isn't necessery

2007-02-15 Thread User Okbob
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

[COMMITTERS] plpsm - plpgpsm: move to contrib format

2007-02-15 Thread User Okbob
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)

[COMMITTERS] plpsm - plpgpsm: resignal statement support

2007-02-15 Thread User Okbob
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

[COMMITTERS] plpsm - plpgpsm: allow older syntax for enhanced diagnostic statement

2007-02-15 Thread User Okbob
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)

[COMMITTERS] plpsm - plpgpsm: allows stacked diagnostics entry for exceptions get

2007-02-15 Thread User Okbob
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)