Log Message:
---
Minor help message correction
Modified Files:
--
slony-ctl/outils:
111_create_dropobj.sh (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/111_create_dropobj.sh?r1=1.4&r2=1.5)
112_exec_dropobj.s
Log Message:
---
Echoing table name and sequence name when dropping object
Modified Files:
--
slony-ctl/outils:
slony_dropobj.sh (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/slony_dropobj.sh?r1=1.6&r2=1.7)
--
Sen
On IA64 architecture, we check the depth of the register stack in addition
to the regular stack. The code to do that is platform and compiler specific,
add support for the HP-UX native compiler.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/e910bd2dfee154c2b0
On IA64 architecture, we check the depth of the register stack in addition
to the regular stack. The code to do that is platform and compiler specific,
add support for the HP-UX native compiler.
Branch
--
REL8_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/4f5ed3a1cd43598745
On IA64 architecture, we check the depth of the register stack in addition
to the regular stack. The code to do that is platform and compiler specific,
add support for the HP-UX native compiler.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/b5bb040da63806f7386b3434c
On IA64 architecture, we check the depth of the register stack in addition
to the regular stack. The code to do that is platform and compiler specific,
add support for the HP-UX native compiler.
Branch
--
REL8_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/f16907b98b6ff906e4
On IA64 architecture, we check the depth of the register stack in addition
to the regular stack. The code to do that is platform and compiler specific,
add support for the HP-UX native compiler.
Branch
--
REL8_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/cbb8c36c8d83edba97
Log Message:
---
minor changes to groff2html and updated the docs for PGtypeHanlder
Modified Files:
--
libpqtypes:
ChangeLog (r1.60 -> r1.61)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.60&r2=1.61)
groff2html (r
Fix pg_upgrade crash
Fix pg_upgrade crash in 9.0 caused by a new cluster database that
doesn't exist in the old cluster; instead throw an error. This was
reported to me by EnterpriseDB testing staff. This bug does not exist
in git head.
Branch
--
REL9_0_STABLE
Details
---
http://git.p
Revert the patch to check if we've reached end-of-backup also when doing
crash recovery, and throw an error if not. hubert depesz lubaczewski pointed
out that that situation also happens in the crash recovery following a
system crash that happens during an online backup.
We might want to do someth
Revert the patch to check if we've reached end-of-backup also when doing
crash recovery, and throw an error if not. hubert depesz lubaczewski pointed
out that that situation also happens in the crash recovery following a
system crash that happens during an online backup.
We might want to do someth
On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differently
than on other platforms, and only IPv6 addresses are returned. Because of
those two issues, fall back to ioctl(SIOCGIFCONF) on HP/UX, so that it at
least compiles and finds IPv4 addresses. This function is currently only
used f
On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differently
than on other platforms, and only IPv6 addresses are returned. Because of
those two issues, fall back to ioctl(SIOCGIFCONF) on HP/UX, so that it at
least compiles and finds IPv4 addresses. This function is currently only
used f
Avoid incorrectly granting replication to roles created with NOSUPERUSER.
Andres Freund
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/0a49c95c734d58385e9c5e335088da1cd54e2344
Modified Files
--
src/backend/commands/user.c |2 +-
1 files changed, 1 in
Update time zone data files to tzdata release 2011f.
DST law changes in Chile, Cuba, Falkland Islands, Morocco, Samoa, Turkey.
Historical corrections for South Australia, Alaska, Hawaii.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/170aeb54074ae2e21b22b79d1dd5c665
Update time zone data files to tzdata release 2011f.
DST law changes in Chile, Cuba, Falkland Islands, Morocco, Samoa, Turkey.
Historical corrections for South Australia, Alaska, Hawaii.
Branch
--
REL8_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/18659751eae7cc58cecac86e3
Update time zone data files to tzdata release 2011f.
DST law changes in Chile, Cuba, Falkland Islands, Morocco, Samoa, Turkey.
Historical corrections for South Australia, Alaska, Hawaii.
Branch
--
REL8_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/ae99b3cca53cc343107aa38f6
Update time zone data files to tzdata release 2011f.
DST law changes in Chile, Cuba, Falkland Islands, Morocco, Samoa, Turkey.
Historical corrections for South Australia, Alaska, Hawaii.
Branch
--
REL8_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/193dc638a56558b60400310df
Update time zone data files to tzdata release 2011f.
DST law changes in Chile, Cuba, Falkland Islands, Morocco, Samoa, Turkey.
Historical corrections for South Australia, Alaska, Hawaii.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/078a930bbdd605517d5894710
Log Message:
---
Reference tclsh8.5 rather than 8.4.
Modified Files:
--
libpgtcl/playpen/pghelpers:
Makefile (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/playpen/pghelpers/Makefile?r1=1.1&r2=1.2)
--
Sent via pgsql-committers
Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos.
When we are doing GEQO join planning, the current memory context is a
short-lived context that will be reset at the end of geqo_eval(). However,
the RelOptInfos for base relations are set up before that and then re-used
across
Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos.
When we are doing GEQO join planning, the current memory context is a
short-lived context that will be reset at the end of geqo_eval(). However,
the RelOptInfos for base relations are set up before that and then re-used
across
Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos.
When we are doing GEQO join planning, the current memory context is a
short-lived context that will be reset at the end of geqo_eval(). However,
the RelOptInfos for base relations are set up before that and then re-used
across
Fix toast table creation.
Instead of using slightly-too-clever heuristics to decide when we must
create a TOAST table, just check whether one is needed every time the
table is altered. Checking whether a toast table is needed is cheap
enough that we needn't worry about doing it on every ALTER TAB
Remove obsolete comment.
The lock level for adding a parent table is now ShareUpdateExclusiveLock;
see commit fbcf4b92aa64d4577bcf25925b055316b978744a. This comment didn't
get updated to match, but it doesn't seem important to mention this detail
here, so rather than updating it now, just take it
25 matches
Mail list logo