Log Message:
---
Don't auto-create the subdirectories holding built documentation in a VPATH
build tree. If we actually build the docs in the VPATH tree, those dirs
will get created then; but if they're present and empty, they capture the
vpathsearch searches in "make install", preventing
Log Message:
---
Don't auto-create the subdirectories holding built documentation in a VPATH
build tree. If we actually build the docs in the VPATH tree, those dirs
will get created then; but if they're present and empty, they capture the
vpathsearch searches in "make install", preventing
Log Message:
---
Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF
returning "record" actually do have the same rowtype. This is needed because
the parser can't realistically enforce that they will all have the same typmod,
as seen in a recent example from David Whe
Log Message:
---
Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF
returning "record" actually do have the same rowtype. This is needed because
the parser can't realistically enforce that they will all have the same typmod,
as seen in a recent example from David Whe
Log Message:
---
Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF
returning "record" actually do have the same rowtype. This is needed because
the parser can't realistically enforce that they will all have the same typmod,
as seen in a recent example from David Whe
Log Message:
---
Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF
returning "record" actually do have the same rowtype. This is needed because
the parser can't realistically enforce that they will all have the same typmod,
as seen in a recent example from David Whe
Log Message:
---
Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF
returning "record" actually do have the same rowtype. This is needed because
the parser can't realistically enforce that they will all have the same typmod,
as seen in a recent example from David Whe
Log Message:
---
Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF
returning "record" actually do have the same rowtype. This is needed because
the parser can't realistically enforce that they will all have the same typmod,
as seen in a recent example from David Whe
Log Message:
---
Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF
returning "record" actually do have the same rowtype. This is needed because
the parser can't realistically enforce that they will all have the same typmod,
as seen in a recent example from David Whe
Log Message:
---
Translation updates for 9.0rc1
Tags:
REL9_0_STABLE
Modified Files:
--
pgsql/src/backend/po:
de.po (r1.37.2.1 -> r1.37.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/de.po?r1=1.37.2.1&r2=1.37.2.2)
fr.po (r1
Log Message:
---
Remove duplicate translatable phrase
Modified Files:
--
pgsql/src/backend/access/transam:
xlog.c (r1.431 -> r1.432)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.431&r2=1.432)
--
Sent via pgsql-com
Log Message:
---
Remove duplicate translatable phrase
Tags:
REL9_0_STABLE
Modified Files:
--
pgsql/src/backend/access/transam:
xlog.c (r1.430.2.1 -> r1.430.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.430
Log Message:
---
Improve wording for privilege description on certain failure messages; the
original misleadingly suggests that only access is meant, causing confusion.
Per recent trouble report by Robert McGehee on pgsql-admin.
Modified Files:
--
pgsql/src/backend/catalog:
Log Message:
---
Improve wording for privilege description on certain failure messages; the
original misleadingly suggests that only access is meant, causing confusion.
Per recent trouble report by Robert McGehee on pgsql-admin.
Tags:
REL9_0_STABLE
Modified Files:
--
Log Message:
---
Update time zone data files to tzdata release 2010l: DST law changes in
Egypt and Palestine. Added new names for two Micronesian timezones:
Pacific/Chuuk is now preferred over Pacific/Truk (and the preferred
abbreviation is CHUT not TRUT) and Pacific/Pohnpei is preferred o
Log Message:
---
Update time zone data files to tzdata release 2010l: DST law changes in
Egypt and Palestine. Added new names for two Micronesian timezones:
Pacific/Chuuk is now preferred over Pacific/Truk (and the preferred
abbreviation is CHUT not TRUT) and Pacific/Pohnpei is preferred o
Log Message:
---
Update time zone data files to tzdata release 2010l: DST law changes in
Egypt and Palestine. Added new names for two Micronesian timezones:
Pacific/Chuuk is now preferred over Pacific/Truk (and the preferred
abbreviation is CHUT not TRUT) and Pacific/Pohnpei is preferred o
Log Message:
---
Update time zone data files to tzdata release 2010l: DST law changes in
Egypt and Palestine. Added new names for two Micronesian timezones:
Pacific/Chuuk is now preferred over Pacific/Truk (and the preferred
abbreviation is CHUT not TRUT) and Pacific/Pohnpei is preferred o
Log Message:
---
Update time zone data files to tzdata release 2010l: DST law changes in
Egypt and Palestine. Added new names for two Micronesian timezones:
Pacific/Chuuk is now preferred over Pacific/Truk (and the preferred
abbreviation is CHUT not TRUT) and Pacific/Pohnpei is preferred o
Log Message:
---
Update time zone data files to tzdata release 2010l: DST law changes in
Egypt and Palestine. Added new names for two Micronesian timezones:
Pacific/Chuuk is now preferred over Pacific/Truk (and the preferred
abbreviation is CHUT not TRUT) and Pacific/Pohnpei is preferred o
Log Message:
---
Update time zone data files to tzdata release 2010l: DST law changes in
Egypt and Palestine. Added new names for two Micronesian timezones:
Pacific/Chuuk is now preferred over Pacific/Truk (and the preferred
abbreviation is CHUT not TRUT) and Pacific/Pohnpei is preferred o
Log Message:
---
Explain automatic creation (or lack of it) of indexes for the various types
of constraints.
Kevin Grittner
Modified Files:
--
pgsql/doc/src/sgml:
ddl.sgml (r1.96 -> r1.97)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ddl.sg
Log Message:
---
Explain automatic creation (or lack of it) of indexes for the various types
of constraints.
Kevin Grittner
Tags:
REL9_0_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
ddl.sgml (r1.93.2.2 -> r1.93.2.3)
(http://anoncvs.postgresql.org/cv
Log Message:
---
Document the existence of the socket lock file under unix_socket_directory,
which is perhaps not a terribly good spot for it but there doesn't seem to be
a better place. Also add a source-code comment pointing out a couple reasons
for having a separate lock file. Per sugg
Log Message:
---
Document the existence of the socket lock file under unix_socket_directory,
which is perhaps not a terribly good spot for it but there doesn't seem to be
a better place. Also add a source-code comment pointing out a couple reasons
for having a separate lock file. Per sugg
Log Message:
---
tag rc1 ... final stretch ...
Tags:
REL9_0_STABLE
Modified Files:
--
pgsql:
configure (r1.684.2.1 -> r1.684.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.684.2.1&r2=1.684.2.2)
configure.in (r1.632.2.1 ->
26 matches
Mail list logo