Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- p -
- p_cbrace() : type_parser.c, type_parser.h
- p_cbracket() : type_parser.c, type_parser.h
- p_comma() : type_parser.c, type_parser.h
- p_cparen() : type_parser.c, type_parser.h
- p_delimchar() : type_parser.c, type_parser.h
- P_M_STR : formatting.c
- p_m_STR : formatting.c
- p_obrace() : type_parser.h, type_parser.c
- p_obracket() : type_parser.h, type_parser.c
- p_oparen() : type_parser.h, type_parser.c
- p_whitespace() : type_parser.h, type_parser.c
- palloc : postgres.h
- palloc0 : postgres.h
- parse_bool_with_len() : postgres_types.c
- parse_format() : formatting.c
- parse_geojson() : type_in.c
- parse_mfjson_coord() : type_in.c
- parse_mfjson_datetimes() : type_in.c
- parse_mfjson_geos() : type_in.c
- parse_mfjson_points() : type_in.c
- parse_mfjson_values() : type_in.c
- ParseDateTime() : datetime.c, datetime.h
- ParseFractionalSecond() : datetime.c
- parseg2d_intersection() : tpoint_spatialfuncs.c
- ParseISO8601Number() : datetime.c
- PARTITION_MAX_KEYS : pg_config_manual.h
- path_constructor() : geo_constructors.c
- perfect_timezone_match() : findtimezone.c
- pfree : postgres.h
- pfree_array() : type_util.h, type_util.c
- pg_add_s16_overflow() : int.h
- pg_add_s32_overflow() : int.h
- pg_add_s64_overflow() : int.h
- pg_add_u16_overflow() : int.h
- pg_add_u32_overflow() : int.h
- pg_add_u64_overflow() : int.h
- pg_ascii_tolower() : port.h, pgstrcasecmp.c
- pg_ascii_toupper() : port.h, pgstrcasecmp.c
- pg_atoi() : temporal.h
- pg_attribute_always_inline : c.h
- pg_attribute_cold : c.h
- pg_attribute_format_arg : c.h
- pg_attribute_hot : c.h
- pg_attribute_no_sanitize_alignment : c.h
- pg_attribute_noreturn : c.h
- pg_attribute_printf : c.h
- pg_attribute_unused : c.h
- PG_BINARY : c.h
- PG_BINARY_A : c.h
- PG_BINARY_R : c.h
- PG_BINARY_W : c.h
- pg_bswap16() : pg_bswap.h
- pg_bswap32() : pg_bswap.h
- pg_bswap64() : pg_bswap.h
- PG_CACHE_LINE_SIZE : pg_config_manual.h
- pg_ceil_log2_32() : pg_bitutils.h
- pg_ceil_log2_64() : pg_bitutils.h
- pg_datan() : postgres_types.h, postgres_types.c
- pg_datan2() : postgres_types.h, postgres_types.c
- pg_date_in() : meos.h, postgres_types.c
- pg_date_out() : meos.h, postgres_types.c
- PG_DATUM_NEEDS_DETOAST : temporal.h
- pg_dcos() : postgres_types.c, postgres_types.h
- pg_dsin() : postgres_types.h, postgres_types.c
- pg_error() : tgeo.c
- pg_fprintf() : snprintf.c
- PG_FREE_IF_COPY_P : temporal.h
- PG_FUNCNAME_MACRO : c.h
- pg_funcptr_t : c.h
- pg_get_nd_stats() : tspatial_selfuncs.h, tspatial_selfuncs.c
- pg_get_timezone_name() : pgtime.h, localtime.c
- pg_get_timezone_offset() : pgtime.h, localtime.c
- PG_GETARG_ANYDATUM : temporal.h
- PG_GETARG_CBUFFER_P : cbuffer.h
- PG_GETARG_DATEADT : date.h
- PG_GETARG_GSERIALIZED_P : postgis.h
- PG_GETARG_GSERIALIZED_P_COPY : postgis.h
- PG_GETARG_INTERVAL_P : timestamp.h
- PG_GETARG_NPOINT_P : tnpoint.h
- PG_GETARG_NSEGMENT_P : tnpoint.h
- PG_GETARG_POSE_P : pose.h
- PG_GETARG_SET_P : set.h
- PG_GETARG_SKIPLIST_P : skiplist.h
- PG_GETARG_SPAN_P : span.h
- PG_GETARG_SPANSET_P : span.h
- PG_GETARG_STBOX_P : stbox.h
- PG_GETARG_TBOX_P : tbox.h
- PG_GETARG_TEMPORAL_P : temporal.h
- PG_GETARG_TIMEADT : date.h
- PG_GETARG_TIMESTAMP : timestamp.h
- PG_GETARG_TIMESTAMPTZ : timestamp.h
- PG_GETARG_TIMETZADT_P : date.h
- PG_GETARG_TINSTANT_P : temporal.h
- PG_GETARG_TSEQUENCE_P : temporal.h
- PG_GETARG_TSEQUENCESET_P : temporal.h
- pg_gmtime() : pgtime.h, localtime.c
- pg_hashfloat8() : postgres_types.h, postgres_types.c
- pg_hashfloat8extended() : postgres_types.h, postgres_types.c
- pg_hashint8() : postgres_types.h, postgres_types.c
- pg_hashint8extended() : postgres_types.h, postgres_types.c
- pg_hashtext() : postgres_types.h, postgres_types.c
- pg_hashtextextended() : postgres_types.h, postgres_types.c
- pg_hton16 : pg_bswap.h
- pg_hton32 : pg_bswap.h
- pg_hton64 : pg_bswap.h
- PG_INT16_MAX : c.h
- PG_INT16_MIN : c.h
- PG_INT32_MAX : c.h
- PG_INT32_MIN : c.h
- pg_int64 : postgres_ext.h
- PG_INT64_MAX : c.h
- PG_INT64_MIN : c.h
- PG_INT64_TYPE : pg_config_ext.h
- PG_INT8_MAX : c.h
- PG_INT8_MIN : c.h
- pg_interpret_timezone_abbrev() : pgtime.h, localtime.c
- pg_interval_cmp() : postgres_types.c, meos.h
- pg_interval_in() : meos.h, postgres_types.c
- pg_interval_justify_hours() : postgres_types.h, postgres_types.c
- pg_interval_out() : meos.h, postgres_types.c
- pg_interval_to_char() : formatting.c, formatting.h
- pg_leftmost_one_pos : pg_bitutils.c, pg_bitutils.h
- pg_leftmost_one_pos32() : pg_bitutils.h
- pg_leftmost_one_pos64() : pg_bitutils.h
- pg_lltoa() : numutils.c, postgres_types.c
- pg_load_tz() : findtimezone.c
- pg_localtime() : pgtime.h, localtime.c
- pg_ltoa() : numutils.c, postgres_types.c
- PG_MODULE_MAGIC : temporal.c
- pg_mul_s16_overflow() : int.h
- pg_mul_s32_overflow() : int.h
- pg_mul_s64_overflow() : int.h
- pg_mul_u16_overflow() : int.h
- pg_mul_u32_overflow() : int.h
- pg_mul_u64_overflow() : int.h
- pg_nd_stats_from_tuple() : tspatial_selfuncs.h, tspatial_selfuncs.c
- pg_next_dst_boundary() : localtime.c, pgtime.h
- pg_nextpower2_32() : pg_bitutils.h
- pg_nextpower2_64() : pg_bitutils.h
- pg_nextpower2_size_t : pg_bitutils.h
- PG_NL_ARGMAX : snprintf.c
- pg_nodiscard : c.h
- pg_noinline : c.h
- pg_notice() : tgeo.c
- pg_ntoh16 : pg_bswap.h
- pg_ntoh32 : pg_bswap.h
- pg_ntoh64 : pg_bswap.h
- pg_number_of_ones : pg_bitutils.h, pg_bitutils.c
- pg_open_tzfile() : pgtz.c, pgtz.h
- PG_PARSER_ERROR : postgis_funcs.c
- pg_popcount() : pg_bitutils.c, pg_bitutils.h
- pg_popcount32 : pg_bitutils.h, pg_bitutils.c
- pg_popcount32_slow() : pg_bitutils.c
- pg_popcount64 : pg_bitutils.c, pg_bitutils.h
- pg_popcount64_slow() : pg_bitutils.c
- pg_prevpower2_32() : pg_bitutils.h
- pg_prevpower2_64() : pg_bitutils.h
- pg_prevpower2_size_t : pg_bitutils.h
- pg_printf() : snprintf.c
- pg_qsort() : port.h
- pg_qsort_strcmp() : port.h, qsort.c
- pg_queue_signal() : win32_port.h
- PG_RETURN_CBUFFER_P : cbuffer.h
- PG_RETURN_DATEADT : date.h
- PG_RETURN_GSERIALIZED_P : postgis.h
- PG_RETURN_INTERVAL_P : timestamp.h
- PG_RETURN_NPOINT_P : tnpoint.h
- PG_RETURN_NSEGMENT_P : tnpoint.h
- PG_RETURN_POSE_P : pose.h
- PG_RETURN_SET_P : set.h
- PG_RETURN_SKIPLIST_P : skiplist.h
- PG_RETURN_SPAN_P : span.h
- PG_RETURN_SPANSET_P : span.h
- PG_RETURN_STBOX_P : stbox.h
- PG_RETURN_TBOX_P : tbox.h
- PG_RETURN_TEMPORAL_P : temporal.h
- PG_RETURN_TIMEADT : date.h
- PG_RETURN_TIMESTAMP : timestamp.h
- PG_RETURN_TIMESTAMPTZ : timestamp.h
- PG_RETURN_TIMETZADT_P : date.h
- PG_RETURN_TINSTANT_P : temporal.h
- PG_RETURN_TSEQUENCE_P : temporal.h
- PG_RETURN_TSEQUENCESET_P : temporal.h
- pg_rightmost_one_pos : pg_bitutils.c, pg_bitutils.h
- pg_rightmost_one_pos32() : pg_bitutils.h
- pg_rightmost_one_pos64() : pg_bitutils.h
- pg_rotate_right32() : pg_bitutils.h
- PG_SIGNAL_COUNT : win32_port.h
- pg_signal_mask : win32_port.h
- pg_signal_queue : win32_port.h
- pg_snprintf() : snprintf.c
- PG_SOMAXCONN : pg_config_manual.h
- pg_sprintf() : snprintf.c
- pg_strcasecmp() : pgstrcasecmp.c, port.h
- pg_strfromd() : snprintf.c
- pg_strftime() : pgtime.h
- pg_strncasecmp() : port.h, pgstrcasecmp.c
- pg_strtoint32() : numutils.c, postgres_types.c
- pg_strtoint64() : numutils.c, postgres_types.c
- pg_sub_s16_overflow() : int.h
- pg_sub_s32_overflow() : int.h
- pg_sub_s64_overflow() : int.h
- pg_sub_u16_overflow() : int.h
- pg_sub_u32_overflow() : int.h
- pg_sub_u64_overflow() : int.h
- PG_TEXTDOMAIN : c.h
- pg_time_in() : meos.h
- pg_time_out() : meos.h
- pg_time_t : pgtime.h
- pg_timestamp_in() : meos.h, postgres_types.c
- pg_timestamp_out() : meos.h, postgres_types.c
- pg_timestamp_to_char() : formatting.c, formatting.h
- pg_timestamptz_in() : postgres_types.c, meos.h
- pg_timestamptz_out() : meos.h, postgres_types.c
- pg_timestamptz_to_char() : formatting.c, formatting.h
- pg_timezone_initialize() : pgtime.h
- pg_to_date() : formatting.c, formatting.h
- pg_to_timestamp() : formatting.c, formatting.h
- pg_tolower() : port.h, pgstrcasecmp.c
- pg_toupper() : port.h, pgstrcasecmp.c
- pg_tz : pgtime.h
- pg_tz_acceptable() : pgtime.h, localtime.c
- pg_TZDIR() : findtimezone.c, pgtz.c
- pg_tzenum : pgtime.h
- pg_tzenumerate_end() : pgtime.h
- pg_tzenumerate_next() : pgtime.h
- pg_tzenumerate_start() : pgtime.h
- pg_tzset() : pgtime.h, pgtz.c
- pg_tzset_offset() : pgtime.h, pgtz.c
- PG_UINT16_MAX : c.h
- PG_UINT32_MAX : c.h
- PG_UINT64_MAX : c.h
- PG_UINT8_MAX : c.h
- pg_ulltoa_n() : numutils.c, postgres_types.c
- pg_ultoa_n() : numutils.c, postgres_types.c
- pg_ultostr() : datetime.c, numutils.c
- pg_ultostr_zeropad() : datetime.c, numutils.c
- pg_unreachable : c.h
- PG_USED_FOR_ASSERTS_ONLY : c.h
- pg_vfprintf() : snprintf.c
- pg_vprintf() : snprintf.c
- pg_vsnprintf() : snprintf.c
- pg_vsprintf() : snprintf.c
- PGAlignedBlock : c.h
- PGAlignedXLogBlock : c.h
- PGC_ERRMSG_MAXLEN : tgeo.c
- PGDLLEXPORT : win32.h
- PGDLLIMPORT : c.h, win32.h
- pgfnames() : pgfnames.c, findtimezone.c
- pgfnames_cleanup() : pgfnames.c, findtimezone.c
- PGIS_FP_TOLERANCE : postgis_funcs.c, tpoint_spatialfuncs.c
- pgis_union_geometry_array() : postgis.h
- pgkill() : win32_port.h
- pgoff_t : win32_port.h
- pgreadlink() : win32_port.h
- PgReloadTime : timestamp.h
- PgStartTime : timestamp.h
- pgstrs_get_entry() : tspatial_transform_meos.c
- pgsymlink() : win32_port.h
- pgwin32_accept() : win32_port.h
- pgwin32_bind() : win32_port.h
- pgwin32_connect() : win32_port.h
- pgwin32_create_signal_listener() : win32_port.h
- pgwin32_dispatch_queued_signals() : win32_port.h
- pgwin32_initial_signal_pipe : win32_port.h
- pgwin32_install_crashdump_handler() : win32_port.h
- pgwin32_is_admin() : win32_port.h
- pgwin32_is_junction() : win32_port.h
- pgwin32_is_service() : win32_port.h
- pgwin32_listen() : win32_port.h
- pgwin32_noblock : win32_port.h
- pgwin32_putenv() : win32_port.h
- pgwin32_recv() : win32_port.h
- pgwin32_ReserveSharedMemoryRegion() : win32_port.h
- pgwin32_select() : win32_port.h
- pgwin32_send() : win32_port.h
- pgwin32_setenv() : win32_port.h
- pgwin32_setlocale() : win32_port.h
- pgwin32_signal_event : win32_port.h
- pgwin32_signal_initialize() : win32_port.h
- pgwin32_socket() : win32_port.h
- pgwin32_unsetenv() : win32_port.h
- pgwin32_waitforsinglesocket() : win32_port.h
- Pi : projection_gk.c
- PJ : postgis_ext_defs.in.h
- pjstrs_has_entry() : tspatial_transform_meos.c
- pjstrs_pfree() : tspatial_transform_meos.c
- PLACE_LEFT : span_gist.c, tnumber_gist.c
- PLACE_RIGHT : span_gist.c, tnumber_gist.c
- PM : datetime.h
- pm_STR : formatting.c
- PM_STR : formatting.c
- pnstrdup() : formatting.c, postgres_types.c
- point2d_get_datum() : projection_gk.c
- point2d_min_dist() : tgeo_distance.c
- point3d_min_dist() : tgeo_distance.h, tgeo_distance.c
- point_constructor() : geo_constructors.c
- point_force2d() : tgeo_restrict.c
- point_get_coords() : stbox.h, stbox.c
- point_get_x() : tpoint_spatialfuncs.c
- point_get_y() : tpoint_spatialfuncs.c
- point_get_z() : tpoint_spatialfuncs.c
- point_grid() : tpoint_spatialfuncs.c
- point_in_circle() : cbuffer.c
- point_in_multipolygon() : postgis_funcs.c
- point_in_polygon() : postgis_funcs.c
- point_inside_circle() : cbuffer.c
- point_meas_to_lwpoint() : tpoint_spatialfuncs.c
- point_round() : geo_round.c, meos_internal_geo.h
- point_transf_pj() : tspatial.h
- Pointer : postgres_ext_defs.in.h, c.h
- PointerGetDatum : postgres.h
- PointerIsAligned : c.h
- PointerIsValid : c.h
- pointsegm_interpolate() : tgeo_spatialfuncs.h, tpoint_spatialfuncs.c
- pointsegm_locate() : tgeo_spatialfuncs.h, tpoint_spatialfuncs.c
- poly_constructor() : geo_constructors.c
- poly_is_ccw() : trgeo_vclip.c
- pos_span_span() : skiplist.c
- pos_span_timestamptz() : skiplist.c
- Pose : meos_pose.h
- Pose_as_ewkb() : pose.c
- pose_as_ewkt() : meos_pose.h
- Pose_as_ewkt() : pose.c
- pose_as_ewkt() : pose.c
- pose_as_hexwkb() : meos_pose.h
- Pose_as_hexwkb() : pose.c
- pose_as_hexwkb() : pose.c
- pose_as_text() : meos_pose.h, pose.c
- Pose_as_text() : pose.c
- Pose_as_text_ext() : pose.c
- Pose_as_wkb() : pose.c
- pose_as_wkb() : meos_pose.h, pose.c
- Pose_cmp() : pose.c
- pose_cmp() : meos_pose.h, pose.c
- pose_collinear() : pose.h, pose.c
- Pose_constructor() : pose.c
- Pose_constructor_point() : pose.c
- pose_copy() : meos_pose.h, pose.c
- pose_diff_2d() : trgeo_distance.c
- pose_distance() : pose.h, pose.c
- pose_eq() : meos_pose.h, pose.c
- Pose_eq() : pose.c
- Pose_from_ewkt() : pose.c
- Pose_from_hexwkb() : pose.c
- pose_from_hexwkb() : meos_pose.h, pose.c
- Pose_from_wkb() : pose.c
- pose_from_wkb() : meos_pose.h, pose.c
- pose_ge() : pose.c
- Pose_ge() : pose.c
- pose_ge() : meos_pose.h
- pose_gt() : pose.c, meos_pose.h
- Pose_gt() : pose.c
- pose_hash() : meos_pose.h
- Pose_hash() : pose.c
- pose_hash() : pose.c
- pose_hash_extended() : meos_pose.h, pose.c
- Pose_hash_extended() : pose.c
- pose_in() : meos_pose.h, pose.c
- Pose_in() : pose.c
- pose_interpolate_2d() : trgeo_distance.c
- pose_le() : meos_pose.h, pose.c
- Pose_le() : pose.c
- pose_lt() : meos_pose.h, pose.c
- Pose_lt() : pose.c
- pose_make_2d() : meos_pose.h, pose.c
- pose_make_3d() : meos_pose.h, pose.c
- pose_make_point2d() : meos_pose.h, pose.c
- pose_make_point3d() : meos_pose.h, pose.c
- pose_ne() : meos_pose.h, pose.c
- Pose_ne() : pose.c
- pose_nsame() : meos_pose.h, pose.c
- Pose_orientation() : pose.c
- pose_orientation() : meos_pose.h, pose.c
- pose_out() : pose.c, meos_pose.h
- Pose_out() : pose.c
- pose_parse() : pose.h, pose.c
- Pose_point() : pose.c
- Pose_recv() : pose.c
- pose_rotation() : meos_pose.h, pose.c
- Pose_rotation() : pose.c
- pose_round() : pose.c, meos_pose.h
- Pose_round() : pose.c
- pose_same() : meos_pose.h, pose.c
- Pose_same() : pose.c
- Pose_send() : pose.c
- pose_set_srid() : meos_pose.h, pose.c
- Pose_set_srid() : pose.c
- pose_set_stbox() : pose.h, tpose_boxops.c, tpose_boxops.h
- Pose_srid() : pose.c
- pose_srid() : meos_pose.h, pose.c
- pose_timestamptz_set_stbox() : pose.h, tpose_boxops.c
- Pose_timestamptz_to_stbox() : pose.c
- pose_timestamptz_to_stbox() : meos_pose.h, tpose_boxops.c
- Pose_to_point() : pose.c
- pose_to_point() : meos_pose.h, pose.c
- pose_to_set() : meos_pose.h, poseset_meos.c
- pose_to_stbox() : tpose_boxops.c, meos_pose.h
- Pose_to_stbox() : pose.c
- pose_transf_pj() : pose.c
- pose_transform() : pose.c, meos_pose.h
- Pose_transform() : pose.c
- pose_transform_pipeline() : meos_pose.h, pose.c
- Pose_transform_pipeline() : pose.c
- pose_tstzspan_set_stbox() : pose.h, tpose_boxops.c
- pose_tstzspan_to_stbox() : meos_pose.h, tpose_boxops.c
- Pose_tstzspan_to_stbox() : pose.c
- pose_union_transfn() : meos_pose.h, poseset_meos.c
- pose_wkt_out() : pose.h, pose.c
- posearr_points() : pose.c
- posearr_round() : pose.c
- Posearr_round() : pose.c
- posearr_round() : meos_pose.h
- posearr_set_stbox() : pose.h, tpose_boxops.h, tpose_boxops.c
- PosePGetDatum : pose.h
- posesegm_interpolate() : pose.h, pose.c
- posesegm_locate() : pose.c, pose.h
- poseset_end_value() : meos_pose.h, poseset_meos.c
- poseset_in() : meos_pose.h, poseset_meos.c
- poseset_make() : meos_pose.h, poseset_meos.c
- poseset_out() : meos_pose.h, poseset_meos.c
- poseset_start_value() : meos_pose.h, poseset_meos.c
- poseset_value_n() : meos_pose.h, poseset_meos.c
- poseset_values() : meos_pose.h, poseset_meos.c
- positive_datum() : temporal.h, temporal.c
- positive_duration() : temporal.h, temporal.c
- POSIX_COLLATION_OID : temporal.h
- POSTGIS2GEOS() : postgis_funcs.h, postgis_funcs.c
- postgis_valid_typmod() : postgis_funcs.h, postgis_funcs.c
- POSTGRES_EPOCH_JDATE : timestamp_def.h
- print_stbox() : rtree_example.c
- PrintfArgType : snprintf.c
- process_file() : CMakeLists.txt
- PROJ_BACKEND_HASH_SIZE : tspatial_transform_meos.c
- PROJ_CACHE_ITEMS : tspatial_transform_meos.c
- proj_finalize() : meos.c
- proj_get_context() : meos_internal_geo.h, meos.c
- proj_initialize() : meos.c
- PROJSRSCacheItem : tspatial_transform_meos.c
- PROJSRSDestroyPJ() : tspatial_transform_meos.c
- pstrdup : postgres.h
- pt_angle() : tpoint_datagen.c
- pt_distance_fn() : tgeo_spatialfuncs.h, tgeo_spatialfuncs.c
- putenv : win32_port.h