Stamp 8.4.21.
Branch
--
REL8_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/e1fa2d4139bbc2dace6da1f6f77bc7e87cd091bb
Modified Files
--
configure| 18 +-
configure.in |2 +-
doc/bug.template
Stamp 9.0.17.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/192856b1b9a5abe99bcd8b417d5ef39f09ae2c9d
Modified Files
--
configure| 18 +-
configure.in |2 +-
doc/bug.template
Stamp 9.1.13.
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/697becf743b3176a038d78857b14976d441a0027
Modified Files
--
configure| 18 +-
configure.in |2 +-
doc/bug.template
Stamp 9.3.4.
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/d4f8dde3c1c2c90c723ab550e7f449fc75599316
Modified Files
--
configure| 18 +-
configure.in |2 +-
doc/bug.template
Stamp 9.2.8.
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/f07692e1906c5f78d4dc4f777ade31cbfdb0069e
Modified Files
--
configure| 18 +-
configure.in |2 +-
doc/bug.template
Release notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/551fb5ac742eb7dbf92aa80743aa5a52b8a0189f
Modified Files
--
doc/src/sgml/release-8.4.sgml | 122 ++
doc/src/sgml/release-9.0.sgm
Release notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21.
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/f0a8488ab74502fe376a4d542437b770299a3d79
Modified Files
--
doc/src/sgml/release-8.4.sgml | 122 +
doc/src/sgml/relea
Release notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21.
Branch
--
REL8_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/cc80df243eaee67530fe5ca88435b36360031510
Modified Files
--
doc/src/sgml/release-8.4.sgml | 122 +
1 file
Release notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21.
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/00e063a23277a8aa2fcf522baec394b2846dcafb
Modified Files
--
doc/src/sgml/release-8.4.sgml | 122 ++
doc/src/sgml/release-
Release notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21.
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/fc61da7c911e99152907cd74fe6b7e3163cce280
Modified Files
--
doc/src/sgml/release-8.4.sgml | 122 +++
doc/src/sgml/release-9.0.sgml | 156
Release notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/94440154092cecf808dddfbf7e8af3276044b74d
Modified Files
--
doc/src/sgml/release-8.4.sgml | 122
doc/src/sgml/re
On 17 March 2014 17:00, Tom Lane wrote:
> Thom Brown writes:
>> On 17 March 2014 12:44, Alvaro Herrera wrote:
>>> "iff" was discussed in pg-hackers a fortnight ago or so. In this
>>> particular case I don't think "iff" rather than "if" added too much to
>>> the sentence, though, so I think it's
Thom Brown writes:
> On 17 March 2014 12:44, Alvaro Herrera wrote:
>> "iff" was discussed in pg-hackers a fortnight ago or so. In this
>> particular case I don't think "iff" rather than "if" added too much to
>> the sentence, though, so I think it's fine as it is.
> Could you elaborate, for my
On 17 March 2014 12:44, Alvaro Herrera wrote:
> Fujii Masao wrote:
>
>> src/backend/access/heap/rewriteheap.c |6 +++---
>
> This one wasn't strictly a typo:
>
> @@ -1046,7 +1046,7 @@ logical_rewrite_log_mapping(RewriteState state,
> TransactionId xid,
>
> /*
> * Perform logical remap
Tom Lane wrote:
> During index build, check and elog (not just Assert) for broken HOT chain.
>
> The recently-fixed bug in WAL replay could result in not finding a parent
> tuple for a heap-only tuple. The existing code would either Assert or
> generate an invalid index entry, neither of which is
During index build, check and elog (not just Assert) for broken HOT chain.
The recently-fixed bug in WAL replay could result in not finding a parent
tuple for a heap-only tuple. The existing code would either Assert or
generate an invalid index entry, neither of which is desirable. Throw a
regul
During index build, check and elog (not just Assert) for broken HOT chain.
The recently-fixed bug in WAL replay could result in not finding a parent
tuple for a heap-only tuple. The existing code would either Assert or
generate an invalid index entry, neither of which is desirable. Throw a
regul
Fix thinko: have trueTriConsistentFn return GIN_TRUE.
While we're at it, also improve comments in ginlogic.c.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/d663d4399e767223e454302ea90d04f78b2f9d29
Modified Files
--
src/backend/access/gin/ginlogic.c |
Fujii Masao wrote:
> src/backend/access/heap/rewriteheap.c |6 +++---
This one wasn't strictly a typo:
@@ -1046,7 +1046,7 @@ logical_rewrite_log_mapping(RewriteState state,
TransactionId xid,
/*
* Perform logical remapping for a tuple that's mapped from old_tid to
- * new_tuple->t
Fix typos in comments.
Thom Brown
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/2bccced110025f48bf426a8a9d7f627ef3663fcd
Modified Files
--
contrib/pgcrypto/openssl.c |2 +-
doc/src/sgml/gin.sgml |2 +-
src/b
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
On clean shutdown, walsender waits for all WAL to be replicated to a standby,
and exits. It determined whether that replication had been completed by
checking whether its sent location had been equal to a standby's flush
lo
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
On clean shutdown, walsender waits for all WAL to be replicated to a standby,
and exits. It determined whether that replication had been completed by
checking whether its sent location had been equal to a standby's flush
lo
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
On clean shutdown, walsender waits for all WAL to be replicated to a standby,
and exits. It determined whether that replication had been completed by
checking whether its sent location had been equal to a standby's flush
lo
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
On clean shutdown, walsender waits for all WAL to be replicated to a standby,
and exits. It determined whether that replication had been completed by
checking whether its sent location had been equal to a standby's flush
lo
Fix small typo in comment
Michael Paquier
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/02703ff2277791a7f1bccf61124bee830f2b5fcb
Modified Files
--
src/include/access/nbtree.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via pgsql-
25 matches
Mail list logo