pg_recvlogical: Improve --help output
List the actions first, as they are the most important options. Group
the other options more sensibly, consistent with the man page. Correct
a few typographical errors, clarify some things.
Also update the pg_receivexlog --help output to make it a bit more
pg_recvlogical: Improve --help output
List the actions first, as they are the most important options. Group
the other options more sensibly, consistent with the man page. Correct
a few typographical errors, clarify some things.
Also update the pg_receivexlog --help output to make it a bit more
Message improvements
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/b7a08c80283c8d564933381b24c1993d49926e15
Modified Files
--
src/backend/access/nbtree/nbtpage.c |2 +-
src/backend/access/transam/xlog.c |6 +++---
src/backend/commands/dbcomm
Message improvements
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/7ce2a45aeb12d3d32a5b5e334f99a67264613fc1
Modified Files
--
src/backend/access/nbtree/nbtpage.c |2 +-
src/backend/access/transam/xlog.c |6 +++---
src/backend/commands
pg_upgrade: prefix Unix shell script name output with "./"
This more clearly suggests the current directory. While this also works
on Windows, it might be confusing.
Report by Christoph Berg
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/dc9c612767f20f28f35f06d70
docs: remove mention that attnotnull should be changed
Report by Andres Freund
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/80e6af1272750595c02e910bde907e30c592579b
Modified Files
--
doc/src/sgml/catalogs.sgml |3 +--
1 file changed, 1 insertion(+
regression: adjust polygon diagrams to not use tabs
Also, small diagram adjustments
Patch by Emre Hasegeli
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/4f2e5a8a84f39ec027d1018f655b85b1b1513701
Modified Files
--
src/test/regress/expected/polygon.out
Did we ever address this concern?
---
On Sun, Jun 22, 2014 at 12:19:49PM -0700, Jeff Davis wrote:
> On Sat, 2014-06-21 at 14:21 +, Kevin Grittner wrote:
> > Fix documentation template for CREATE TRIGGER.
> >
> > By usin
Improve documentation about JSONB array containment behavior.
Per gripe from Josh Berkus.
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/308ab77b89ec1662f24b5ab4013ff0d1bd4153a1
Modified Files
--
doc/src/sgml/json.sgml | 12 ++--
1 file
Improve documentation about JSONB array containment behavior.
Per gripe from Josh Berkus.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/25ad5a52847699527ddba6e86aa353075e578e9b
Modified Files
--
doc/src/sgml/json.sgml | 12 ++--
1 file changed
Fix bogus optimization in JSONB containment tests.
When determining whether one JSONB object contains another, it's okay to
make a quick exit if the first object has fewer pairs than the second:
because we de-duplicate keys within objects, it is impossible that the
first object has all the keys th
Fix bogus optimization in JSONB containment tests.
When determining whether one JSONB object contains another, it's okay to
make a quick exit if the first object has fewer pairs than the second:
because we de-duplicate keys within objects, it is impossible that the
first object has all the keys th
12 matches
Mail list logo