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.
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
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
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:
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
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
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)
-
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
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)
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.
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.
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.
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-
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)---
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
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
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
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)
---
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)
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)
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
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
22 matches
Mail list logo