[COMMITTERS] pgsql-server: Fix broken markup.

2004-05-23 Thread Tom Lane
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) -

[COMMITTERS] pgsql-server: Make --without-docdir configure option actually work, per

2004-05-23 Thread Tom Lane
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

[COMMITTERS] pgsql-server: Still another place to make the world safe for zero-column

2004-05-23 Thread Tom Lane
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 (

[COMMITTERS] pgsql-server: New two-stage sampling method for ANALYZE, as per

2004-05-23 Thread Tom Lane
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: ---

[COMMITTERS] pgsql-server: A few cosmetic fixes and code cleanup.

2004-05-23 Thread Neil Conway
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

[COMMITTERS] pgsql-server: Use case-insensitive comparison so that explicitly setting

2004-05-23 Thread Tom Lane
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:

[COMMITTERS] pgsql-server: Avoid calling select_default_timezone() when backing out

2004-05-23 Thread Tom Lane
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

[COMMITTERS] pgsql-server: Seems we had the wrong sign convention for the default

2004-05-23 Thread Tom Lane
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

Re: [COMMITTERS] Revert addition of -lpgport, which breaks the build

2004-05-23 Thread Bruce Momjian
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

[COMMITTERS] pgsql-server: Remove a few $filter() calls that were not needed.

2004-05-23 Thread Bruce Momjian
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

[COMMITTERS] pgsql-server: Rewrite identify_system_timezone() to give it

2004-05-23 Thread Tom Lane
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

[COMMITTERS] pgsql-server: This patch fixes the find_my_exec code for pgstat

2004-05-23 Thread Bruce Momjian
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

[COMMITTERS] pgsql-server: Add: > * Allow GRANT/REVOKE permissions to be given to

2004-05-23 Thread Bruce Momjian
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

[COMMITTERS] pgsql-server: Clarify an entry in the 7.4 release notes.

2004-05-23 Thread Neil Conway
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) ---