Log Message:
---
PostgreSQL 8.0 compatibility
Changed Context function pattern for PG8.0.
Modified Files:
--
pqa/lib:
pqa.rb (r1.80 -> r1.81)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.80&r2=1.81)
---
Log Message:
---
Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems on
Solaris and should be a little faster anyway, since in most scenarios
all but perhaps the last path component will already exist.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/b
Log Message:
---
Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems on
Solaris and should be a little faster anyway, since in most scenarios
all but perhaps the last path component will already exist.
Modified Files:
--
pgsql/src/bin/initdb:
initdb.
Log Message:
---
Check that aggregate creator has the right to execute the transition
functions of the aggregate, at both aggregate creation and execution times.
Modified Files:
--
pgsql/src/backend/catalog:
pg_aggregate.c (r1.69 -> r1.70)
(http://developer
Log Message:
---
Check that aggregate creator has the right to execute the transition
functions of the aggregate, at both aggregate creation and execution times.
Tags:
REL7_3_STABLE
Modified Files:
--
pgsql/src/backend/catalog:
pg_aggregate.c (r1.56 -> r1.56.2
Log Message:
---
Check that aggregate creator has the right to execute the transition
functions of the aggregate, at both aggregate creation and execution times.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/backend/catalog:
pg_aggregate.c (r1.64 -> r1.64.2
Log Message:
---
Check that aggregate creator has the right to execute the transition
functions of the aggregate, at both aggregate creation and execution times.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/backend/catalog:
pg_aggregate.c (r1.69 -> r1.69.4
Log Message:
---
Small patch to move get_grosysid() from catalog/aclchk.c to
utils/cache/lsyscache.c where it can be used by other things. Also
cleans up both get_usesysid() and get_grosysid() a bit. From Stephen
Frost.
Modified Files:
--
pgsql/src/backend/catalog:
Log Message:
---
Change heap_modifytuple() to require a TupleDesc rather than a
Relation. Patch from Alvaro Herrera, minor editorializing by
Neil Conway.
Modified Files:
--
pgsql/src/backend/access/common:
heaptuple.c (r1.95 -> r1.96)
(http://developer.post
Log Message:
---
Fix Typo
Minor correction for ruby 1.8
Modified Files:
--
pqa/lib:
pqa.rb (r1.79 -> r1.80)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.79&r2=1.80)
---(end of broadcast)
Log Message:
---
This patch makes a great deal of changes in the structure :
- parser is now a line factory
- one accumulator for both pg/syslog (might be common with MySQL's)
- 2 parsers for syslog and pglog, but inheriting from a common pg parser
- one line object class by line type
- a L
Log Message:
---
Now that I look at it, int_array_enum() didn't work either.
Tags:
REL7_3_STABLE
Modified Files:
--
pgsql/contrib/intagg:
int_aggregate.c (r1.6.2.1 -> r1.6.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggre
Log Message:
---
Now that I look at it, int_array_enum() didn't work either.
Modified Files:
--
pgsql/contrib/intagg:
int_aggregate.c (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_aggregate.c.diff?r1=1.14&r2=1.15)
--
Log Message:
---
Now that I look at it, int_array_enum() didn't work either.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/contrib/intagg:
int_aggregate.c (r1.13.4.1 -> r1.13.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_agg
Log Message:
---
Now that I look at it, int_array_enum() didn't work either.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/contrib/intagg:
int_aggregate.c (r1.11.4.1 -> r1.11.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intagg/int_agg
Log Message:
---
Add upgrade script and instructions.
Modified Files:
--
pginst:
README (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/README.diff?r1=1.13&r2=1.14)
Added Files:
---
pginst/package:
READM
Log Message:
---
Fix security and 64-bit issues in contrib/intagg. This code could
stand to be rewritten altogether, but for now just stick a finger in
the dike.
Tags:
REL7_3_STABLE
Modified Files:
--
pgsql/contrib/intagg:
int_aggregate.c (r1.6 -> r1.6.2.1)
Log Message:
---
Fix security and 64-bit issues in contrib/intagg. This code could
stand to be rewritten altogether, but for now just stick a finger in
the dike.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/contrib/intagg:
int_aggregate.c (r1.11 -> r1.11.4.1)
Log Message:
---
Fix security and 64-bit issues in contrib/intagg. This code could
stand to be rewritten altogether, but for now just stick a finger in
the dike.
Modified Files:
--
pgsql/contrib/intagg:
int_aggregate.c (r1.13 -> r1.14)
(http://developer.po
Update of /cvsroot/pginstaller/pginst/package
In directory pgfoundry.org:/tmp/cvs-serv8951/package
Log Message:
Directory /cvsroot/pginstaller/pginst/package added to the repository
--> Using per-directory sticky tag `REL8_0_STABLE'
---(end of broadcast)--
Log Message:
---
Add upgrade script and instructions.
Tags:
REL8_0_STABLE
Modified Files:
--
pginst:
README (r1.13 -> r1.13.2.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/README.diff?r1=1.13&r2=1.13.2.1)
Added Files:
---
Log Message:
---
Fix security and 64-bit issues in contrib/intagg. This code could
stand to be rewritten altogether, but for now just stick a finger in
the dike.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/contrib/intagg:
int_aggregate.c (r1.13 -> r1.13.4.1)
Log Message:
---
Add intset() to README
Modified Files:
--
pgsql/contrib/intarray:
README.intarray (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/README.intarray.diff?r1=1.10&r2=1.11)
---(end of
Log Message:
---
Backpatch translations
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/bin/initdb/po:
ru.po (r1.14 -> r1.14.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/po/ru.po.diff?r1=1.14&r2=1.14.4.1)
pgsql/src/bin/pg
24 matches
Mail list logo