[COMMITTERS] pgsql: Fix interval_transform so it doesn't throw away non-no-op casts.

2016-12-27 Thread Tom Lane
Fix interval_transform so it doesn't throw away non-no-op casts. interval_transform() contained two separate bugs that caused it to sometimes mistakenly decide that a cast from interval to restricted interval is a no-op and throw it away. First, it was wrong to rely on dt.h's field type macros to

[COMMITTERS] pgsql: Fix interval_transform so it doesn't throw away non-no-op casts.

2016-12-27 Thread Tom Lane
Fix interval_transform so it doesn't throw away non-no-op casts. interval_transform() contained two separate bugs that caused it to sometimes mistakenly decide that a cast from interval to restricted interval is a no-op and throw it away. First, it was wrong to rely on dt.h's field type macros to

[COMMITTERS] pgsql: Fix interval_transform so it doesn't throw away non-no-op casts.

2016-12-27 Thread Tom Lane
Fix interval_transform so it doesn't throw away non-no-op casts. interval_transform() contained two separate bugs that caused it to sometimes mistakenly decide that a cast from interval to restricted interval is a no-op and throw it away. First, it was wrong to rely on dt.h's field type macros to

[COMMITTERS] pgsql: Fix interval_transform so it doesn't throw away non-no-op casts.

2016-12-27 Thread Tom Lane
Fix interval_transform so it doesn't throw away non-no-op casts. interval_transform() contained two separate bugs that caused it to sometimes mistakenly decide that a cast from interval to restricted interval is a no-op and throw it away. First, it was wrong to rely on dt.h's field type macros to

[COMMITTERS] pgsql: Fix interval_transform so it doesn't throw away non-no-op casts.

2016-12-27 Thread Tom Lane
Fix interval_transform so it doesn't throw away non-no-op casts. interval_transform() contained two separate bugs that caused it to sometimes mistakenly decide that a cast from interval to restricted interval is a no-op and throw it away. First, it was wrong to rely on dt.h's field type macros to

[COMMITTERS] pgsql: Fix interval_transform so it doesn't throw away non-no-op casts.

2016-12-27 Thread Tom Lane
Fix interval_transform so it doesn't throw away non-no-op casts. interval_transform() contained two separate bugs that caused it to sometimes mistakenly decide that a cast from interval to restricted interval is a no-op and throw it away. First, it was wrong to rely on dt.h's field type macros to

[COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple.

2016-12-27 Thread Andrew Dunstan
Explain unaccounted for space in pgstattuple. In addition to space accounted for by tuple_len, dead_tuple_len and free_space, the table_len includes page overhead, the item pointers table and padding bytes. Backpatch to live branches. Branch -- REL9_6_STABLE Details --- http://git.postg

[COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple.

2016-12-27 Thread Andrew Dunstan
Explain unaccounted for space in pgstattuple. In addition to space accounted for by tuple_len, dead_tuple_len and free_space, the table_len includes page overhead, the item pointers table and padding bytes. Backpatch to live branches. Branch -- REL9_3_STABLE Details --- http://git.postg

[COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple.

2016-12-27 Thread Andrew Dunstan
Explain unaccounted for space in pgstattuple. In addition to space accounted for by tuple_len, dead_tuple_len and free_space, the table_len includes page overhead, the item pointers table and padding bytes. Backpatch to live branches. Branch -- REL9_5_STABLE Details --- http://git.postg

[COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple.

2016-12-27 Thread Andrew Dunstan
Explain unaccounted for space in pgstattuple. In addition to space accounted for by tuple_len, dead_tuple_len and free_space, the table_len includes page overhead, the item pointers table and padding bytes. Backpatch to live branches. Branch -- master Details --- http://git.postgresql.o

[COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple.

2016-12-27 Thread Andrew Dunstan
Explain unaccounted for space in pgstattuple. In addition to space accounted for by tuple_len, dead_tuple_len and free_space, the table_len includes page overhead, the item pointers table and padding bytes. Backpatch to live branches. Branch -- REL9_2_STABLE Details --- http://git.postg

[COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple.

2016-12-27 Thread Andrew Dunstan
Explain unaccounted for space in pgstattuple. In addition to space accounted for by tuple_len, dead_tuple_len and free_space, the table_len includes page overhead, the item pointers table and padding bytes. Backpatch to live branches. Branch -- REL9_4_STABLE Details --- http://git.postg

[COMMITTERS] pgsql: Don't rename .partial files in pg_receivexlog if an error occure

2016-12-27 Thread Magnus Hagander
Don't rename .partial files in pg_receivexlog if an error occured In 56c7d8d the behavior to keep .partial segments around (considered corrupt) in case an connection failure occurs was accidentally removed. This would lead to an incomplete segment being considered complete. Author: Michael Paquie

[COMMITTERS] pgsql: Fix typo comments

2016-12-27 Thread Magnus Hagander
Fix typo comments Erik Rijkers Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6cfa54e384700d4a2124e5c4d7a1eb91e8e0eeb7 Modified Files -- src/backend/commands/tablecmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committer