80#define IA_TOTAL_COUNT(ia) \
81 ((ia)->N + (ia)->pInfcount + (ia)->nInfcount)
109 errmsg(
"invalid type modifier")));
121 errmsg(
"TIMESTAMP(%d)%s precision must not be negative",
122 typmod, (
istz ?
" WITH TIME ZONE" :
""))));
127 errmsg(
"TIMESTAMP(%d)%s precision reduced to maximum allowed, %d",
128 typmod, (
istz ?
" WITH TIME ZONE" :
""),
140 const char *tz =
istz ?
" with time zone" :
" without time zone";
143 return psprintf(
"(%d)%s", (
int) typmod, tz);
165 Node *escontext = fcinfo->context;
183 &dtype,
tm, &fsec, &tz, &extra);
196 errmsg(
"timestamp out of range: \"%s\"",
str)));
212 elog(
ERROR,
"unexpected dtype %d while parsing timestamp \"%s\"",
243 errmsg(
"timestamp out of range")));
275 errmsg(
"timestamp out of range")));
391 errmsg(
"timestamp(%d) precision must be between %d and %d",
421 Node *escontext = fcinfo->context;
439 &dtype,
tm, &fsec, &tz, &extra);
453 errmsg(
"timestamp out of range: \"%s\"",
str)));
469 elog(
ERROR,
"unexpected dtype %d while parsing timestamptz \"%s\"",
508 errmsg(
"invalid input syntax for type %s: \"%s\"",
509 "numeric time zone",
tzname),
510 errhint(
"Numeric time zones must have \"-\" or \"+\" as first character.")));
522 errmsg(
"numeric time zone \"%s\" out of range",
tzname)));
571 int hour,
int min,
double sec)
596 errmsg(
"date field value out of range: %d-%02d-%02d",
602 errmsg(
"date out of range: %d-%02d-%02d",
611 errmsg(
"time field value out of range: %d:%02d:%02g",
622 errmsg(
"timestamp out of range: %d-%02d-%02d %d:%02d:%02g",
630 errmsg(
"timestamp out of range: %d-%02d-%02d %d:%02d:%02g",
703 errmsg(
"timestamp out of range")));
712 errmsg(
"timestamp out of range")));
731 errmsg(
"timestamp cannot be NaN")));
761 errmsg(
"timestamp out of range: \"%g\"",
791 errmsg(
"timestamp out of range")));
824 errmsg(
"timestamp out of range")));
898 Node *escontext = fcinfo->context;
948 errmsg(
"interval out of range")));
960 elog(
ERROR,
"unexpected dtype %d while parsing interval \"%s\"",
1086 errmsg(
"invalid INTERVAL type modifier")));
1102 errmsg(
"INTERVAL(%d) precision must not be negative",
1108 errmsg(
"INTERVAL(%d) precision reduced to maximum allowed, %d",
1119 errmsg(
"invalid INTERVAL type modifier")));
1130 char *res = (
char *)
palloc(64);
1189 elog(
ERROR,
"invalid INTERVAL typmod: 0x%x", typmod);
1249 elog(
ERROR,
"invalid INTERVAL typmod: 0x%x", typmod);
1492 elog(
ERROR,
"unrecognized interval typmod: %d", typmod);
1500 errmsg(
"interval(%d) precision must be between %d and %d",
1510 errmsg(
"interval out of range")));
1520 errmsg(
"interval out of range")));
1581 errmsg(
"interval out of range"));
1598 elog(
ERROR,
"invalid argument for EncodeSpecialTimestamp");
1609 elog(
ERROR,
"invalid argument for EncodeSpecialInterval");
1702 char buf[128 + 128 + 10];
1778 return (
long) ((
diff + 999) / 1000);
1925 if (attimezone ==
NULL)
2076 itm->tm_usec = (
int) time;
2188 elog(
ERROR,
"could not convert epoch to timestamp: %m");
2701#define TIMESTAMP_GT(t1,t2) \
2702 DatumGetBool(DirectFunctionCall2(timestamp_gt,t1,t2))
2703#define TIMESTAMP_LT(t1,t2) \
2704 DatumGetBool(DirectFunctionCall2(timestamp_lt,t1,t2))
2861 errmsg(
"interval out of range")));
2870 errmsg(
"interval out of range")));
2885 errmsg(
"interval out of range")));
2959 errmsg(
"interval out of range")));
2976 errmsg(
"interval out of range")));
2984 else if (
result->month < 0 &&
3033 errmsg(
"interval out of range")));
3076 errmsg(
"interval out of range")));
3121 errmsg(
"timestamp out of range")));
3130 errmsg(
"timestamp out of range")));
3138 if (
span->month != 0)
3147 errmsg(
"timestamp out of range")));
3152 errmsg(
"timestamp out of range")));
3171 errmsg(
"timestamp out of range")));
3184 errmsg(
"timestamp out of range")));
3195 errmsg(
"timestamp out of range")));
3201 errmsg(
"timestamp out of range")));
3207 errmsg(
"timestamp out of range")));
3212 errmsg(
"timestamp out of range")));
3266 errmsg(
"timestamp out of range")));
3275 errmsg(
"timestamp out of range")));
3284 if (attimezone ==
NULL)
3287 if (
span->month != 0)
3296 errmsg(
"timestamp out of range")));
3301 errmsg(
"timestamp out of range")));
3322 errmsg(
"timestamp out of range")));
3335 errmsg(
"timestamp out of range")));
3349 errmsg(
"timestamp out of range")));
3357 errmsg(
"timestamp out of range")));
3363 errmsg(
"timestamp out of range")));
3368 errmsg(
"timestamp out of range")));
3460 errmsg(
"interval out of range")));
3518 errmsg(
"interval out of range")));
3541 errmsg(
"interval out of range")));
3550 errmsg(
"interval out of range")));
3574 errmsg(
"interval out of range")));
3597 errmsg(
"interval out of range")));
3606 errmsg(
"interval out of range")));
3741 errmsg(
"interval out of range"));
3773 errmsg(
"division by zero")));
3842 errmsg(
"interval out of range"));
3870 errmsg(
"invalid preceding or following size in window function")));
3907 errmsg(
"invalid preceding or following size in window function")));
3948 errmsg(
"invalid preceding or following size in window function")));
3993 elog(
ERROR,
"aggregate function called in non-aggregate context");
4136 elog(
ERROR,
"aggregate function called in non-aggregate context");
4173 elog(
ERROR,
"aggregate function called in non-aggregate context");
4217 elog(
ERROR,
"interval_avg_accum_inv called with NULL state");
4242 if (
state->pInfcount > 0 ||
state->nInfcount > 0)
4246 if (
state->pInfcount > 0 &&
state->nInfcount > 0)
4249 errmsg(
"interval out of range")));
4252 if (
state->pInfcount > 0)
4283 if (
state->pInfcount > 0 &&
state->nInfcount > 0)
4286 errmsg(
"interval out of range")));
4290 if (
state->pInfcount > 0)
4292 else if (
state->nInfcount > 0)
4335 errmsg(
"interval out of range")));
4344 errmsg(
"interval out of range")));
4367 tm->tm_usec = -
tm->tm_usec;
4377 while (
tm->tm_usec < 0)
4424 tm->tm_usec = -
tm->tm_usec;
4436 errmsg(
"interval out of range")));
4441 errmsg(
"timestamp out of range")));
4484 errmsg(
"interval out of range")));
4493 errmsg(
"interval out of range")));
4516 tm->tm_usec = -
tm->tm_usec;
4526 while (
tm->tm_usec < 0)
4577 tm->tm_usec = -
tm->tm_usec;
4589 errmsg(
"interval out of range")));
4594 errmsg(
"timestamp out of range")));
4627 errmsg(
"origin out of range")));
4632 errmsg(
"timestamps cannot be binned into infinite intervals")));
4637 errmsg(
"timestamps cannot be binned into intervals containing months or years")));
4643 errmsg(
"interval out of range")));
4648 errmsg(
"stride must be greater than zero")));
4653 errmsg(
"interval out of range")));
4671 errmsg(
"timestamp out of range")));
4729 errmsg(
"unit \"%s\" not supported for type %s",
4738 errmsg(
"timestamp out of range")));
4811 fsec = (fsec / 1000) * 1000;
4820 errmsg(
"unit \"%s\" not supported for type %s",
4828 errmsg(
"timestamp out of range")));
4834 errmsg(
"unit \"%s\" not recognized for type %s",
4864 errmsg(
"origin out of range")));
4869 errmsg(
"timestamps cannot be binned into infinite intervals")));
4874 errmsg(
"timestamps cannot be binned into intervals containing months or years")));
4880 errmsg(
"interval out of range")));
4885 errmsg(
"stride must be greater than zero")));
4890 errmsg(
"interval out of range")));
4908 errmsg(
"timestamp out of range")));
4969 errmsg(
"unit \"%s\" not supported for type %s",
4978 errmsg(
"timestamp out of range")));
5062 fsec = (fsec / 1000) * 1000;
5070 errmsg(
"unit \"%s\" not supported for type %s",
5081 errmsg(
"timestamp out of range")));
5087 errmsg(
"unit \"%s\" not recognized for type %s",
5188 errmsg(
"unit \"%s\" not supported for type %s",
5232 tm->tm_usec = (
tm->tm_usec / 1000) * 1000;
5240 errmsg(
"unit \"%s\" not supported for type %s",
5248 errmsg(
"interval out of range")));
5254 errmsg(
"unit \"%s\" not recognized for type %s",
5463 errmsg(
"unit \"%s\" not recognized for type %s",
5503 errmsg(
"unit \"%s\" not supported for type %s",
5569 errmsg(
"timestamp out of range")));
5705 errmsg(
"unit \"%s\" not supported for type %s",
5752 errmsg(
"unit \"%s\" not supported for type %s",
5761 errmsg(
"unit \"%s\" not recognized for type %s",
5844 errmsg(
"timestamp out of range")));
5977 errmsg(
"unit \"%s\" not supported for type %s",
6024 errmsg(
"unit \"%s\" not supported for type %s",
6033 errmsg(
"unit \"%s\" not recognized for type %s",
6074 errmsg(
"unit \"%s\" not recognized for type %s",
6105 errmsg(
"unit \"%s\" not supported for type %s",
6250 errmsg(
"unit \"%s\" not supported for type %s",
6311 errmsg(
"unit \"%s\" not recognized for type %s",
6380 errmsg(
"timestamp out of range")));
6390 errmsg(
"timestamp out of range")));
6395 errmsg(
"timestamp out of range")));
6401 errmsg(
"timestamp out of range")));
6424 errmsg(
"interval time zone \"%s\" must be finite",
6428 if (
zone->month != 0 ||
zone->day != 0)
6431 errmsg(
"interval time zone \"%s\" must not include months or days",
6442 errmsg(
"timestamp out of range")));
6522 errmsg(
"timestamp out of range")));
6592 errmsg(
"timestamp out of range")));
6603 errmsg(
"timestamp out of range")));
6659 errmsg(
"timestamp out of range")));
6663 errmsg(
"timestamp out of range")));
6669 errmsg(
"timestamp out of range")));
6693 errmsg(
"interval time zone \"%s\" must be finite",
6697 if (
zone->month != 0 ||
zone->day != 0)
6700 errmsg(
"interval time zone \"%s\" must not include months or days",
6711 errmsg(
"timestamp out of range")));
6751 fctx->finish = finish;
6757 if (
fctx->step_sign == 0)
6760 errmsg(
"step size cannot equal zero")));
6765 errmsg(
"step size cannot be infinite")));
6780 if (
fctx->step_sign > 0 ?
6836 fctx->finish = finish;
6843 if (
fctx->step_sign == 0)
6846 errmsg(
"step size cannot equal zero")));
6851 errmsg(
"step size cannot be infinite")));
6866 if (
fctx->step_sign > 0 ?
6961#define INTERVAL_TO_MICROSECONDS(i) ((((double) (i)->month * DAYS_PER_MONTH + (i)->day)) * USECS_PER_DAY + (i)->time)
6974#undef INTERVAL_TO_MICROSECONDS
#define PG_GETARG_ARRAYTYPE_P(n)
int32 * ArrayGetIntegerTypmods(ArrayType *arr, int *n)
Node * TemporalSimplify(int32 max_precis, Node *node)
pg_tz * DecodeTimezoneNameToTz(const char *tzname)
int DetermineTimeZoneAbbrevOffsetTS(TimestampTz ts, const char *abbr, pg_tz *tzp, int *isdst)
int DecodeUnits(int field, const char *lowtoken, int *val)
int ParseDateTime(const char *timestr, char *workbuf, size_t buflen, char **field, int *ftype, int maxfields, int *numfields)
void EncodeInterval(struct pg_itm *itm, int style, char *str)
int DetermineTimeZoneOffset(struct pg_tm *tm, pg_tz *tzp)
void DateTimeParseError(int dterr, DateTimeErrorExtra *extra, const char *str, const char *datatype, Node *escontext)
int DecodeInterval(char **field, int *ftype, int nf, int range, int *dtype, struct pg_itm_in *itm_in)
int DecodeISO8601Interval(char *str, int *dtype, struct pg_itm_in *itm_in)
int ValidateDate(int fmask, bool isjulian, bool is2digits, bool bc, struct pg_tm *tm)
int DecodeSpecial(int field, const char *lowtoken, int *val)
void j2date(int jd, int *year, int *month, int *day)
void EncodeDateTime(struct pg_tm *tm, fsec_t fsec, bool print_tz, int tz, const char *tzn, int style, char *str)
int DecodeTimezone(const char *str, int *tzp)
const char *const months[]
int DecodeDateTime(char **field, int *ftype, int nf, int *dtype, struct pg_tm *tm, fsec_t *fsec, int *tzp, DateTimeErrorExtra *extra)
int date2j(int year, int month, int day)
int DecodeTimezoneName(const char *tzname, int *offset, pg_tz **tz)
int DetermineTimeZoneAbbrevOffset(struct pg_tm *tm, const char *abbr, pg_tz *tzp)
Datum numeric_round(PG_FUNCTION_ARGS)
Numeric int64_to_numeric(int64 val)
Numeric numeric_add_safe(Numeric num1, Numeric num2, Node *escontext)
Numeric int64_div_fast_to_numeric(int64 val1, int log10val2)
Numeric numeric_div_safe(Numeric num1, Numeric num2, Node *escontext)
Numeric numeric_sub_safe(Numeric num1, Numeric num2, Node *escontext)
Datum numeric_in(PG_FUNCTION_ARGS)
void dt2time(Timestamp jd, int *hour, int *min, int *sec, fsec_t *fsec)
Datum interval_out(PG_FUNCTION_ARGS)
Datum interval_justify_hours(PG_FUNCTION_ARGS)
Datum make_timestamptz_at_timezone(PG_FUNCTION_ARGS)
int timestamp_cmp_internal(Timestamp dt1, Timestamp dt2)
long TimestampDifferenceMilliseconds(TimestampTz start_time, TimestampTz stop_time)
void isoweek2date(int woy, int *year, int *mon, int *mday)
Datum in_range_timestamp_interval(PG_FUNCTION_ARGS)
void GetEpochTime(struct pg_tm *tm)
Datum generate_series_timestamptz(PG_FUNCTION_ARGS)
static float8 NonFiniteTimestampTzPart(int type, int unit, char *lowunits, bool isNegative, bool isTz)
static INT128 interval_cmp_value(const Interval *interval)
Datum interval_trunc(PG_FUNCTION_ARGS)
Datum overlaps_timestamp(PG_FUNCTION_ARGS)
Datum extract_timestamp(PG_FUNCTION_ARGS)
Datum timestamptypmodout(PG_FUNCTION_ARGS)
Datum interval_gt(PG_FUNCTION_ARGS)
Datum interval_avg_accum(PG_FUNCTION_ARGS)
int itmin2interval(struct pg_itm_in *itm_in, Interval *span)
Datum interval_justify_interval(PG_FUNCTION_ARGS)
static void finite_interval_mi(const Interval *span1, const Interval *span2, Interval *result)
Datum timestamptz_part(PG_FUNCTION_ARGS)
int isoweek2j(int year, int week)
Datum clock_timestamp(PG_FUNCTION_ARGS)
Datum timestamptz_pl_interval_at_zone(PG_FUNCTION_ARGS)
Datum timestamp_pl_interval(PG_FUNCTION_ARGS)
Datum interval_le(PG_FUNCTION_ARGS)
Datum interval_avg_serialize(PG_FUNCTION_ARGS)
Datum interval_mi(PG_FUNCTION_ARGS)
TimestampTz time_t_to_timestamptz(pg_time_t tm)
Datum timestamp_le_timestamptz(PG_FUNCTION_ARGS)
Datum interval_lt(PG_FUNCTION_ARGS)
Datum timestamp_larger(PG_FUNCTION_ARGS)
static Datum timestamptz_part_common(PG_FUNCTION_ARGS, bool retnumeric)
Datum timestamptz_izone(PG_FUNCTION_ARGS)
Datum timestamp_cmp_timestamptz(PG_FUNCTION_ARGS)
static bool AdjustIntervalForTypmod(Interval *interval, int32 typmod, Node *escontext)
Datum timestamp_part(PG_FUNCTION_ARGS)
Datum timestamptz_eq_timestamp(PG_FUNCTION_ARGS)
Datum interval_hash(PG_FUNCTION_ARGS)
Datum timestamptztypmodout(PG_FUNCTION_ARGS)
int date2isoweek(int year, int mon, int mday)
Datum timestamptz_pl_interval(PG_FUNCTION_ARGS)
Datum timestamp_cmp(PG_FUNCTION_ARGS)
static TimestampTz timestamptz_trunc_internal(text *units, TimestampTz timestamp, pg_tz *tzp)
Datum timestamp_bin(PG_FUNCTION_ARGS)
Datum timestamp_zone(PG_FUNCTION_ARGS)
static pg_tz * lookup_timezone(text *zone)
static TimestampTz timestamp2timestamptz(Timestamp timestamp)
Datum interval_finite(PG_FUNCTION_ARGS)
Datum timestamptz_ne_timestamp(PG_FUNCTION_ARGS)
Datum timestamptz_lt_timestamp(PG_FUNCTION_ARGS)
Datum timestamp_sortsupport(PG_FUNCTION_ARGS)
Datum timestamp_mi_interval(PG_FUNCTION_ARGS)
Datum timestamptypmodin(PG_FUNCTION_ARGS)
bool AdjustTimestampForTypmod(Timestamp *time, int32 typmod, Node *escontext)
Datum timestamptz_ge_timestamp(PG_FUNCTION_ARGS)
Datum timestamp_smaller(PG_FUNCTION_ARGS)
Datum interval_justify_days(PG_FUNCTION_ARGS)
TimestampTz timestamp2timestamptz_safe(Timestamp timestamp, Node *escontext)
Datum timestamp_ge(PG_FUNCTION_ARGS)
Datum interval_avg_accum_inv(PG_FUNCTION_ARGS)
Datum generate_series_timestamp(PG_FUNCTION_ARGS)
int date2isoyearday(int year, int mon, int mday)
Datum timestamptz_cmp_timestamp(PG_FUNCTION_ARGS)
Datum timestamp_ge_timestamptz(PG_FUNCTION_ARGS)
static Timestamp timestamptz2timestamp(TimestampTz timestamp)
void TimestampDifference(TimestampTz start_time, TimestampTz stop_time, long *secs, int *microsecs)
static void do_interval_accum(IntervalAggState *state, Interval *newval)
Datum timestamp_scale(PG_FUNCTION_ARGS)
Datum timestamptz_scale(PG_FUNCTION_ARGS)
Datum make_timestamptz(PG_FUNCTION_ARGS)
bool TimestampDifferenceExceedsSeconds(TimestampTz start_time, TimestampTz stop_time, int threshold_sec)
bool TimestampTimestampTzRequiresRewrite(void)
Datum timestamp_timestamptz(PG_FUNCTION_ARGS)
Datum timestamp_recv(PG_FUNCTION_ARGS)
Datum timestamp_lt(PG_FUNCTION_ARGS)
Datum timestamptz_trunc(PG_FUNCTION_ARGS)
Datum timestamptz_zone(PG_FUNCTION_ARGS)
static void finite_interval_pl(const Interval *span1, const Interval *span2, Interval *result)
void isoweekdate2date(int isoweek, int wday, int *year, int *mon, int *mday)
int32 timestamp_cmp_timestamptz_internal(Timestamp timestampVal, TimestampTz dt2)
Datum timestamptz_gt_timestamp(PG_FUNCTION_ARGS)
Datum timestamptz_hash_extended(PG_FUNCTION_ARGS)
bool TimestampDifferenceExceeds(TimestampTz start_time, TimestampTz stop_time, int msec)
static int32 anytimestamp_typmodin(bool istz, ArrayType *ta)
Datum generate_series_timestamp_support(PG_FUNCTION_ARGS)
Datum interval_cmp(PG_FUNCTION_ARGS)
Datum interval_sum(PG_FUNCTION_ARGS)
Datum timestamp_hash_extended(PG_FUNCTION_ARGS)
Datum timestamptz_le_timestamp(PG_FUNCTION_ARGS)
Datum interval_pl(PG_FUNCTION_ARGS)
Datum interval_um(PG_FUNCTION_ARGS)
Datum timestamp_skipsupport(PG_FUNCTION_ARGS)
static float8 NonFiniteIntervalPart(int type, int unit, char *lowunits, bool isNegative)
void EncodeSpecialTimestamp(Timestamp dt, char *str)
Datum make_interval(PG_FUNCTION_ARGS)
static char * anytimestamp_typmodout(bool istz, int32 typmod)
Datum interval_ge(PG_FUNCTION_ARGS)
static Timestamp make_timestamp_internal(int year, int month, int day, int hour, int min, double sec)
Datum timestamp_gt_timestamptz(PG_FUNCTION_ARGS)
Datum timestamp_in(PG_FUNCTION_ARGS)
Datum timestamp_le(PG_FUNCTION_ARGS)
Datum interval_ne(PG_FUNCTION_ARGS)
Datum timestamptz_hash(PG_FUNCTION_ARGS)
Datum interval_in(PG_FUNCTION_ARGS)
static Timestamp dt2local(Timestamp dt, int timezone)
static Datum interval_part_common(PG_FUNCTION_ARGS, bool retnumeric)
Datum timestamp_ne_timestamptz(PG_FUNCTION_ARGS)
Datum interval_hash_extended(PG_FUNCTION_ARGS)
Datum timestamptz_mi_interval(PG_FUNCTION_ARGS)
Datum timestamp_age(PG_FUNCTION_ARGS)
Datum interval_smaller(PG_FUNCTION_ARGS)
static void EncodeSpecialInterval(const Interval *interval, char *str)
Datum timestamptz_mi_interval_at_zone(PG_FUNCTION_ARGS)
Datum interval_support(PG_FUNCTION_ARGS)
Datum timestamptz_in(PG_FUNCTION_ARGS)
static int intervaltypmodleastfield(int32 typmod)
int32 anytimestamp_typmod_check(bool istz, int32 typmod)
Datum extract_timestamptz(PG_FUNCTION_ARGS)
Datum pg_postmaster_start_time(PG_FUNCTION_ARGS)
TimestampTz GetCurrentTimestamp(void)
static TimeOffset time2t(const int hour, const int min, const int sec, const fsec_t fsec)
Datum interval_part(PG_FUNCTION_ARGS)
Datum pg_conf_load_time(PG_FUNCTION_ARGS)
Datum in_range_interval_interval(PG_FUNCTION_ARGS)
#define IA_TOTAL_COUNT(ia)
const char * timestamptz_to_str(TimestampTz t)
Datum interval_eq(PG_FUNCTION_ARGS)
static Datum timestamp_increment(Relation rel, Datum existing, bool *overflow)
Timestamp GetSQLLocalTimestamp(int32 typmod)
Datum timestamp_finite(PG_FUNCTION_ARGS)
static TimestampTz timestamptz_mi_interval_internal(TimestampTz timestamp, Interval *span, pg_tz *attimezone)
Datum timestamp_trunc(PG_FUNCTION_ARGS)
Datum mul_d_interval(PG_FUNCTION_ARGS)
Datum timestamptztypmodin(PG_FUNCTION_ARGS)
Datum interval_avg(PG_FUNCTION_ARGS)
Datum timestamp_send(PG_FUNCTION_ARGS)
Datum timestamptz_send(PG_FUNCTION_ARGS)
Datum timestamptz_recv(PG_FUNCTION_ARGS)
Datum interval_scale(PG_FUNCTION_ARGS)
static Datum timestamp_part_common(PG_FUNCTION_ARGS, bool retnumeric)
Datum interval_larger(PG_FUNCTION_ARGS)
Datum timestamp_gt(PG_FUNCTION_ARGS)
static IntervalAggState * makeIntervalAggState(FunctionCallInfo fcinfo)
Datum timestamptz_bin(PG_FUNCTION_ARGS)
Datum timestamptz_timestamp(PG_FUNCTION_ARGS)
Datum timestamp_mi(PG_FUNCTION_ARGS)
Datum timestamptz_at_local(PG_FUNCTION_ARGS)
Datum interval_send(PG_FUNCTION_ARGS)
Datum intervaltypmodin(PG_FUNCTION_ARGS)
#define TIMESTAMP_GT(t1, t2)
Datum timestamp_lt_timestamptz(PG_FUNCTION_ARGS)
Datum timestamptz_out(PG_FUNCTION_ARGS)
static void interval_um_internal(const Interval *interval, Interval *result)
Datum timestamp_hash(PG_FUNCTION_ARGS)
Datum timestamp_out(PG_FUNCTION_ARGS)
Datum timestamp_support(PG_FUNCTION_ARGS)
void interval2itm(Interval span, struct pg_itm *itm)
Datum float8_timestamptz(PG_FUNCTION_ARGS)
Datum now(PG_FUNCTION_ARGS)
Datum interval_avg_deserialize(PG_FUNCTION_ARGS)
Datum timestamp_ne(PG_FUNCTION_ARGS)
static int interval_cmp_internal(const Interval *interval1, const Interval *interval2)
Datum interval_recv(PG_FUNCTION_ARGS)
#define INTERVAL_TO_MICROSECONDS(i)
Datum statement_timestamp(PG_FUNCTION_ARGS)
Datum timestamptz_age(PG_FUNCTION_ARGS)
Datum interval_mul(PG_FUNCTION_ARGS)
Datum interval_div(PG_FUNCTION_ARGS)
Datum timestamptz_trunc_zone(PG_FUNCTION_ARGS)
Datum timestamp_eq_timestamptz(PG_FUNCTION_ARGS)
static TimestampTz timestamptz_pl_interval_internal(TimestampTz timestamp, Interval *span, pg_tz *attimezone)
static Datum generate_series_timestamptz_internal(FunctionCallInfo fcinfo)
int itm2interval(struct pg_itm *itm, Interval *span)
pg_time_t timestamptz_to_time_t(TimestampTz t)
Datum make_timestamp(PG_FUNCTION_ARGS)
Datum intervaltypmodout(PG_FUNCTION_ARGS)
static int interval_sign(const Interval *interval)
static void do_interval_discard(IntervalAggState *state, Interval *newval)
Datum timeofday(PG_FUNCTION_ARGS)
Datum generate_series_timestamptz_at_zone(PG_FUNCTION_ARGS)
int date2isoyear(int year, int mon, int mday)
Timestamp timestamptz2timestamp_safe(TimestampTz timestamp, Node *escontext)
Datum timestamp_izone(PG_FUNCTION_ARGS)
static Datum timestamp_decrement(Relation rel, Datum existing, bool *underflow)
static int parse_sane_timezone(struct pg_tm *tm, text *zone)
Datum timestamp_at_local(PG_FUNCTION_ARGS)
TimestampTz GetSQLCurrentTimestamp(int32 typmod)
Datum in_range_timestamptz_interval(PG_FUNCTION_ARGS)
Datum interval_avg_combine(PG_FUNCTION_ARGS)
Datum extract_interval(PG_FUNCTION_ARGS)
Datum timestamp_eq(PG_FUNCTION_ARGS)
#define TIMESTAMP_LT(t1, t2)
#define FLOAT8_FITS_IN_INT32(num)
#define Assert(condition)
#define FLOAT8_FITS_IN_INT64(num)
memcpy(sums, checksumBaseOffsets, sizeof(checksumBaseOffsets))
Node * estimate_expression_value(PlannerInfo *root, Node *node)
#define DATETIME_MIN_JULIAN
#define INTERVAL_NOEND(i)
#define MAX_TIMESTAMP_PRECISION
#define INTERVAL_NOT_FINITE(i)
#define TIMESTAMP_NOBEGIN(j)
#define TIMESTAMP_END_JULIAN
#define IS_VALID_JULIAN(y, m, d)
#define INTERVAL_NOBEGIN(i)
#define INTERVAL_IS_NOBEGIN(i)
#define IS_VALID_TIMESTAMP(t)
#define MAX_INTERVAL_PRECISION
#define INTERVAL_IS_NOEND(i)
#define TIMESTAMP_IS_NOEND(j)
#define TIMESTAMP_IS_NOBEGIN(j)
#define TIMESTAMP_NOT_FINITE(j)
#define POSTGRES_EPOCH_JDATE
#define TIMESTAMP_NOEND(j)
bool float_time_overflows(int hour, int min, double sec)
int errcode(int sqlerrcode)
#define ereturn(context, dummy_value,...)
int errhint(const char *fmt,...) pg_attribute_printf(1
int errdetail(const char *fmt,...) pg_attribute_printf(1
#define ereport(elevel,...)
struct SortSupportData * SortSupport
#define palloc_object(type)
#define palloc0_object(type)
static float8 float8_mul(const float8 val1, const float8 val2)
static float8 get_float8_infinity(void)
#define PG_GETARG_BYTEA_PP(n)
#define PG_GETARG_TEXT_PP(n)
#define PG_RETURN_BYTEA_P(x)
#define DirectFunctionCall2(func, arg1, arg2)
#define PG_GETARG_FLOAT8(n)
#define PG_RETURN_FLOAT8(x)
#define PG_GETARG_POINTER(n)
#define PG_RETURN_CSTRING(x)
#define DirectFunctionCall1(func, arg1)
#define PG_GETARG_DATUM(n)
#define PG_GETARG_CSTRING(n)
#define PG_RETURN_TEXT_P(x)
#define PG_RETURN_INT32(x)
#define PG_GETARG_INT32(n)
#define PG_GETARG_BOOL(n)
#define DirectFunctionCall3(func, arg1, arg2, arg3)
#define PG_RETURN_POINTER(x)
#define PG_RETURN_BOOL(x)
#define SRF_IS_FIRSTCALL()
#define SRF_PERCALL_SETUP()
#define SRF_RETURN_NEXT(_funcctx, _result)
#define SRF_FIRSTCALL_INIT()
#define SRF_RETURN_DONE(_funcctx)
Datum hashint8extended(PG_FUNCTION_ARGS)
Datum hashint8(PG_FUNCTION_ARGS)
#define DTERR_INTERVAL_OVERFLOW
#define TZNAME_FIXED_OFFSET
#define DTERR_TZDISP_OVERFLOW
#define DTERR_FIELD_OVERFLOW
static int int128_compare(INT128 x, INT128 y)
static INT128 int64_to_int128(int64 v)
static int64 int128_to_int64(INT128 val)
static void int128_add_int64_mul_int64(INT128 *i128, int64 x, int64 y)
static bool pg_mul_s64_overflow(int64 a, int64 b, int64 *result)
static bool pg_sub_s64_overflow(int64 a, int64 b, int64 *result)
static bool pg_mul_s32_overflow(int32 a, int32 b, int32 *result)
static bool pg_sub_s32_overflow(int32 a, int32 b, int32 *result)
static bool pg_add_s64_overflow(int64 a, int64 b, int64 *result)
static bool pg_add_s32_overflow(int32 a, int32 b, int32 *result)
static int timestamp2tm(timestamp dt, int *tzp, struct tm *tm, fsec_t *fsec, const char **tzn)
static timestamp SetEpochTimestamp(void)
int tm2timestamp(struct tm *tm, fsec_t fsec, int *tzp, timestamp *result)
char * pstrdup(const char *in)
#define SOFT_ERROR_OCCURRED(escontext)
int AggCheckCallContext(FunctionCallInfo fcinfo, MemoryContext *aggcontext)
int32 exprTypmod(const Node *expr)
Node * relabel_to_typmod(Node *expr, int32 typmod)
static bool is_funcclause(const void *clause)
#define IsA(nodeptr, _type_)
static Numeric DatumGetNumeric(Datum X)
#define PG_RETURN_NUMERIC(x)
static Datum NumericGetDatum(Numeric X)
static MemoryContext MemoryContextSwitchTo(MemoryContext context)
static int list_length(const List *l)
static rewind_source * source
static char buf[DEFAULT_XLOG_SEG_SIZE]
bool pg_get_timezone_offset(const pg_tz *tz, long int *gmtoff)
PGDLLIMPORT pg_tz * session_timezone
size_t pg_strftime(char *s, size_t maxsize, const char *format, const struct pg_tm *t)
struct pg_tm * pg_localtime(const pg_time_t *timep, const pg_tz *tz)
struct pg_tm * pg_gmtime(const pg_time_t *timep)
size_t strlcpy(char *dst, const char *src, size_t siz)
#define Int64GetDatumFast(X)
static Datum ObjectIdGetDatum(Oid X)
static char * DatumGetCString(Datum X)
static Datum Float8GetDatum(float8 X)
static Datum CStringGetDatum(const char *X)
static Datum Int32GetDatum(int32 X)
static int32 DatumGetInt32(Datum X)
#define PointerGetDatum(X)
char * psprintf(const char *fmt,...)
static struct cvec * range(struct vars *v, chr a, chr b, int cases)
char * downcase_truncate_identifier(const char *ident, int len, bool warn)
struct SkipSupportData * SkipSupport
struct StringInfoData * StringInfo
static void initReadOnlyStringInfo(StringInfo str, char *data, int len)
SkipSupportIncDec decrement
SkipSupportIncDec increment
int(* comparator)(Datum x, Datum y, SortSupport ssup)
int ssup_datum_signed_cmp(Datum x, Datum y, SortSupport ssup)
#define INTERVAL_FULL_RANGE
#define timestamptz_cmp_internal(dt1, dt2)
#define INTERVAL_PRECISION(t)
static Datum TimestampTzGetDatum(TimestampTz X)
#define INTERVAL_RANGE(t)
static Datum TimestampGetDatum(Timestamp X)
#define PG_GETARG_TIMESTAMP(n)
static Datum IntervalPGetDatum(const Interval *X)
#define PG_RETURN_TIMESTAMP(x)
#define PG_GETARG_INTERVAL_P(n)
#define PG_GETARG_TIMESTAMPTZ(n)
#define PG_RETURN_TIMESTAMPTZ(x)
static Interval * DatumGetIntervalP(Datum X)
#define PG_RETURN_INTERVAL_P(x)
#define INTERVAL_TYPMOD(p, r)
static Timestamp DatumGetTimestamp(Datum X)
#define INTERVAL_FULL_PRECISION
static Size VARSIZE_ANY_EXHDR(const void *PTR)
static char * VARDATA_ANY(const void *PTR)
text * cstring_to_text(const char *s)
void text_to_cstring_buffer(const text *src, char *dst, size_t dst_len)
static const unsigned __int64 epoch
int gettimeofday(struct timeval *tp, void *tzp)
TimestampTz GetCurrentStatementStartTimestamp(void)
TimestampTz GetCurrentTransactionStartTimestamp(void)