Home
last modified time | relevance | path

Searched refs:pgStatFunctions (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/postmaster/
H A Dpgstat.c170 static HTAB *pgStatFunctions = NULL; variable
923 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
930 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1545 if (!pgStatFunctions) in pgstat_init_function_usage()
1553 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1560 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1586 if (pgStatFunctions == NULL) in find_funcstat_entry()
1589 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/postmaster/
H A Dpgstat.c170 static HTAB *pgStatFunctions = NULL; variable
923 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
930 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1545 if (!pgStatFunctions) in pgstat_init_function_usage()
1553 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1560 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1586 if (pgStatFunctions == NULL) in find_funcstat_entry()
1589 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/postmaster/
H A Dpgstat.c170 static HTAB *pgStatFunctions = NULL; variable
923 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
930 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1545 if (!pgStatFunctions) in pgstat_init_function_usage()
1553 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1560 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1586 if (pgStatFunctions == NULL) in find_funcstat_entry()
1589 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/postmaster/
H A Dpgstat.c170 static HTAB *pgStatFunctions = NULL; variable
923 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
930 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1545 if (!pgStatFunctions) in pgstat_init_function_usage()
1553 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1560 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1586 if (pgStatFunctions == NULL) in find_funcstat_entry()
1589 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/postmaster/
H A Dpgstat.c170 static HTAB *pgStatFunctions = NULL; variable
923 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
930 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1545 if (!pgStatFunctions) in pgstat_init_function_usage()
1553 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1560 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1586 if (pgStatFunctions == NULL) in find_funcstat_entry()
1589 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/postmaster/
H A Dpgstat.c170 static HTAB *pgStatFunctions = NULL; variable
923 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
930 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1545 if (!pgStatFunctions) in pgstat_init_function_usage()
1553 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1560 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1586 if (pgStatFunctions == NULL) in find_funcstat_entry()
1589 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/postmaster/
H A Dpgstat.c170 static HTAB *pgStatFunctions = NULL; variable
923 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
930 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1545 if (!pgStatFunctions) in pgstat_init_function_usage()
1553 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1560 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1586 if (pgStatFunctions == NULL) in find_funcstat_entry()
1589 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL; variable
972 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
979 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1594 if (!pgStatFunctions) in pgstat_init_function_usage()
1602 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1635 if (pgStatFunctions == NULL) in find_funcstat_entry()
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL; variable
972 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
979 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1594 if (!pgStatFunctions) in pgstat_init_function_usage()
1602 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1635 if (pgStatFunctions == NULL) in find_funcstat_entry()
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL; variable
972 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
979 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1594 if (!pgStatFunctions) in pgstat_init_function_usage()
1602 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1635 if (pgStatFunctions == NULL) in find_funcstat_entry()
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL; variable
972 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
979 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1594 if (!pgStatFunctions) in pgstat_init_function_usage()
1602 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1635 if (pgStatFunctions == NULL) in find_funcstat_entry()
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL; variable
972 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
979 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1594 if (!pgStatFunctions) in pgstat_init_function_usage()
1602 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1635 if (pgStatFunctions == NULL) in find_funcstat_entry()
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL; variable
972 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
979 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1594 if (!pgStatFunctions) in pgstat_init_function_usage()
1602 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1635 if (pgStatFunctions == NULL) in find_funcstat_entry()
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL; variable
972 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
979 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1594 if (!pgStatFunctions) in pgstat_init_function_usage()
1602 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1635 if (pgStatFunctions == NULL) in find_funcstat_entry()
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL; variable
972 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
979 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1594 if (!pgStatFunctions) in pgstat_init_function_usage()
1602 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1635 if (pgStatFunctions == NULL) in find_funcstat_entry()
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL; variable
972 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
979 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1594 if (!pgStatFunctions) in pgstat_init_function_usage()
1602 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1635 if (pgStatFunctions == NULL) in find_funcstat_entry()
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL;
972 if (pgStatFunctions == NULL)
979 hash_seq_init(&fstat, pgStatFunctions);
1594 if (!pgStatFunctions)
1602 pgStatFunctions = hash_create("Function stat entries",
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid,
1635 if (pgStatFunctions == NULL)
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions,
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL;
972 if (pgStatFunctions == NULL)
979 hash_seq_init(&fstat, pgStatFunctions);
1594 if (!pgStatFunctions)
1602 pgStatFunctions = hash_create("Function stat entries",
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid,
1635 if (pgStatFunctions == NULL)
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions,
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL; variable
972 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
979 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1594 if (!pgStatFunctions) in pgstat_init_function_usage()
1602 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1635 if (pgStatFunctions == NULL) in find_funcstat_entry()
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL; variable
972 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
979 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1594 if (!pgStatFunctions) in pgstat_init_function_usage()
1602 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1635 if (pgStatFunctions == NULL) in find_funcstat_entry()
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/postmaster/
H A Dpgstat.c197 static HTAB *pgStatFunctions = NULL; variable
972 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
979 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1594 if (!pgStatFunctions) in pgstat_init_function_usage()
1602 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1609 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1635 if (pgStatFunctions == NULL) in find_funcstat_entry()
1638 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/postmaster/
H A Dpgstat.c219 static HTAB *pgStatFunctions = NULL; variable
1052 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
1059 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1911 if (!pgStatFunctions) in pgstat_init_function_usage()
1918 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1925 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1951 if (pgStatFunctions == NULL) in find_funcstat_entry()
1954 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/postmaster/
H A Dpgstat.c219 static HTAB *pgStatFunctions = NULL; variable
1052 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
1059 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1911 if (!pgStatFunctions) in pgstat_init_function_usage()
1918 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1925 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1951 if (pgStatFunctions == NULL) in find_funcstat_entry()
1954 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/postmaster/
H A Dpgstat.c219 static HTAB *pgStatFunctions = NULL; variable
1052 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
1059 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1911 if (!pgStatFunctions) in pgstat_init_function_usage()
1918 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1925 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1951 if (pgStatFunctions == NULL) in find_funcstat_entry()
1954 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/postmaster/
H A Dpgstat.c219 static HTAB *pgStatFunctions = NULL; variable
1052 if (pgStatFunctions == NULL) in pgstat_send_funcstats()
1059 hash_seq_init(&fstat, pgStatFunctions); in pgstat_send_funcstats()
1911 if (!pgStatFunctions) in pgstat_init_function_usage()
1918 pgStatFunctions = hash_create("Function stat entries", in pgstat_init_function_usage()
1925 htabent = hash_search(pgStatFunctions, &fcinfo->flinfo->fn_oid, in pgstat_init_function_usage()
1951 if (pgStatFunctions == NULL) in find_funcstat_entry()
1954 return (PgStat_BackendFunctionEntry *) hash_search(pgStatFunctions, in find_funcstat_entry()

12