Home
last modified time | relevance | path

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

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dbool.c313 int64 aggtrue; /* number of values aggregated that are true */ member
328 state->aggtrue = 0; in makeBoolAggState()
348 state->aggtrue++; in bool_accum()
369 state->aggtrue--; in bool_accum_inv()
387 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
402 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dbool.c313 int64 aggtrue; /* number of values aggregated that are true */ member
328 state->aggtrue = 0; in makeBoolAggState()
348 state->aggtrue++; in bool_accum()
369 state->aggtrue--; in bool_accum_inv()
387 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
402 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dbool.c313 int64 aggtrue; /* number of values aggregated that are true */ member
328 state->aggtrue = 0; in makeBoolAggState()
348 state->aggtrue++; in bool_accum()
369 state->aggtrue--; in bool_accum_inv()
387 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
402 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */
329 state->aggtrue = 0;
349 state->aggtrue++;
370 state->aggtrue--;
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount);
403 PG_RETURN_BOOL(state->aggtrue > 0);
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Dbool.c313 int64 aggtrue; /* number of values aggregated that are true */ member
328 state->aggtrue = 0; in makeBoolAggState()
348 state->aggtrue++; in bool_accum()
369 state->aggtrue--; in bool_accum_inv()
387 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
402 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ member
329 state->aggtrue = 0; in makeBoolAggState()
349 state->aggtrue++; in bool_accum()
370 state->aggtrue--; in bool_accum_inv()
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount); in bool_alltrue()
403 PG_RETURN_BOOL(state->aggtrue > 0); in bool_anytrue()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Dbool.c314 int64 aggtrue; /* number of values aggregated that are true */ in wsrep_after_commit()
329 state->aggtrue = 0;
349 state->aggtrue++; in wsrep_before_rollback()
370 state->aggtrue--;
388 PG_RETURN_BOOL(state->aggtrue == state->aggcount);
403 PG_RETURN_BOOL(state->aggtrue > 0); in wsrep_before_statement()

12