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
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
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
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
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
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
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
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
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
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
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
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
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
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
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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=
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
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
32 matches
Mail list logo