cron.schedule |
int8 |
schedule text, command text |
FUNCTION |
cron.unschedule |
bool |
job_id bigint |
FUNCTION |
cron.job_cache_invalidate |
trigger |
|
FUNCTION |
cron.schedule |
int8 |
job_name text, schedule text, command text |
FUNCTION |
partman.drop_constraints |
void |
p_parent_table text, p_child_table text, p_debug boolean DEFAULT false |
FUNCTION |
public.csg_view_definition_contains_string |
int4 |
view_name character varying, expected_definition character varying |
FUNCTION |
public.csg_column_exists |
bool |
tablename character varying, columnname character varying |
FUNCTION |
public.get_preferred_schema |
text |
|
FUNCTION |
cron.alter_job |
void |
job_id bigint, schedule text DEFAULT NULL::text, command text DEFAULT NULL::text, database text DEFAULT NULL::text, username text DEFAULT NULL::text, active boolean DEFAULT NULL::boolean |
FUNCTION |
public.tzadjust |
record |
IN tzset text, INOUT tzdiff integer |
PROCEDURE |
cron.schedule_in_database |
int8 |
job_name text, schedule text, command text, database text, username text DEFAULT NULL::text, active boolean DEFAULT true |
FUNCTION |
cron.unschedule |
bool |
job_name text |
FUNCTION |
partman.check_automatic_maintenance_value |
bool |
p_automatic_maintenance text |
FUNCTION |
partman.check_epoch_type |
bool |
p_type text |
FUNCTION |
partman.check_partition_type |
bool |
p_type text |
FUNCTION |
public.archivequeueinteraction |
void |
IN aggoffset integer, IN aggtype character |
PROCEDURE |
public.archiveuserinteraction |
void |
IN aggoffset integer, IN aggtype character |
PROCEDURE |
partman.apply_cluster |
void |
p_parent_schema text, p_parent_tablename text, p_child_schema text, p_child_tablename text |
FUNCTION |
partman.apply_constraints |
void |
p_parent_table text, p_child_table text DEFAULT NULL::text, p_analyze boolean DEFAULT false, p_job_id bigint DEFAULT NULL::bigint |
FUNCTION |
partman.apply_foreign_keys |
void |
p_parent_table text, p_child_table text, p_job_id bigint DEFAULT NULL::bigint, p_debug boolean DEFAULT false |
FUNCTION |
partman.apply_privileges |
void |
p_parent_schema text, p_parent_tablename text, p_child_schema text, p_child_tablename text, p_job_id bigint DEFAULT NULL::bigint |
FUNCTION |
partman.apply_publications |
void |
p_parent_table text, p_child_schema text, p_child_tablename text |
FUNCTION |
partman.autovacuum_off |
bool |
p_parent_schema text, p_parent_tablename text, p_source_schema text DEFAULT NULL::text, p_source_tablename text DEFAULT NULL::text |
FUNCTION |
public.getutcdate |
timestamp |
|
FUNCTION |
partman.autovacuum_reset |
bool |
p_parent_schema text, p_parent_tablename text, p_source_schema text DEFAULT NULL::text, p_source_tablename text DEFAULT NULL::text |
FUNCTION |
partman.check_control_type |
record |
p_parent_schema text, p_parent_tablename text, p_control text |
FUNCTION |
partman.check_default |
check_default_table |
p_exact_count boolean DEFAULT true |
FUNCTION |
partman.check_name_length |
text |
p_object_name text, p_suffix text DEFAULT NULL::text, p_table_partition boolean DEFAULT false |
FUNCTION |
partman.check_subpart_sameconfig |
record |
p_parent_table text |
FUNCTION |
partman.check_subpartition_limits |
record |
p_parent_table text, p_type text, OUT sub_min text, OUT sub_max text |
FUNCTION |
partman.create_function_id |
void |
p_parent_table text, p_job_id bigint DEFAULT NULL::bigint |
FUNCTION |
partman.create_function_time |
void |
p_parent_table text, p_job_id bigint DEFAULT NULL::bigint |
FUNCTION |
partman.create_parent |
bool |
p_parent_table text, p_control text, p_type text, p_interval text, p_constraint_cols text[] DEFAULT NULL::text[], p_premake integer DEFAULT 4, p_automatic_maintenance text DEFAULT ‘on’::text, p_start_partition text DEFAULT NULL::text, p_inherit_fk boolean DEFAULT true, p_epoch text DEFAULT ‘none’::text, p_upsert text DEFAULT ’’::text, p_publications text[] DEFAULT NULL::text[], p_trigger_return_null boolean DEFAULT true, p_template_table text DEFAULT NULL::text, p_jobmon boolean DEFAULT true, p_date_trunc_interval text DEFAULT NULL::text |
FUNCTION |
partman.create_partition_id |
bool |
p_parent_table text, p_partition_ids bigint[], p_analyze boolean DEFAULT true, p_start_partition text DEFAULT NULL::text |
FUNCTION |
partman.create_partition_time |
bool |
p_parent_table text, p_partition_times timestamp with time zone[], p_analyze boolean DEFAULT true, p_start_partition text DEFAULT NULL::text |
FUNCTION |
partman.create_sub_parent |
bool |
p_top_parent text, p_control text, p_type text, p_interval text, p_native_check text DEFAULT NULL::text, p_constraint_cols text[] DEFAULT NULL::text[], p_premake integer DEFAULT 4, p_start_partition text DEFAULT NULL::text, p_inherit_fk boolean DEFAULT true, p_epoch text DEFAULT ‘none’::text, p_upsert text DEFAULT ’’::text, p_trigger_return_null boolean DEFAULT true, p_jobmon boolean DEFAULT true, p_date_trunc_interval text DEFAULT NULL::text |
FUNCTION |
partman.create_trigger |
void |
p_parent_table text |
FUNCTION |
public.now_utc |
timestamp |
|
FUNCTION |
partman.drop_partition_column |
void |
p_parent_table text, p_column text |
FUNCTION |
partman.drop_partition_id |
int4 |
p_parent_table text, p_retention bigint DEFAULT NULL::bigint, p_keep_table boolean DEFAULT NULL::boolean, p_keep_index boolean DEFAULT NULL::boolean, p_retention_schema text DEFAULT NULL::text |
FUNCTION |
partman.drop_partition_time |
int4 |
p_parent_table text, p_retention interval DEFAULT NULL::interval, p_keep_table boolean DEFAULT NULL::boolean, p_keep_index boolean DEFAULT NULL::boolean, p_retention_schema text DEFAULT NULL::text, p_reference_timestamp timestamp with time zone DEFAULT CURRENT_TIMESTAMP |
FUNCTION |
partman.dump_partitioned_table_definition |
text |
p_parent_table text, p_ignore_template_table boolean DEFAULT false |
FUNCTION |
partman.inherit_template_properties |
bool |
p_parent_table text, p_child_schema text, p_child_tablename text |
FUNCTION |
partman.partition_data_id |
int8 |
p_parent_table text, p_batch_count integer DEFAULT 1, p_batch_interval bigint DEFAULT NULL::bigint, p_lock_wait numeric DEFAULT 0, p_order text DEFAULT ‘ASC’::text, p_analyze boolean DEFAULT true, p_source_table text DEFAULT NULL::text, p_ignored_columns text[] DEFAULT NULL::text[] |
FUNCTION |
partman.partition_data_time |
int8 |
p_parent_table text, p_batch_count integer DEFAULT 1, p_batch_interval interval DEFAULT NULL::interval, p_lock_wait numeric DEFAULT 0, p_order text DEFAULT ‘ASC’::text, p_analyze boolean DEFAULT true, p_source_table text DEFAULT NULL::text, p_ignored_columns text[] DEFAULT NULL::text[] |
FUNCTION |
partman.partition_gap_fill |
int4 |
p_parent_table text |
FUNCTION |
partman.reapply_privileges |
void |
p_parent_table text |
FUNCTION |
partman.run_maintenance |
void |
p_parent_table text DEFAULT NULL::text, p_analyze boolean DEFAULT NULL::boolean, p_jobmon boolean DEFAULT true |
FUNCTION |
partman.show_partition_info |
record |
p_child_table text, p_partition_interval text DEFAULT NULL::text, p_parent_table text DEFAULT NULL::text, OUT child_start_time timestamp with time zone, OUT child_end_time timestamp with time zone, OUT child_start_id bigint, OUT child_end_id bigint, OUT suffix text |
FUNCTION |
partman.show_partition_name |
record |
p_parent_table text, p_value text, OUT partition_schema text, OUT partition_table text, OUT suffix_timestamp timestamp with time zone, OUT suffix_id bigint, OUT table_exists boolean |
FUNCTION |
partman.show_partitions |
record |
p_parent_table text, p_order text DEFAULT ‘ASC’::text, p_include_default boolean DEFAULT false |
FUNCTION |
public.pg_stat_statements_info |
record |
OUT dealloc bigint, OUT stats_reset timestamp with time zone |
FUNCTION |
partman.stop_sub_partition |
bool |
p_parent_table text, p_jobmon boolean DEFAULT true |
FUNCTION |
partman.undo_partition |
record |
p_parent_table text, p_batch_count integer DEFAULT 1, p_batch_interval text DEFAULT NULL::text, p_keep_table boolean DEFAULT true, p_lock_wait numeric DEFAULT 0, p_target_table text DEFAULT NULL::text, p_ignored_columns text[] DEFAULT NULL::text[], p_drop_cascade boolean DEFAULT false, OUT partitions_undone integer, OUT rows_undone bigint |
FUNCTION |
partman.partition_data_proc |
void |
IN p_parent_table text, IN p_interval text DEFAULT NULL::text, IN p_batch integer DEFAULT NULL::integer, IN p_wait integer DEFAULT 1, IN p_source_table text DEFAULT NULL::text, IN p_order text DEFAULT ‘ASC’::text, IN p_lock_wait integer DEFAULT 0, IN p_lock_wait_tries integer DEFAULT 10, IN p_quiet boolean DEFAULT false, IN p_ignored_columns text[] DEFAULT NULL::text[] |
PROCEDURE |
partman.reapply_constraints_proc |
void |
IN p_parent_table text, IN p_drop_constraints boolean DEFAULT false, IN p_apply_constraints boolean DEFAULT false, IN p_wait integer DEFAULT 0, IN p_dryrun boolean DEFAULT false |
PROCEDURE |
partman.run_analyze |
void |
IN p_skip_locked boolean DEFAULT false, IN p_quiet boolean DEFAULT false, IN p_parent_table text DEFAULT NULL::text |
PROCEDURE |
public.sec_to_time |
varchar |
seconds integer |
FUNCTION |
partman.run_maintenance_proc |
void |
IN p_wait integer DEFAULT 0, IN p_analyze boolean DEFAULT NULL::boolean, IN p_jobmon boolean DEFAULT true |
PROCEDURE |
partman.undo_partition_proc |
void |
IN p_parent_table text, IN p_interval text DEFAULT NULL::text, IN p_batch integer DEFAULT NULL::integer, IN p_wait integer DEFAULT 1, IN p_target_table text DEFAULT NULL::text, IN p_keep_table boolean DEFAULT true, IN p_lock_wait integer DEFAULT 0, IN p_lock_wait_tries integer DEFAULT 10, IN p_quiet boolean DEFAULT false, IN p_ignored_columns text[] DEFAULT NULL::text[], IN p_drop_cascade boolean DEFAULT false |
PROCEDURE |
public.pg_stat_statements_reset |
void |
userid oid DEFAULT 0, dbid oid DEFAULT 0, queryid bigint DEFAULT 0 |
FUNCTION |
public.csg_table_exists |
int4 |
tablename character varying |
FUNCTION |
public.pg_stat_statements |
record |
showtext boolean, OUT userid oid, OUT dbid oid, OUT toplevel boolean, OUT queryid bigint, OUT query text, OUT plans bigint, OUT total_plan_time double precision, OUT min_plan_time double precision, OUT max_plan_time double precision, OUT mean_plan_time double precision, OUT stddev_plan_time double precision, OUT calls bigint, OUT total_exec_time double precision, OUT min_exec_time double precision, OUT max_exec_time double precision, OUT mean_exec_time double precision, OUT stddev_exec_time double precision, OUT rows bigint, OUT shared_blks_hit bigint, OUT shared_blks_read bigint, OUT shared_blks_dirtied bigint, OUT shared_blks_written bigint, OUT local_blks_hit bigint, OUT local_blks_read bigint, OUT local_blks_dirtied bigint, OUT local_blks_written bigint, OUT temp_blks_read bigint, OUT temp_blks_written bigint, OUT blk_read_time double precision, OUT blk_write_time double precision, OUT temp_blk_read_time double precision, OUT temp_blk_write_time double precision, OUT wal_records bigint, OUT wal_fpi bigint, OUT wal_bytes numeric, OUT jit_functions bigint, OUT jit_generation_time double precision, OUT jit_inlining_count bigint, OUT jit_inlining_time double precision, OUT jit_optimization_count bigint, OUT jit_optimization_time double precision, OUT jit_emission_count bigint, OUT jit_emission_time double precision |
FUNCTION |
public.archivebacklog |
void |
|
PROCEDURE |
public.archiveuserpresence |
void |
IN aggoffset integer, IN aggtype character |
PROCEDURE |
public.datediff |
int4 |
units character varying, start_t timestamp without time zone, end_t timestamp without time zone |
FUNCTION |
public.full_historical_archivebacklog |
void |
|
PROCEDURE |
public.timezonecalcs |
record |
tzset text |
FUNCTION |
public.update_mvwevaluationgroupdata |
void |
IN from_date date DEFAULT (now() - ‘2 days’::interval) |
PROCEDURE |
public.update_mvwconvvoiceoverviewdata |
void |
|
PROCEDURE |
public.update_mvwconvvoicesentimentdetaildata |
void |
|
PROCEDURE |
public.update_mvwconvvoicetopicdetaildata |
void |
|
PROCEDURE |
partman.create_partman_monthly |
int4 |
p_table text, p_column text |
FUNCTION |