You can subscribe to this list here.
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(28) |
Jun
(12) |
Jul
(11) |
Aug
(12) |
Sep
(5) |
Oct
(19) |
Nov
(14) |
Dec
(12) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2011 |
Jan
(18) |
Feb
(30) |
Mar
(115) |
Apr
(89) |
May
(50) |
Jun
(44) |
Jul
(22) |
Aug
(13) |
Sep
(11) |
Oct
(30) |
Nov
(28) |
Dec
(39) |
| 2012 |
Jan
(38) |
Feb
(18) |
Mar
(43) |
Apr
(91) |
May
(108) |
Jun
(46) |
Jul
(37) |
Aug
(44) |
Sep
(33) |
Oct
(29) |
Nov
(36) |
Dec
(15) |
| 2013 |
Jan
(35) |
Feb
(611) |
Mar
(5) |
Apr
(55) |
May
(30) |
Jun
(28) |
Jul
(458) |
Aug
(34) |
Sep
(9) |
Oct
(39) |
Nov
(22) |
Dec
(32) |
| 2014 |
Jan
(16) |
Feb
(16) |
Mar
(42) |
Apr
(179) |
May
(7) |
Jun
(6) |
Jul
(9) |
Aug
|
Sep
(4) |
Oct
|
Nov
(3) |
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:22:04
|
Project "Postgres-XC".
The tag, REL9_1_BETA2 has been created
at 829ae4bf830e14bda649a153f7d179681e2ad094 (commit)
- Log -----------------------------------------------------------------
commit 829ae4bf830e14bda649a153f7d179681e2ad094
Author: Tom Lane <tg...@ss...>
Date: Thu Jun 9 19:40:42 2011 -0400
Tag 9.1beta2.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:22:01
|
Project "Postgres-XC".
The tag, REL9_1_BETA1 has been created
at 993c5e59047dd568d4831f7ec5c6199acd21f17f (commit)
- Log -----------------------------------------------------------------
commit 993c5e59047dd568d4831f7ec5c6199acd21f17f
Author: Tom Lane <tg...@ss...>
Date: Wed Apr 27 17:17:22 2011 -0400
Tag 9.1beta1.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:58
|
Project "Postgres-XC".
The tag, REL9_1_ALPHA5 has been created
at 7c7fd882a5275bf40cd5ac72c6118916f7802aa4 (commit)
- Log -----------------------------------------------------------------
commit 7c7fd882a5275bf40cd5ac72c6118916f7802aa4
Author: Robert Haas <rh...@po...>
Date: Mon Mar 28 09:42:09 2011 -0400
Mark up release notes using <link>.
Unlike <xref>, this actually works.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:55
|
Project "Postgres-XC".
The tag, REL9_1_ALPHA4 has been created
at 8cc55b1c0fbf9a2e01d14311716b59d19314126e (commit)
- Log -----------------------------------------------------------------
commit 8cc55b1c0fbf9a2e01d14311716b59d19314126e
Author: Bruce Momjian <br...@mo...>
Date: Wed Mar 9 09:18:44 2011 -0500
Improve wording of initdb and pg_controldata manual pages.
gabrielle <go...@gm...>
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:51
|
Project "Postgres-XC".
The tag, REL9_1_ALPHA3 has been created
at a5f96409fd748e519d4a061d678e4552e66f0019 (commit)
- Log -----------------------------------------------------------------
commit a5f96409fd748e519d4a061d678e4552e66f0019
Author: Peter Eisentraut <pe...@gm...>
Date: Tue Dec 28 21:19:17 2010 +0200
No release notes update, just advance the date
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:48
|
Project "Postgres-XC".
The tag, REL9_1_ALPHA2 has been created
at 76b12e0af765b2ca2eeddcabdd5e7c22eda164da (commit)
- Log -----------------------------------------------------------------
commit 76b12e0af765b2ca2eeddcabdd5e7c22eda164da
Author: Tom Lane <tg...@ss...>
Date: Sun Oct 31 11:42:51 2010 -0400
Revert removal of trigger flag from plperl function hash key.
As noted by Jan Urbanski, this flag is in fact needed to ensure that the
function's input/result conversion functions are set up as expected.
Add a regression test to discourage anyone from making same mistake
in future.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:45
|
Project "Postgres-XC".
The tag, REL9_1_ALPHA1 has been created
at 303696c3b47e6719e983e93da5896ddc4a2e0dbb (commit)
- Log -----------------------------------------------------------------
commit 303696c3b47e6719e983e93da5896ddc4a2e0dbb
Author: Tom Lane <tg...@ss...>
Date: Fri Sep 3 01:34:55 2010 +0000
Install a data-type-based solution for protecting pg_get_expr().
Since the code underlying pg_get_expr() is not secure against malformed
input, and can't practically be made so, we need to prevent miscreants
from feeding arbitrary data to it. We can do this securely by declaring
pg_get_expr() to take a new datatype "pg_node_tree" and declaring the
system catalog columns that hold nodeToString output to be of that type.
There is no way at SQL level to create a non-null value of type pg_node_tree.
Since the backend-internal operations that fill those catalog columns
operate below the SQL level, they are oblivious to the datatype relabeling
and don't need any changes.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:42
|
Project "Postgres-XC".
The tag, REL9_1_7 has been created
at c47f643c49d1f56c388dd0e7405ed280cfa9d0b2 (commit)
- Log -----------------------------------------------------------------
commit c47f643c49d1f56c388dd0e7405ed280cfa9d0b2
Author: Tom Lane <tg...@ss...>
Date: Mon Dec 3 15:19:35 2012 -0500
Stamp 9.1.7.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:39
|
Project "Postgres-XC".
The tag, REL9_1_6 has been created
at 04a37a5716867f8eade144baac847a9737ac22f5 (commit)
- Log -----------------------------------------------------------------
commit 04a37a5716867f8eade144baac847a9737ac22f5
Author: Tom Lane <tg...@ss...>
Date: Wed Sep 19 17:50:31 2012 -0400
Stamp 9.1.6.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:36
|
Project "Postgres-XC".
The tag, REL9_1_5 has been created
at 04e96bc69d541dd7b5f4d3b3daf49d291c7fcbb4 (commit)
- Log -----------------------------------------------------------------
commit 04e96bc69d541dd7b5f4d3b3daf49d291c7fcbb4
Author: Tom Lane <tg...@ss...>
Date: Tue Aug 14 18:41:04 2012 -0400
Stamp 9.1.5.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:32
|
Project "Postgres-XC".
The tag, REL9_1_4 has been created
at 8e61ded616bdce65c43254b010f801f39b29ce3b (commit)
- Log -----------------------------------------------------------------
commit 8e61ded616bdce65c43254b010f801f39b29ce3b
Author: Tom Lane <tg...@ss...>
Date: Thu May 31 19:07:09 2012 -0400
Stamp 9.1.4.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:29
|
Project "Postgres-XC".
The tag, REL9_1_3 has been created
at 64c47e4542910ebbfb494bec3f8abf8733113394 (commit)
- Log -----------------------------------------------------------------
commit 64c47e4542910ebbfb494bec3f8abf8733113394
Author: Tom Lane <tg...@ss...>
Date: Thu Feb 23 17:53:36 2012 -0500
Stamp 9.1.3.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:26
|
Project "Postgres-XC".
The tag, REL9_1_2 has been created
at cfd8cf37d20be715e4bb9e382844c79556516824 (commit)
- Log -----------------------------------------------------------------
commit cfd8cf37d20be715e4bb9e382844c79556516824
Author: Tom Lane <tg...@ss...>
Date: Thu Dec 1 16:47:20 2011 -0500
Stamp 9.1.2.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:23
|
Project "Postgres-XC".
The tag, REL9_1_1 has been created
at 8da4007a4d78168243d0e2ce67d97073ce2812ce (commit)
- Log -----------------------------------------------------------------
commit 8da4007a4d78168243d0e2ce67d97073ce2812ce
Author: Tom Lane <tg...@ss...>
Date: Thu Sep 22 17:57:57 2011 -0400
Stamp 9.1.1.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:20
|
Project "Postgres-XC".
The tag, REL9_1_0 has been created
at 1f43001424a9da624a89b213d0be606a8212a50a (commit)
- Log -----------------------------------------------------------------
commit 1f43001424a9da624a89b213d0be606a8212a50a
Author: Tom Lane <tg...@ss...>
Date: Thu Sep 8 17:13:27 2011 -0400
Stamp 9.1.0.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:17
|
Project "Postgres-XC".
The tag, REL9_0_RC1 has been created
at ee48d27e34f8c2c6a410b7265d8ac11dd8368e77 (commit)
- Log -----------------------------------------------------------------
commit ee48d27e34f8c2c6a410b7265d8ac11dd8368e77
Author: Marc G. Fournier <sc...@hu...>
Date: Fri Aug 27 03:04:41 2010 +0000
tag rc1 ... final stretch ...
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:14
|
Project "Postgres-XC".
The tag, REL9_0_BETA4 has been created
at 5f3c54a3a6c771980fe7c55b747e8bea7199ae77 (commit)
- Log -----------------------------------------------------------------
commit 5f3c54a3a6c771980fe7c55b747e8bea7199ae77
Author: Marc G. Fournier <sc...@hu...>
Date: Fri Jul 30 03:31:41 2010 +0000
tag for beta4
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:11
|
Project "Postgres-XC".
The tag, REL9_0_BETA3 has been created
at 1084f317702e1a039696ab8a37caf900e55ec8f2 (commit)
- Log -----------------------------------------------------------------
commit 1084f317702e1a039696ab8a37caf900e55ec8f2
Author: Marc G. Fournier <sc...@hu...>
Date: Fri Jul 9 02:43:12 2010 +0000
tag beta3
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:09
|
Project "Postgres-XC".
The tag, REL9_0_BETA2 has been created
at dcd52a64bd9d3baa252a8bea662b08f7780035a1 (commit)
- Log -----------------------------------------------------------------
commit dcd52a64bd9d3baa252a8bea662b08f7780035a1
Author: Marc G. Fournier <sc...@hu...>
Date: Fri Jun 4 07:28:30 2010 +0000
tag 9.0beta2
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:05
|
Project "Postgres-XC".
The tag, REL9_0_BETA1 has been created
at f9d9b2b34a094b94fda39231c16ab5f2e6bfbbe4 (commit)
- Log -----------------------------------------------------------------
commit f9d9b2b34a094b94fda39231c16ab5f2e6bfbbe4
Author: Marc G. Fournier <sc...@hu...>
Date: Fri Apr 30 03:16:58 2010 +0000
tag for 9.0beta1
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:21:01
|
Project "Postgres-XC".
The tag, REL9_0_ALPHA5 has been created
at 0189c42f31dbd22c2707f0b79a5728eb91f5d66e (commit)
- Log -----------------------------------------------------------------
commit 0189c42f31dbd22c2707f0b79a5728eb91f5d66e
Author: Bruce Momjian <br...@mo...>
Date: Thu Apr 1 01:18:17 2010 +0000
Add contraint exclusion section to contraint docs.
Takahiro Itagaki
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:20:58
|
Project "Postgres-XC".
The tag, REL9_0_ALPHA4 has been created
at 3ba6a3cb76f3c3ab2994d83c84ec5fa453d40aa8 (commit)
- Log -----------------------------------------------------------------
commit 3ba6a3cb76f3c3ab2994d83c84ec5fa453d40aa8
Author: Peter Eisentraut <pe...@gm...>
Date: Fri Feb 19 18:43:31 2010 +0000
Version stamp 9.0alpha4
(in the right branch)
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:20:55
|
Project "Postgres-XC".
The tag, REL9_0_9 has been created
at 3b849dbf41357aa9cf209b194d6b7ac5c3c07113 (commit)
- Log -----------------------------------------------------------------
commit 3b849dbf41357aa9cf209b194d6b7ac5c3c07113
Author: Tom Lane <tg...@ss...>
Date: Tue Aug 14 18:43:20 2012 -0400
Stamp 9.0.9.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:20:52
|
Project "Postgres-XC".
The tag, REL9_0_8 has been created
at eab246d75f557cc5027568ccb0461ce5614eaad8 (commit)
- Log -----------------------------------------------------------------
commit eab246d75f557cc5027568ccb0461ce5614eaad8
Author: Tom Lane <tg...@ss...>
Date: Thu May 31 19:09:35 2012 -0400
Stamp 9.0.8.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-02-07 08:20:49
|
Project "Postgres-XC".
The tag, REL9_0_7 has been created
at f054f631a087fed80e7d570e89bed395859f2dc3 (commit)
- Log -----------------------------------------------------------------
commit f054f631a087fed80e7d570e89bed395859f2dc3
Author: Tom Lane <tg...@ss...>
Date: Thu Feb 23 17:56:26 2012 -0500
Stamp 9.0.7.
-----------------------------------------------------------------------
hooks/post-receive
--
Postgres-XC
|