|
1563 | 1563 | proname => 'string_to_array', proisstrict => 'f', prorettype => '_text',
|
1564 | 1564 | proargtypes => 'text text text', prosrc => 'text_to_array_null' },
|
1565 | 1565 | { oid => '8432', descr => 'split delimited text',
|
1566 |
| - proname => 'string_to_table', proisstrict => 'f', prorows => '1000', |
| 1566 | + proname => 'string_to_table', prorows => '1000', proisstrict => 'f', |
1567 | 1567 | proretset => 't', prorettype => 'text', proargtypes => 'text text',
|
1568 | 1568 | prosrc => 'text_to_table' },
|
1569 | 1569 | { oid => '8433', descr => 'split delimited text, with null string',
|
1570 |
| - proname => 'string_to_table', proisstrict => 'f', prorows => '1000', |
| 1570 | + proname => 'string_to_table', prorows => '1000', proisstrict => 'f', |
1571 | 1571 | proretset => 't', prorettype => 'text', proargtypes => 'text text text',
|
1572 | 1572 | prosrc => 'text_to_table_null' },
|
1573 | 1573 | { oid => '395',
|
|
5257 | 5257 | proargnames => '{pid,status,receive_start_lsn,receive_start_tli,written_lsn,flushed_lsn,received_tli,last_msg_send_time,last_msg_receipt_time,latest_end_lsn,latest_end_time,slot_name,sender_host,sender_port,conninfo}',
|
5258 | 5258 | prosrc => 'pg_stat_get_wal_receiver' },
|
5259 | 5259 | { oid => '8595', descr => 'statistics: information about replication slots',
|
5260 |
| - proname => 'pg_stat_get_replication_slots', prorows => '10', proisstrict => 'f', |
5261 |
| - proretset => 't', provolatile => 's', proparallel => 'r', |
| 5260 | + proname => 'pg_stat_get_replication_slots', prorows => '10', |
| 5261 | + proisstrict => 'f', proretset => 't', provolatile => 's', proparallel => 'r', |
5262 | 5262 | prorettype => 'record', proargtypes => '',
|
5263 | 5263 | proallargtypes => '{text,int8,int8,int8,int8,int8,int8,timestamptz}',
|
5264 | 5264 | proargmodes => '{o,o,o,o,o,o,o,o}',
|
|
5491 | 5491 | { oid => '1136', descr => 'statistics: information about WAL activity',
|
5492 | 5492 | proname => 'pg_stat_get_wal', proisstrict => 'f', provolatile => 's',
|
5493 | 5493 | proparallel => 'r', prorettype => 'record', proargtypes => '',
|
5494 |
| - proallargtypes => '{int8,timestamptz}', |
5495 |
| - proargmodes => '{o,o}', |
| 5494 | + proallargtypes => '{int8,timestamptz}', proargmodes => '{o,o}', |
5496 | 5495 | proargnames => '{wal_buffers_full,stats_reset}',
|
5497 | 5496 | prosrc => 'pg_stat_get_wal' },
|
5498 | 5497 |
|
|
5615 | 5614 | prorettype => 'void', proargtypes => 'text', prosrc => 'pg_stat_reset_slru' },
|
5616 | 5615 | { oid => '8596',
|
5617 | 5616 | descr => 'statistics: reset collected statistics for a single replication slot',
|
5618 |
| - proname => 'pg_stat_reset_replication_slot', proisstrict => 'f', provolatile => 'v', |
5619 |
| - prorettype => 'void', proargtypes => 'text', prosrc => 'pg_stat_reset_replication_slot' }, |
| 5617 | + proname => 'pg_stat_reset_replication_slot', proisstrict => 'f', |
| 5618 | + provolatile => 'v', prorettype => 'void', proargtypes => 'text', |
| 5619 | + prosrc => 'pg_stat_reset_replication_slot' }, |
5620 | 5620 |
|
5621 | 5621 | { oid => '3163', descr => 'current trigger depth',
|
5622 | 5622 | proname => 'pg_trigger_depth', provolatile => 's', proparallel => 'r',
|
|
7833 | 7833 | prosrc => 'pg_get_shmem_allocations' },
|
7834 | 7834 |
|
7835 | 7835 | # memory context of local backend
|
7836 |
| -{ oid => '2282', descr => 'information about all memory contexts of local backend', |
7837 |
| - proname => 'pg_get_backend_memory_contexts', prorows => '100', proretset => 't', |
7838 |
| - provolatile => 'v', proparallel => 'r', prorettype => 'record', proargtypes => '', |
| 7836 | +{ oid => '2282', |
| 7837 | + descr => 'information about all memory contexts of local backend', |
| 7838 | + proname => 'pg_get_backend_memory_contexts', prorows => '100', |
| 7839 | + proretset => 't', provolatile => 'v', proparallel => 'r', |
| 7840 | + prorettype => 'record', proargtypes => '', |
7839 | 7841 | proallargtypes => '{text,text,text,int4,int8,int8,int8,int8,int8}',
|
7840 | 7842 | proargmodes => '{o,o,o,o,o,o,o,o,o}',
|
7841 | 7843 | proargnames => '{name, ident, parent, level, total_bytes, total_nblocks, free_bytes, free_chunks, used_bytes}',
|
|
9748 | 9750 | proname => 'lag', prokind => 'w', prorettype => 'anyelement',
|
9749 | 9751 | proargtypes => 'anyelement int4', prosrc => 'window_lag_with_offset' },
|
9750 | 9752 | { oid => '3108', descr => 'fetch the Nth preceding row value with default',
|
9751 |
| - proname => 'lag', prokind => 'w', prorettype => 'anyelement', |
9752 |
| - proargtypes => 'anyelement int4 anyelement', |
| 9753 | + proname => 'lag', prokind => 'w', prorettype => 'anycompatible', |
| 9754 | + proargtypes => 'anycompatible int4 anycompatible', |
9753 | 9755 | prosrc => 'window_lag_with_offset_and_default' },
|
9754 | 9756 | { oid => '3109', descr => 'fetch the following row value',
|
9755 | 9757 | proname => 'lead', prokind => 'w', prorettype => 'anyelement',
|
|
9758 | 9760 | proname => 'lead', prokind => 'w', prorettype => 'anyelement',
|
9759 | 9761 | proargtypes => 'anyelement int4', prosrc => 'window_lead_with_offset' },
|
9760 | 9762 | { oid => '3111', descr => 'fetch the Nth following row value with default',
|
9761 |
| - proname => 'lead', prokind => 'w', prorettype => 'anyelement', |
9762 |
| - proargtypes => 'anyelement int4 anyelement', |
| 9763 | + proname => 'lead', prokind => 'w', prorettype => 'anycompatible', |
| 9764 | + proargtypes => 'anycompatible int4 anycompatible', |
9763 | 9765 | prosrc => 'window_lead_with_offset_and_default' },
|
9764 | 9766 | { oid => '3112', descr => 'fetch the first row value',
|
9765 | 9767 | proname => 'first_value', prokind => 'w', prorettype => 'anyelement',
|
|
0 commit comments