[COMMITTERS] pgsql: Fix incorrect pg_proc.proallargtypes entries for two built-in fu

2014-04-23 Thread Tom Lane
Fix incorrect pg_proc.proallargtypes entries for two built-in functions. pg_sequence_parameters() and pg_identify_object() have had incorrect proallargtypes entries since 9.1 and 9.3 respectively. This was mostly masked by the correct information in proargtypes, but a few operations such as pg_ge

[COMMITTERS] pgsql: Fix incorrect pg_proc.proallargtypes entries for two built-in fu

2014-04-23 Thread Tom Lane
Fix incorrect pg_proc.proallargtypes entries for two built-in functions. pg_sequence_parameters() and pg_identify_object() have had incorrect proallargtypes entries since 9.1 and 9.3 respectively. This was mostly masked by the correct information in proargtypes, but a few operations such as pg_ge

[COMMITTERS] pgsql: Fix incorrect pg_proc.proallargtypes entries for two built-in fu

2014-04-23 Thread Tom Lane
Fix incorrect pg_proc.proallargtypes entries for two built-in functions. pg_sequence_parameters() and pg_identify_object() have had incorrect proallargtypes entries since 9.1 and 9.3 respectively. This was mostly masked by the correct information in proargtypes, but a few operations such as pg_ge

[COMMITTERS] pgsql: Fix incorrect pg_proc.proallargtypes entries for two built-in fu

2014-04-23 Thread Tom Lane
Fix incorrect pg_proc.proallargtypes entries for two built-in functions. pg_sequence_parameters() and pg_identify_object() have had incorrect proallargtypes entries since 9.1 and 9.3 respectively. This was mostly masked by the correct information in proargtypes, but a few operations such as pg_ge

[COMMITTERS] pgsql: Allow polymorphic aggregates to have non-polymorphic state data

2014-04-23 Thread Tom Lane
Allow polymorphic aggregates to have non-polymorphic state data types. Before 9.4, such an aggregate couldn't be declared, because its final function would have to have polymorphic result type but no polymorphic argument, which CREATE FUNCTION would quite properly reject. The ordered-set-aggregat

[COMMITTERS] pgsql: doc: Fix DocBook table column count declaration

2014-04-23 Thread Peter Eisentraut
doc: Fix DocBook table column count declaration This was broken in 26cd1d7d9513b2b490efc746551ec5a786b56212. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/125ba2945aacde7713f3767b012c429c384f3b62 Modified Files -- doc/src/sgml/func.sgml |2 +- 1 fil

[COMMITTERS] pgsql: ecpg: Add additional files to .gitignore

2014-04-23 Thread Peter Eisentraut
ecpg: Add additional files to .gitignore These are test files added by f9179685371b74bf4752bf3f87846e5625cf91fa. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c18cc0034e184374e1586c822a2ab09a494d33ff Modified Files -- src/interfaces/ecpg/test/preproc/.

[COMMITTERS] pgsql: Update obsolete comments.

2014-04-23 Thread Heikki Linnakangas
Update obsolete comments. We no longer have a TLI field in the page header. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a4ad9afec2c2266105736ff8d78870356867cc37 Modified Files -- src/backend/access/heap/heapam.c |4 ++-- src/backend/access/nb

[COMMITTERS] pgsql: Update obsolete comments.

2014-04-23 Thread Heikki Linnakangas
Update obsolete comments. We no longer have a TLI field in the page header. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f468c64cb68fddcdf169c0b4fd8c88aa425d3116 Modified Files -- src/backend/access/heap/heapam.c |4 ++-- src/backend/ac

[COMMITTERS] pgsql: Fix typo, trance -> tranche, in docs.

2014-04-23 Thread Heikki Linnakangas
Fix typo, trance -> tranche, in docs. Amit Langote Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4a781f1e6cf3be5ca84f09804f7d7c3a2180210b Modified Files -- doc/src/sgml/monitoring.sgml | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)

[COMMITTERS] pgsql: Fix typos in comment.

2014-04-23 Thread Heikki Linnakangas
Fix typos in comment. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/6c5cba8e0b0dee9d1802d3477b9b882782e95ab1 Modified Files -- src/backend/access/nbtree/nbtree.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-com

[COMMITTERS] pgsql: Fix typos in comment.

2014-04-23 Thread Heikki Linnakangas
Fix typos in comment. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8fbfbf1472776cc5d12cafc5e625a15593272b33 Modified Files -- src/backend/access/nbtree/nbtree.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Fix typos in comment.

2014-04-23 Thread Heikki Linnakangas
Fix typos in comment. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/b60162402606608dfc2fb5e2aca85caf7adc1e42 Modified Files -- src/backend/access/nbtree/nbtree.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-com

[COMMITTERS] pgsql: Fix typos in comment.

2014-04-23 Thread Heikki Linnakangas
Fix typos in comment. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/59bc3cac41ec36150c3fe8a582be233be98807d8 Modified Files -- src/backend/access/nbtree/nbtree.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-com

[COMMITTERS] pgsql: Cleanup of new b-tree page deletion code.

2014-04-23 Thread Heikki Linnakangas
Cleanup of new b-tree page deletion code. When marking a branch as half-dead, a pointer to the top of the branch is stored in the leaf block's hi-key. During normal operation, the high key was left in place, and the block number was just stored in the ctid field of the high key tuple, but in WAL r