Fix incorrect use of shm_unlink where unlink should be used.
Per buildfarm.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/4b7b9a790405f5826ddfc7e9884805edd5396d75
Modified Files
--
src/backend/storage/ipc/dsm_impl.c |2 +-
1 file changed, 1 insertio
json_typeof function.
Andrew Tipton.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/4d212bac1752e1bad6f3aa6242061c393ae93a0a
Modified Files
--
doc/src/sgml/func.sgml | 31 ++--
src/backend/utils/adt/json.c | 52 +
Fix bug in record_image_ops on big endian machines.
The buildfarm pointed out the problem.
Fix based on suggestion by Robert Haas.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/15e46fd1dd77d908d73c48d601694a6809d18976
Modified Files
--
src/backend/uti
Peter Eisentraut wrote:
> Stamp 9.3.1.
>
> Branch
> --
> REL9_3_STABLE
Did you also create the tags?
--
Álvaro Herrerahttp://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
--
Sent via pgsql-committers mailing list (pgsql-committers@postgres
initdb: Select working dynamic shared memory implementation.
If POSIX shared memory is supported and works, we prefer it.
Otherwise, we prefer System V, except on Windows, where we use
the implementation specific to that platform.
Branch
--
master
Details
---
http://git.postgresql.org/pg
Tag refs/tags/REL9_1_10 was created.
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
Tag refs/tags/REL9_0_14 was created.
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
Tag refs/tags/REL9_2_5 was created.
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
Tag refs/tags/REL9_3_1 was created.
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
Tag refs/tags/REL8_4_18 was created.
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
On Thu, 2013-10-10 at 18:49 -0300, Alvaro Herrera wrote:
> Peter Eisentraut wrote:
> > Stamp 9.3.1.
> >
> > Branch
> > --
> > REL9_3_STABLE
>
> Did you also create the tags?
>
Yes, just pushed.
--
Sent via pgsql-committers mailing list ([email protected])
To make changes t
Update regression tests for line type patch
Erroneously omitted in 261c7d4b653bc3e44c31fd456d94f292caa50d8f
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/083b86e71bd39549927db6a4007b0073a98e5a00
Modified Files
--
src/test/regress/expected/geometry_1.ou
Replace duplicate_oids with Perl implementation
It is more portable, more robust, and more readable.
From: Andrew Dunstan
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/3dc543b3d84f048ca563af1bc98092f1e01e4a81
Modified Files
--
src/include/catalog/dup
Remove maintainer-check target, fold into normal build
make maintainer-check was obscure and rarely called in practice, and
many breakages were missed. Fold everything that make maintainer-check
used to do into the normal build. Specifically:
- Call duplicate_oids when genbki.pl is called.
- C
doc: Handle additional character entities for SGML/XML conversion
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/92c2d2ba3adc966d2eada6e792bdbf80cf7345a4
Modified Files
--
doc/src/sgml/Makefile |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
doc: Fix table column number declaration
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/d42d839e52e907b202d9355d5151d9b196f75f03
Modified Files
--
doc/src/sgml/pgcrypto.sgml |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Sent vi
doc: Fix table column number declaration
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/8238d1ed8f9682e74f4bb7d0bcdef8bae57efdf1
Modified Files
--
doc/src/sgml/pgcrypto.sgml |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Sent via pgsql
doc: Move check-tabs target into html target
The previous plan of having the check-tabs target a prerequisite of
"all" and "distprep" caused make distcheck to fail because make -q
distprep would never be satisfied. Put check-tabs into the html target
instead, so it is only called when a build act
Use $(PERL) to invoke duplicate_oids
Per buildfarm failure reported by smilodon
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/ada01014d4739120361fb96e3f91e2fd6791d6b8
Modified Files
--
src/backend/catalog/Makefile |2 +-
1 file changed, 1 insertion(
Rework SSL renegotiation code
The existing renegotiation code was home for several bugs: it might
erroneously report that renegotiation had failed; it might try to
execute another renegotiation while the previous one was pending; it
failed to terminate the connection if the renegotiation never act
20 matches
Mail list logo