[COMMITTERS] pgsnmpd - pgsnmpd: Remove debug code from pgsnmpd_regress.pl Add version

2007-06-12 Thread User Eggyknap
Log Message: --- Remove debug code from pgsnmpd_regress.pl Add version check to rdbmsSrvInfoTable code because pg_postmaster_start_time is unavailable in v8.0.x Modified Files: -- pgsnmpd/RDBMS-MIB_src/rdbmsSrvInfoTable: rdbmsSrvInfoTable_data_access.c (r1.4 -> r1.

[COMMITTERS] pgsnmpd - pgsnmpd: Include notes for 8.0.x versions

2007-06-12 Thread User Eggyknap
Log Message: --- Include notes for 8.0.x versions Added Files: --- pgsnmpd/RDBMS-MIB_src/rdbmsDbInfoTable: README (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsDbInfoTable/README?rev=1.1&content-type=text/x-cvsweb-markup

[COMMITTERS] pgsnmpd - pgsnmpd: Remove bad PQfinish() calls Fix pg_database_size()

2007-06-12 Thread User Eggyknap
Log Message: --- Remove bad PQfinish() calls Fix pg_database_size() calls when not 8.1 or greater Fix parameter handling in pgsnmpd_regress.pl Modified Files: -- pgsnmpd: pgsnmpd_regress.pl (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd

[COMMITTERS] pgunittest - GeneratorParser:

2007-06-12 Thread User Pgunittest
Log Message: --- Modified Files: -- GeneratorParser: GeneratorParser.java (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/GeneratorParser/GeneratorParser.java.diff?r1=1.2&r2=1.3) Added Files: --- GeneratorParser:

[COMMITTERS] pgsql: Add some simple defenses against null fields in pg_largeobject,

2007-06-12 Thread Tom Lane
Log Message: --- Add some simple defenses against null fields in pg_largeobject, and add comments noting that there's an alignment assumption now that the data field could be in 1-byte-header format. Per discussion with Greg Stark. Modified Files: -- pgsql/src/backend/stor

[COMMITTERS] pgsql: ECPG requires a local include directory to override the

2007-06-12 Thread Magnus Hagander
Log Message: --- ECPG requires a local include directory to override the project-wide ones. Add ability to add "prefix include directories", and use it... With this, ecpg regression tests now pass on MSVC builds. Modified Files: -- pgsql/src/tools/msvc: Mkvcbuild.p

[COMMITTERS] pgsql: Update documentation of resultmap file format.

2007-06-12 Thread Magnus Hagander
Log Message: --- Update documentation of resultmap file format. Modified Files: -- pgsql/doc/src/sgml: regress.sgml (r1.57 -> r1.58) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/regress.sgml.diff?r1=1.57&r2=1.58) -

[COMMITTERS] pgsql: Add some comments about the safety of accessing rolpassword

2007-06-12 Thread Tom Lane
Log Message: --- Add some comments about the safety of accessing rolpassword without using the normal heap_getattr() machinery. Per Greg Stark. Modified Files: -- pgsql/src/backend/utils/init: flatfiles.c (r1.25 -> r1.26) (http://developer.postgresql.org/c

[COMMITTERS] pgsql: Minor comment fixes.

2007-06-12 Thread Tom Lane
Log Message: --- Minor comment fixes. Modified Files: -- pgsql/src/include/utils: datetime.h (r1.66 -> r1.67) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/datetime.h.diff?r1=1.66&r2=1.67) ---(end of broadcast)

[COMMITTERS] pgsql: Fix DecodeDateTime to allow timezone to appear before year.

2007-06-12 Thread Tom Lane
Log Message: --- Fix DecodeDateTime to allow timezone to appear before year. This had historically worked in some but not all cases, but as of 8.2 it failed for all timezone formats. Fix, and add regression test cases to catch future regressions in this area. Per gripe from Adam Witney.

[COMMITTERS] pgsql: Fix DecodeDateTime to allow timezone to appear before year.

2007-06-12 Thread Tom Lane
Log Message: --- Fix DecodeDateTime to allow timezone to appear before year. This had historically worked in some but not all cases, but as of 8.2 it failed for all timezone formats. Fix, and add regression test cases to catch future regressions in this area. Per gripe from Adam Witney.

[COMMITTERS] dbsamples - dbsamples: Graphical State Flags for use with U.S.

2007-06-12 Thread User Xzilla
Log Message: --- Graphical State Flags for use with U.S. state, county, city, zipcode data. See README for source information. Added Files: --- dbsamples/us-state-county-city-zip/state_flags: Flag_of_Alabama.svg (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

[COMMITTERS] dbsamples - dbsamples: New sample database consisting of U.S.

2007-06-12 Thread User Xzilla
Log Message: --- New sample database consisting of U.S. state, county, city, and zip information. Submitted by David Blewett Added Files: --- dbsamples/us-state-county-city-zip: README (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbsamples/dbsamples/us-

[COMMITTERS] psqlodbc - psqlodbc: Fix *nix build error.

2007-06-12 Thread User H-saito
Log Message: --- Fix *nix build error. Modified Files: -- psqlodbc: connection.c (r1.162 -> r1.163) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.162&r2=1.163) ---(end of broadcast)---

[COMMITTERS] pgsql: VPATH fixes.

2007-06-12 Thread Alvaro Herrera
Log Message: --- VPATH fixes. Modified Files: -- pgsql/src/interfaces/ecpg/test: Makefile (r1.69 -> r1.70) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/Makefile.diff?r1=1.69&r2=1.70) ---(end of broadcas

[COMMITTERS] psqlodbc - psqlodbc: Fix a bug which doesn't free connection list

2007-06-12 Thread User Hinoue
Log Message: --- Fix a bug which doesn't free connection list properly. Modified Files: -- psqlodbc: connection.c (r1.161 -> r1.162) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.161&r2=1.162) environ.c (r1.69

[COMMITTERS] pgsql: Specifying a dbname should override the default database, not add

2007-06-12 Thread Magnus Hagander
Log Message: --- Specifying a dbname should override the default database, not add to it. Fixes buildfarm failures on contribcheck. Modified Files: -- pgsql/src/test/regress: pg_regress.c (r1.34 -> r1.35) (http://developer.postgresql.org/cvsweb.cgi/pgsql/sr

[COMMITTERS] pgsql: Fix missing variable initialization.

2007-06-12 Thread Magnus Hagander
Log Message: --- Fix missing variable initialization. Modified Files: -- pgsql/src/test/regress: pg_regress.c (r1.33 -> r1.34) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.33&r2=1.34) ---

[COMMITTERS] pgsql: Fix search/replace error in makefile for ecpg tests

2007-06-12 Thread Magnus Hagander
Log Message: --- Fix search/replace error in makefile for ecpg tests Modified Files: -- pgsql/src/interfaces/ecpg/test: Makefile (r1.68 -> r1.69) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/Makefile.diff?r1=1.68&r2=1.69)

[COMMITTERS] pgsql: Fixed reduce/recuce problem due to CURRENT_P.

2007-06-12 Thread Michael Meskes
Log Message: --- Fixed reduce/recuce problem due to CURRENT_P. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.346 -> r1.347) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y.diff?r1=1.346&r2=1.347)

[COMMITTERS] pgsql: Rewrite ECPG regression test driver in C, by splitting the

2007-06-12 Thread Magnus Hagander
Log Message: --- Rewrite ECPG regression test driver in C, by splitting the standard regression driver into two parts and reusing half of it. Required to run ECPG tests without a shell on MSVC builds. Fix ECPG thread tests for MSVC build (incl output files). Joachim Wieland and Magnus Hag

[COMMITTERS] pgsql: Synced parser and keyword list.

2007-06-12 Thread Michael Meskes
Log Message: --- Synced parser and keyword list. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.349 -> r1.350) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.349&r2=1.350) pgsql/src/interfaces/ecpg