[COMMITTERS] pgsql: Clarify documentation

2017-08-27 Thread Peter Eisentraut
Clarify documentation Discussion: https://www.postgresql.org/message-id/flat/20170618071607.GA16418%40nol.local Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5ecd7ccbe672a7ca2f3cd7252b28080100016fc2 Modified Files -- doc/src/sgml/ref/insert.sg

[COMMITTERS] pgsql: Clarify documentation

2017-08-27 Thread Peter Eisentraut
Clarify documentation Discussion: https://www.postgresql.org/message-id/flat/20170618071607.GA16418%40nol.local Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/46596f8d6b5dfdb836fa79788614a3786bc3cbb6 Modified Files -- doc/src/sgml/ref/insert.sgml | 5

[COMMITTERS] pgsql: Clarify documentation of to_tsvector(json(b))

2017-04-04 Thread Andrew Dunstan
Clarify documentation of to_tsvector(json(b)) Per gripe from Sven R. Kunze Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e75a78656bcaa3faff6b85891ca69d45dd21023f Modified Files -- doc/src/sgml/func.sgml | 5 - 1 file changed, 4 insertions(+), 1 dele

[COMMITTERS] pgsql: Clarify documentation of ceil/ceiling/floor functions.

2016-06-09 Thread Tom Lane
Clarify documentation of ceil/ceiling/floor functions. Document these as "nearest integer >= argument" and "nearest integer <= argument", which will hopefully be less confusing than the old formulation. New wording is from Matlab via Dean Rasheed. I changed the pg_description entries as well as t

[COMMITTERS] pgsql: Clarify documentation of ceil/ceiling/floor functions.

2016-06-09 Thread Tom Lane
Clarify documentation of ceil/ceiling/floor functions. Document these as "nearest integer >= argument" and "nearest integer <= argument", which will hopefully be less confusing than the old formulation. New wording is from Matlab via Dean Rasheed. I changed the pg_description entries as well as t

[COMMITTERS] pgsql: Clarify documentation of ceil/ceiling/floor functions.

2016-06-09 Thread Tom Lane
Clarify documentation of ceil/ceiling/floor functions. Document these as "nearest integer >= argument" and "nearest integer <= argument", which will hopefully be less confusing than the old formulation. New wording is from Matlab via Dean Rasheed. I changed the pg_description entries as well as t

[COMMITTERS] pgsql: Clarify documentation of ceil/ceiling/floor functions.

2016-06-09 Thread Tom Lane
Clarify documentation of ceil/ceiling/floor functions. Document these as "nearest integer >= argument" and "nearest integer <= argument", which will hopefully be less confusing than the old formulation. New wording is from Matlab via Dean Rasheed. I changed the pg_description entries as well as t

[COMMITTERS] pgsql: Clarify documentation of ceil/ceiling/floor functions.

2016-06-09 Thread Tom Lane
Clarify documentation of ceil/ceiling/floor functions. Document these as "nearest integer >= argument" and "nearest integer <= argument", which will hopefully be less confusing than the old formulation. New wording is from Matlab via Dean Rasheed. I changed the pg_description entries as well as t

[COMMITTERS] pgsql: Clarify documentation of ceil/ceiling/floor functions.

2016-06-09 Thread Tom Lane
Clarify documentation of ceil/ceiling/floor functions. Document these as "nearest integer >= argument" and "nearest integer <= argument", which will hopefully be less confusing than the old formulation. New wording is from Matlab via Dean Rasheed. I changed the pg_description entries as well as t

[COMMITTERS] pgsql: Clarify documentation of jsonb - text

2015-06-07 Thread Andrew Dunstan
Clarify documentation of jsonb - text Peter Geoghegan Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/94d6727dbe61117addd9c24eea28440a2151ccf4 Modified Files -- doc/src/sgml/func.sgml |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- Sen

[COMMITTERS] pgsql: Clarify documentation about "peer" rows in window functions

2014-09-05 Thread Bruce Momjian
Clarify documentation about "peer" rows in window functions Peer rows are matching rows when ORDER BY is specified. Report by arnaud.mouron...@gmail.com, David G Johnston Backpatch through 9.4 Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a6d9b331aaa1bccd7

[COMMITTERS] pgsql: Clarify documentation about "peer" rows in window functions

2014-09-05 Thread Bruce Momjian
Clarify documentation about "peer" rows in window functions Peer rows are matching rows when ORDER BY is specified. Report by arnaud.mouron...@gmail.com, David G Johnston Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1f4d1074c5d83a682e71104114211f6ddee129a5 Modif

[COMMITTERS] pgsql: Clarify documentation of EXPLAIN (TIMING OFF) option.

2013-05-19 Thread Tom Lane
Clarify documentation of EXPLAIN (TIMING OFF) option. Clarify that this option doesn't suppress measurement of the statement's total runtime. Greg Smith Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2af0971f35a4a7b87312b83782d9bb0cc6a40ad0 Modified Files

[COMMITTERS] pgsql: Clarify documentation that primary key and unique constraints ar

2012-08-26 Thread Bruce Momjian
Clarify documentation that primary key and unique constraints are copied for CREATE TABLE LIKE ... INCLUDING INDEXES. Per report from david.sahag...@emc.com Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/de87d4704432e98a327dbf42dbc4711fa2628a9c Modified Files -

[COMMITTERS] pgsql: Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syn

2011-12-01 Thread Tom Lane
Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. The point that you need parentheses for non-constant expressions apparently needs to be brought out a bit more clearly, per bug #6315. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/da1eacb8

[COMMITTERS] pgsql: Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syn

2011-12-01 Thread Tom Lane
Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. The point that you need parentheses for non-constant expressions apparently needs to be brought out a bit more clearly, per bug #6315. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/92b9e439

[COMMITTERS] pgsql: Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syn

2011-12-01 Thread Tom Lane
Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. The point that you need parentheses for non-constant expressions apparently needs to be brought out a bit more clearly, per bug #6315. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/15a5006aac1432d

[COMMITTERS] pgsql: Clarify documentation for libpq's PQescapeBytea to mention the n

2011-02-13 Thread Bruce Momjian
Clarify documentation for libpq's PQescapeBytea to mention the new hex format. Modify PQescapeStringConn() docs to be consisent with other escaping functions. Add mention problems with pre-9.0 versions of libpq using not understanding bytea hex format to the 9.0 release notes. Backpatch to 9.0 d

[COMMITTERS] pgsql: Clarify documentation for libpq's PQescapeBytea to mention the n

2011-02-13 Thread Bruce Momjian
Clarify documentation for libpq's PQescapeBytea to mention the new hex format. Modify PQescapeStringConn() docs to be consisent with other escaping functions. Add mention problems with pre-9.0 versions of libpq using not understanding bytea hex format to the 9.0 release notes. Backpatch to 9.0 d

[COMMITTERS] pgsql: Clarify documentation to state that "zero_damaged_pages" does no

2011-02-01 Thread Bruce Momjian
Clarify documentation to state that "zero_damaged_pages" does not force data to disk, so the table or index should be recreated before the parameter is turned off again. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=7106f74e2a6feb31c022dd98e

[COMMITTERS] pgsql: Clarify documentation of handling of null arguments for

2010-09-01 Thread Tom Lane
Log Message: --- Clarify documentation of handling of null arguments for aggregates. Per discussion. Tags: REL9_0_STABLE Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.521.2.4 -> r1.521.2.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/sr

[COMMITTERS] pgsql: Clarify documentation of handling of null arguments for

2010-09-01 Thread Tom Lane
Log Message: --- Clarify documentation of handling of null arguments for aggregates. Per discussion. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.530 -> r1.531) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.530&r2=1.531

[COMMITTERS] pgsql: Clarify documentation of to_char EEEE pattern

2010-04-03 Thread Peter Eisentraut
Log Message: --- Clarify documentation of to_char pattern Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.511 -> r1.512) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.511&r2=1.512) -- Sent via pgsql-committers maili

[COMMITTERS] pgsql: Clarify documentation about username mapping when authenticating

2010-02-20 Thread Bruce Momjian
Log Message: --- Clarify documentation about username mapping when authenticating with GSSAPI or Kerberos. Ian Turner Modified Files: -- pgsql/doc/src/sgml: client-auth.sgml (r1.131 -> r1.132) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/cl

[COMMITTERS] pgsql: Clarify documentation on the behavior of unnamed bind queries.

2010-02-16 Thread Bruce Momjian
Log Message: --- Clarify documentation on the behavior of unnamed bind queries. Modified Files: -- pgsql/doc/src/sgml: protocol.sgml (r1.78 -> r1.79) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/protocol.sgml?r1=1.78&r2=1.79) pgsql/src/b

[COMMITTERS] pgsql: Clarify documentation references to pg_stat_get_blocks_fetched

2009-04-09 Thread Bruce Momjian
Log Message: --- Clarify documentation references to pg_stat_get_blocks_fetched and pg_stat_get_blocks_hit, per suggestion from Robert Haas. Modified Files: -- pgsql/doc/src/sgml: monitoring.sgml (r1.66 -> r1.67) (http://anoncvs.postgresql.org/cvsweb.cgi/pg

[COMMITTERS] pgsql: Clarify documentation that journaling is not required for WAL or

2008-12-18 Thread Bruce Momjian
Log Message: --- Clarify documentation that journaling is not required for WAL or data files. Modified Files: -- pgsql/doc/src/sgml: wal.sgml (r1.55 -> r1.56) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/wal.sgml?r1=1.55&r2=1.56) -- Sent v

[COMMITTERS] pgsql: Clarify documentation on PITR and warm standby on the fact that

2008-03-28 Thread Heikki Linnakangas
Log Message: --- Clarify documentation on PITR and warm standby on the fact that the standby restore_command should report failure on non-existent .backup and .history files. Tidy up some related text along the way. Patch by Markus Bertheau, with some editing by Simon Riggs and myself. Mo

[COMMITTERS] pgsql: Clarify documentation that initdb -A or editing pg_hba.conf is

2007-02-19 Thread Bruce Momjian
Log Message: --- Clarify documentation that initdb -A or editing pg_hba.conf is required if you do not trust local users. Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.283 -> r1.284) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/s

[COMMITTERS] pgsql: Clarify documentation for "day of the week" handling for

2007-02-19 Thread Bruce Momjian
Log Message: --- Clarify documentation for "day of the week" handling for to_char() and EXTRACT(). Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.362 -> r1.363) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.362&r2=

[COMMITTERS] pgsql: Clarify documentation about log_min_duration_statement.

2005-07-01 Thread Bruce Momjian
Log Message: --- Clarify documentation about log_min_duration_statement. Modified Files: -- pgsql/doc/src/sgml: runtime.sgml (r1.332 -> r1.333) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.332&r2=1.333) pgsql/src

[COMMITTERS] pgsql: Clarify documentation of age() functions.

2004-12-01 Thread Tom Lane
Log Message: --- Clarify documentation of age() functions. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.224 -> r1.225) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.224&r2=1.225) ---(end