????
Current Path : C:/opt/pgsql/data/pg_stat_tmp/ |
Current File : C:/opt/pgsql/data/pg_stat_tmp/pgss_query_texts.stat |
SELECT "id", "enabled", "owner_id", "type", "keep_count", "keep_pattern", "remove_days", "remove_pattern", "match_full_name", "created_unix", "updated_unix" FROM "public"."package_cleanup_rule" WHERE enabled=$1 LIMIT $2 SELECT "gid" FROM "public"."qhct_trambom" WHERE $1=$2 SELECT "id", "repo_id", "remote_name", "remote_address", "sync_on_commit", "interval", "created_unix", "last_update", "last_error" FROM "public"."push_mirror" WHERE repo_id=$1 SELECT DISTINCT user_id FROM "public"."webauthn_credential" WHERE "user_id" IN ($1,$2,$3,$4,$5,$6,$7,$8) SELECT "id", "token", "inviter_id", "org_id", "team_id", "email", "created_unix", "updated_unix" FROM "public"."team_invite" WHERE (team_id=$1) SELECT count(*) FROM "public"."pull_request" WHERE head_branch=$1 AND head_repo_id=$2 SELECT count(*) FROM "public"."user" WHERE type=$1 AND visibility IN ($2,$3,$4) SELECT "id", "repo_id", "schedule_id", "next", "prev", "spec", "created", "updated" FROM "public"."action_schedule_spec" WHERE next<=$1 ORDER BY "id" DESC LIMIT $2 SELECT "id", "uid", "name", "token_hash", "token_salt", "token_last_eight", "scope", "created_unix", "updated_unix" FROM "public"."access_token" WHERE (token_last_eight = $1) SELECT "id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private" FROM "public"."user" WHERE "id" IN ($1,$2,$3,$4,$5,$6) ORDER BY "name" ASC SELECT "id", "repo_id", "user_id", "mode", "created_unix", "updated_unix" FROM "public"."collaboration" WHERE collaboration.repo_id=$1 SELECT "id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private" FROM "public"."user" WHERE "id" IN (SELECT uid FROM team_user WHERE team_id=$1) ORDER BY full_name, name SELECT issue_id, type, count(id) as "count" FROM "public"."review" WHERE "issue_id" IN ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13) AND (official = $14 AND dismissed = $15) GROUP BY issue_id, type ORDER BY issue_id SELECT typinput=$2::regproc as is_array, typtype, typname, pg_type.oid FROM pg_catalog.pg_type LEFT JOIN (select ns.oid as nspoid, ns.nspname, r.r from pg_namespace as ns join ( select s.r, (current_schemas($3))[s.r] as nspname from generate_series($4, array_upper(current_schemas($5), $6)) as s(r) ) as r using ( nspname ) ) as sp ON sp.nspoid = typnamespace WHERE pg_type.oid = $1 ORDER BY sp.r, pg_type.oid DESC SELECT "gid" FROM "public"."ht_tramxlnt" WHERE $1=$2 ROLLBACK SELECT "id", "uid", "org_id", "is_public" FROM "public"."org_user" WHERE (org_id=$1) LIMIT $2 SELECT max( "index" ) as "index", repo_id, sha FROM "public"."commit_status" WHERE ((repo_id=$1 AND sha=$2) OR (repo_id=$3 AND sha=$4) OR (repo_id=$5 AND sha=$6) OR (repo_id=$7 AND sha=$8) OR (repo_id=$9 AND sha=$10) OR (repo_id=$11 AND sha=$12) OR (repo_id=$13 AND sha=$14) OR (repo_id=$15 AND sha=$16) OR (repo_id=$17 AND sha=$18) OR (repo_id=$19 AND sha=$20) OR (repo_id=$21 AND sha=$22) OR (repo_id=$23 AND sha=$24) OR (repo_id=$25 AND sha=$26) OR (repo_id=$27 AND sha=$28)) GROUP BY context_hash, repo_id, sha ORDER BY max( "index" ) desc SELECT "id", "user_id", "repo_id", "status", "source", "issue_id", "commit_id", "comment_id", "updated_by", "created_unix", "updated_unix" FROM "public"."notification" WHERE notification.issue_id=$1 ORDER BY notification.updated_unix DESC SELECT "gid" FROM "public"."ht_trambom" WHERE $1=$2 DELETE FROM "public"."attachment" WHERE (repo_id=$1) select PostGIS_Lib_Version() SELECT "id", "type", "reviewer_id", "reviewer_team_id", "original_author", "original_author_id", "issue_id", "content", "official", "commit_id", "stale", "dismissed", "created_unix", "updated_unix" FROM "public"."review" WHERE issue_id=$1 ORDER BY "created_unix" ASC, "id" ASC DELETE FROM "user_token" WHERE "status" != $1 OR "expiresAt" < $2 SELECT SRID FROM GEOGRAPHY_COLUMNS WHERE F_TABLE_SCHEMA = $1 AND F_TABLE_NAME = $2 AND F_GEOGRAPHY_COLUMN = $3 SELECT "id", "repo_id", "sha", "state", "target_url" FROM "public"."commit_status_summary" WHERE ((repo_id=$1 AND sha=$2)) SELECT project.*, project_issue.issue_id FROM "public"."project" INNER JOIN "public"."project_issue" ON project.id = project_issue.project_id WHERE "project_issue"."issue_id" IN ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13) UPDATE "public"."user" SET "full_name" = $1, "location" = $2, "website" = $3, "language" = $4, "max_repo_creation" = $5, "is_active" = $6, "is_admin" = $7, "is_restricted" = $8, "allow_git_hook" = $9, "allow_import_local" = $10, "allow_create_organization" = $11, "visibility" = $12, "updated_unix" = $13 WHERE "id"=$14 SELECT * FROM "public"."topic" INNER JOIN "public"."repo_topic" ON repo_topic.topic_id = topic.id WHERE repo_topic.repo_id=$1 ORDER BY topic.name SELECT count(*) AS gt_result_ FROM (SELECT * FROM "public"."qhpk_gieng" LIMIT $1) gt_limited_ SELECT "id", "user_id", "repo_id", "status", "source", "issue_id", "commit_id", "comment_id", "updated_by", "created_unix", "updated_unix" FROM "public"."notification" WHERE (user_id = $1) AND (issue_id = $2) LIMIT $3 SELECT "id", "type", "status", "conflicted_files", "commits_ahead", "commits_behind", "changed_protected_files", "issue_id", "index", "head_repo_id", "base_repo_id", "head_branch", "base_branch", "merge_base", "allow_maintainer_edit", "has_merged", "merged_commit_id", "merger_id", "merged_unix", "flow" FROM "public"."pull_request" WHERE "issue_id" IN ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15) SELECT "id", "job_id", "attempt", "runner_id", "status", "started", "stopped", "repo_id", "owner_id", "commit_sha", "is_fork_pull_request", "token_hash", "token_salt", "token_last_eight", "log_filename", "log_in_storage", "log_length", "log_size", "log_indexes", "log_expired", "created", "updated" FROM "public"."action_task" WHERE status=$1 AND started<$2 ORDER BY "id" DESC SELECT count(*) FROM "public"."org_user" WHERE (org_id=$1) SELECT "id", "user_id", "setting_key", "setting_value" FROM "public"."user_setting" WHERE "user_id"=$1 AND "setting_key"=$2 LIMIT $3 UPDATE "public"."repository" SET "owner_id" = $1, "owner_name" = $2, "lower_name" = $3, "name" = $4, "description" = $5, "website" = $6, "original_service_type" = $7, "original_url" = $8, "default_branch" = $9, "default_wiki_branch" = $10, "num_watches" = $11, "num_stars" = $12, "num_forks" = $13, "num_issues" = $14, "num_closed_issues" = $15, "num_pulls" = $16, "num_closed_pulls" = $17, "num_milestones" = $18, "num_closed_milestones" = $19, "num_projects" = $20, "num_closed_projects" = $21, "num_action_runs" = $22, "num_closed_action_runs" = $23, "is_private" = $24, "is_empty" = $25, "is_archived" = $26, "is_mirror" = $27, "status" = $28, "is_fork" = $29, "fork_id" = $30, "is_template" = $31, "template_id" = $32, "size" = $33, "git_size" = $34, "lfs_size" = $35, "is_fsck_enabled" = $36, "close_issues_via_commit_in_any_branch" = $37, "topics" = $38, "object_format_name" = $39, "trust_model" = $40, "avatar" = $41, "archived_unix" = $42 WHERE "id"=$43 SELECT "id", "type", "status", "conflicted_files", "commits_ahead", "commits_behind", "changed_protected_files", "issue_id", "index", "head_repo_id", "base_repo_id", "head_branch", "base_branch", "merge_base", "allow_maintainer_edit", "has_merged", "merged_commit_id", "merger_id", "merged_unix", "flow" FROM "public"."pull_request" WHERE "issue_id" IN ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$17) SELECT count(*) FROM "public"."user_blocking" WHERE user_blocking.blocker_id=$1 AND user_blocking.blockee_id=$2 UPDATE "public"."team" SET "num_repos" = "num_repos" + $1 WHERE "id"=$2 SELECT * FROM "public"."issue_assignees" INNER JOIN "public"."user" ON "user".id = "issue_assignees".assignee_id WHERE "issue_assignees"."issue_id" IN ($1) ORDER BY name SELECT repo.id FROM "repository" repo WHERE repo.num_forks!=(SELECT COUNT(*) FROM "repository" WHERE fork_id=repo.id) SELECT "id", "type", "status", "conflicted_files", "commits_ahead", "commits_behind", "changed_protected_files", "issue_id", "index", "head_repo_id", "base_repo_id", "head_branch", "base_branch", "merge_base", "allow_maintainer_edit", "has_merged", "merged_commit_id", "merger_id", "merged_unix", "flow" FROM "public"."pull_request" WHERE "issue_id" IN ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13) INSERT INTO "public"."issue_user" ("uid","issue_id","is_read","is_mentioned") VALUES ($1, $2, $3, $4),($5, $6, $7, $8),($9, $10, $11, $12),($13, $14, $15, $16),($17, $18, $19, $20),($21, $22, $23, $24) SELECT project.*, project_issue.issue_id FROM "public"."project" INNER JOIN "public"."project_issue" ON project.id = project_issue.project_id WHERE "project_issue"."issue_id" IN ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12) SELECT "id", "uuid", "repo_id", "issue_id", "release_id", "uploader_id", "comment_id", "name", "download_count", "size", "created_unix" FROM "public"."attachment" WHERE (issue_id = $1 AND comment_id = $2) INSERT INTO "public"."action" ("user_id","op_type","act_user_id","repo_id","comment_id","is_deleted","ref_name","is_private","content","created_unix") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10) RETURNING "id"