Home
last modified time | relevance | path

Searched refs:xact_time (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dstats.c31 stat->xact_time = 0; in reset_stats()
42 total->xact_time += stat->xact_time; in stat_add()
71 avg->xact_time = (cur->xact_time - old->xact_time) / xact_count; in calc_average()
83 stat->xact_time, stat->query_time, in write_stats()
87 avg.xact_time, avg.query_time, in write_stats()
158 stat->xact_time, stat->query_time, in write_stats_totals()
225 avg.xact_time, avg.query_time, in write_stats_averages()
319 WTOTAL(xact_time); in show_stat_totals()
326 WAVG(xact_time); in show_stat_totals()
370 avg.xact_time, avg.query_time, in refresh_stats()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in ParseCommitRecord()
138 parsed->xact_time = xlrec->xact_time; in ParseAbortRecord()
224 parsed->xact_time = xlrec->prepared_at; in ParsePrepareRecord()
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_commit()
325 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_abort()
339 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time)); in xact_desc_prepare()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in ParseCommitRecord()
138 parsed->xact_time = xlrec->xact_time; in ParseAbortRecord()
224 parsed->xact_time = xlrec->prepared_at; in ParsePrepareRecord()
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_commit()
325 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_abort()
339 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time)); in xact_desc_prepare()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in ParseCommitRecord()
138 parsed->xact_time = xlrec->xact_time; in ParseAbortRecord()
224 parsed->xact_time = xlrec->prepared_at; in ParsePrepareRecord()
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_commit()
325 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_abort()
339 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time)); in xact_desc_prepare()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in ParseCommitRecord()
138 parsed->xact_time = xlrec->xact_time; in ParseAbortRecord()
224 parsed->xact_time = xlrec->prepared_at; in ParsePrepareRecord()
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_commit()
325 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_abort()
339 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time)); in xact_desc_prepare()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in spg_desc()
138 parsed->xact_time = xlrec->xact_time;
224 parsed->xact_time = xlrec->prepared_at;
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time));
326 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time));
340 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time));
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in ParseCommitRecord()
138 parsed->xact_time = xlrec->xact_time; in ParseAbortRecord()
224 parsed->xact_time = xlrec->prepared_at; in ParsePrepareRecord()
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_commit()
325 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_abort()
339 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time)); in xact_desc_prepare()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in ParseCommitRecord()
138 parsed->xact_time = xlrec->xact_time; in ParseAbortRecord()
224 parsed->xact_time = xlrec->prepared_at; in ParsePrepareRecord()
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_commit()
326 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_abort()
340 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time)); in xact_desc_prepare()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in ParseCommitRecord()
138 parsed->xact_time = xlrec->xact_time; in ParseAbortRecord()
224 parsed->xact_time = xlrec->prepared_at; in ParsePrepareRecord()
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_commit()
325 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_abort()
339 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time)); in xact_desc_prepare()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in ParseCommitRecord()
138 parsed->xact_time = xlrec->xact_time; in ParseAbortRecord()
224 parsed->xact_time = xlrec->prepared_at; in ParsePrepareRecord()
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_commit()
325 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_abort()
339 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time)); in xact_desc_prepare()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in ParseCommitRecord()
138 parsed->xact_time = xlrec->xact_time; in ParseAbortRecord()
224 parsed->xact_time = xlrec->prepared_at; in ParsePrepareRecord()
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_commit()
326 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_abort()
340 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time)); in xact_desc_prepare()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in ParseCommitRecord()
138 parsed->xact_time = xlrec->xact_time; in ParseAbortRecord()
224 parsed->xact_time = xlrec->prepared_at; in ParsePrepareRecord()
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_commit()
326 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_abort()
340 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time)); in xact_desc_prepare()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in ParseCommitRecord()
138 parsed->xact_time = xlrec->xact_time; in ParseAbortRecord()
224 parsed->xact_time = xlrec->prepared_at; in ParsePrepareRecord()
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_commit()
326 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_abort()
340 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time)); in xact_desc_prepare()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time;
138 parsed->xact_time = xlrec->xact_time;
224 parsed->xact_time = xlrec->prepared_at;
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time));
326 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time));
340 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time));
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/rmgrdesc/
H A Dxactdesc.c43 parsed->xact_time = xlrec->xact_time; in ParseCommitRecord()
138 parsed->xact_time = xlrec->xact_time; in ParseAbortRecord()
224 parsed->xact_time = xlrec->prepared_at; in ParsePrepareRecord()
293 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_commit()
326 appendStringInfoString(buf, timestamptz_to_str(xlrec->xact_time)); in xact_desc_abort()
340 appendStringInfoString(buf, timestamptz_to_str(parsed.xact_time)); in xact_desc_prepare()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/access/
H A Dxact.h256 TimestampTz xact_time; /* time of commit */ member
266 #define MinSizeOfXactCommit (offsetof(xl_xact_commit, xact_time) + sizeof(TimestampTz))
270 TimestampTz xact_time; /* time of abort */ member
288 TimestampTz xact_time; member
312 TimestampTz xact_time; member
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/access/
H A Dxact.h237 TimestampTz xact_time; /* time of commit */ member
247 #define MinSizeOfXactCommit (offsetof(xl_xact_commit, xact_time) + sizeof(TimestampTz))
251 TimestampTz xact_time; /* time of abort */ member
269 TimestampTz xact_time; member
293 TimestampTz xact_time; member
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/access/
H A Dxact.h237 TimestampTz xact_time; /* time of commit */ member
247 #define MinSizeOfXactCommit (offsetof(xl_xact_commit, xact_time) + sizeof(TimestampTz))
251 TimestampTz xact_time; /* time of abort */ member
269 TimestampTz xact_time; member
293 TimestampTz xact_time; member
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/access/
H A Dxact.h237 TimestampTz xact_time; /* time of commit */ member
247 #define MinSizeOfXactCommit (offsetof(xl_xact_commit, xact_time) + sizeof(TimestampTz))
251 TimestampTz xact_time; /* time of abort */ member
269 TimestampTz xact_time; member
293 TimestampTz xact_time; member
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/access/
H A Dxact.h262 TimestampTz xact_time; /* time of commit */ member
272 #define MinSizeOfXactCommit (offsetof(xl_xact_commit, xact_time) + sizeof(TimestampTz))
276 TimestampTz xact_time; /* time of abort */ member
294 TimestampTz xact_time; member
318 TimestampTz xact_time; member
/dports/databases/postgresql10-server/postgresql-10.19/src/include/access/
H A Dxact.h262 TimestampTz xact_time; /* time of commit */ member
272 #define MinSizeOfXactCommit (offsetof(xl_xact_commit, xact_time) + sizeof(TimestampTz))
276 TimestampTz xact_time; /* time of abort */ member
294 TimestampTz xact_time; member
318 TimestampTz xact_time; member
/dports/databases/postgresql10-client/postgresql-10.19/src/include/access/
H A Dxact.h262 TimestampTz xact_time; /* time of commit */ member
272 #define MinSizeOfXactCommit (offsetof(xl_xact_commit, xact_time) + sizeof(TimestampTz))
276 TimestampTz xact_time; /* time of abort */ member
294 TimestampTz xact_time; member
318 TimestampTz xact_time; member
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/access/
H A Dxact.h262 TimestampTz xact_time; /* time of commit */ member
272 #define MinSizeOfXactCommit (offsetof(xl_xact_commit, xact_time) + sizeof(TimestampTz))
276 TimestampTz xact_time; /* time of abort */ member
294 TimestampTz xact_time; member
318 TimestampTz xact_time; member
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/access/
H A Dxact.h262 TimestampTz xact_time; /* time of commit */ member
272 #define MinSizeOfXactCommit (offsetof(xl_xact_commit, xact_time) + sizeof(TimestampTz))
276 TimestampTz xact_time; /* time of abort */ member
294 TimestampTz xact_time; member
318 TimestampTz xact_time; member
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/access/
H A Dxact.h262 TimestampTz xact_time; /* time of commit */ member
272 #define MinSizeOfXactCommit (offsetof(xl_xact_commit, xact_time) + sizeof(TimestampTz))
276 TimestampTz xact_time; /* time of abort */ member
294 TimestampTz xact_time; member
318 TimestampTz xact_time; member

123456789