Log Message:
---
Fix broken markup.
Modified Files:
--
pgsql-server/doc/src/sgml:
installation.sgml (r1.201 -> r1.202)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/src/sgml/installation.sgml.diff?r1=1.201&r2=1.202)
-
Log Message:
---
Make --without-docdir configure option actually work, per Manfred.
Modified Files:
--
pgsql-server/src:
Makefile.global.in (r1.187 -> r1.188)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/Makefile.global.in.diff?r1=1.187&r2=1
Log Message:
---
Still another place to make the world safe for zero-column tables:
remove the ancient (and always pretty dodgy) assumption in parse_clause.c
that a query can't have an empty targetlist.
Modified Files:
--
pgsql-server/src/backend/parser:
analyze.c (
Log Message:
---
New two-stage sampling method for ANALYZE, as per discussions a few weeks
ago. This should give significantly better results when the density of
live tuples is not uniform throughout a table. Manfred Koizar, with
minor kibitzing from Tom Lane.
Modified Files:
---
Log Message:
---
A few cosmetic fixes and code cleanup.
Modified Files:
--
pgsql-server/src/bin/psql:
common.c (r1.86 -> r1.87)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/psql/common.c.diff?r1=1.86&r2=1.87)
print.c (r1.47 -> r1
Log Message:
---
Use case-insensitive comparison so that explicitly setting timezone=unknown
in postgresql.conf does the right thing. variable.c got this right, but
not pgtz.c ...
Modified Files:
--
pgsql-server/src/timezone:
pgtz.c (r1.11 -> r1.12)
(http:
Log Message:
---
Avoid calling select_default_timezone() when backing out an unwanted TZ
setting. This is a temporary kluge to keep Alvaro happy; eventually we
should fix the TZ library API to make the problem really go away.
Modified Files:
--
pgsql-server/src/backend/com
Log Message:
---
Seems we had the wrong sign convention for the default Etc/GMTx zone
names. Per report from Alvaro.
Modified Files:
--
pgsql-server/src/timezone:
pgtz.c (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/timezone
Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > Tom Lane wrote:
> >> I think Neil's point is that it fails on OSX as well. Really we have to
> >> do this the way libpq does, namely pull out the specific files it needs
> >> and recompile those with the correct shared-library-compati
Log Message:
---
Remove a few $filter() calls that were not needed.
Modified Files:
--
pgsql-server/src/bin/initdb:
Makefile (r1.40 -> r1.41)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/initdb/Makefile.diff?r1=1.40&r2=1.41)
pgsql-se
Log Message:
---
Rewrite identify_system_timezone() to give it better-than-chance odds
of correctly identifying the system's daylight-savings transition rules.
This still begs the question of how to look through the zic database to
find a matching zone definition, but at least now we'll hav
Log Message:
---
This patch fixes the find_my_exec code for pgstat backends. Required for
TZ stuff (and possibly others) to work in the pgstat backends.
Magnus Hagander
Modified Files:
--
pgsql-server/src/backend/main:
main.c (r1.80 -> r1.81)
(http://devel
Log Message:
---
Add:
> * Allow GRANT/REVOKE permissions to be given to all schema objects with one command
Modified Files:
--
pgsql-server/doc:
TODO (r1.1264 -> r1.1265)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/TODO.diff?r1=1.1264&r2=1
Log Message:
---
Clarify an entry in the 7.4 release notes.
Modified Files:
--
pgsql-server/doc/src/sgml:
release.sgml (r1.261 -> r1.262)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/src/sgml/release.sgml.diff?r1=1.261&r2=1.262)
---
14 matches
Mail list logo