pgx/pgtype
Jack Christensen fcc9dcc960 Convert text to Codec
This also entailed updating and deleting types that depended on Text.
2022-01-08 13:13:26 -06:00
..
pgxtype Remove obsolute ArrayType 2022-01-04 19:58:40 -06:00
testutil Bump module version to v5 2021-12-11 13:29:03 -06:00
zeronull Convert text to Codec 2022-01-08 13:13:26 -06:00
aclitem.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
aclitem_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
aclitem_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
aclitem_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
array.go Initial codec support for int2 and int2[] 2021-12-23 13:12:54 -06:00
array_codec.go Introduce PlanEncode 2022-01-05 08:59:21 -06:00
array_codec_test.go Improvements to ArrayCodec 2021-12-31 12:28:45 -06:00
array_getter_setter.go Improvements to ArrayCodec 2021-12-31 12:28:45 -06:00
array_getter_setter.go.erb Improvements to ArrayCodec 2021-12-31 12:28:45 -06:00
array_test.go Convert int4 and int8 to new system 2022-01-01 17:26:39 -06:00
bit.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
bit_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
bool.go Introduce PlanEncode 2022-01-05 08:59:21 -06:00
bool_test.go Convert bool to Codec 2022-01-01 18:18:47 -06:00
box.go Introduce PlanEncode 2022-01-05 08:59:21 -06:00
box_test.go Convert box to Codec 2022-01-03 20:27:44 -06:00
bytea.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
bytea_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
bytea_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
bytea_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
cid.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
cid_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
cidr.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
cidr_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
cidr_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
circle.go Introduce PlanEncode 2022-01-05 08:59:21 -06:00
circle_test.go Convert circle to Codec 2022-01-03 20:53:50 -06:00
convert.go Initial codec support for int2 and int2[] 2021-12-23 13:12:54 -06:00
database_sql.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
date.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
date_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
date_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
date_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
enum_type.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
enum_type_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
float4.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
float4_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
float4_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
float4_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
float8.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
float8_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
float8_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
float8_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
generic_binary.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
hstore.go Convert text to Codec 2022-01-08 13:13:26 -06:00
hstore_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
hstore_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
hstore_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
inet.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
inet_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
inet_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
inet_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
int.go Introduce PlanEncode 2022-01-05 08:59:21 -06:00
int.go.erb Introduce PlanEncode 2022-01-05 08:59:21 -06:00
int_test.go Convert int4 and int8 to new system 2022-01-01 17:26:39 -06:00
int_test.go.erb Convert int4 and int8 to new system 2022-01-01 17:26:39 -06:00
integration_benchmark_test.go Convert int4 and int8 to new system 2022-01-01 17:26:39 -06:00
integration_benchmark_test.go.erb Convert int4 and int8 to new system 2022-01-01 17:26:39 -06:00
integration_benchmark_test_gen.sh Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
interval.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
interval_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
json.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
json_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
jsonb.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
jsonb_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
jsonb_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
jsonb_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
line.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
line_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
lseg.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
lseg_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
macaddr.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
macaddr_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
macaddr_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
macaddr_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
new_pg_value.erb Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
new_pg_value_gen.sh Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
numeric.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
numeric_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
numeric_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
numeric_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
oid.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
oid_value.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
oid_value_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
path.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
path_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
pgtype.go Convert text to Codec 2022-01-08 13:13:26 -06:00
pgtype_test.go Remove proposed v5 type system before Codec 2022-01-04 20:04:48 -06:00
pguint32.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
point.go Convert point to Codec 2022-01-08 09:33:08 -06:00
point_test.go Convert point to Codec 2022-01-08 09:33:08 -06:00
polygon.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
polygon_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
qchar.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
qchar_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
text.go Convert text to Codec 2022-01-08 13:13:26 -06:00
text_test.go Convert text to Codec 2022-01-08 13:13:26 -06:00
tid.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
tid_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
time.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
time_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
timestamp.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
timestamp_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
timestamp_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
timestamp_test.go Fix some previously broken comment links 2021-12-11 13:30:36 -06:00
timestamptz.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
timestamptz_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
timestamptz_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
timestamptz_test.go Fix some previously broken comment links 2021-12-11 13:30:36 -06:00
typed_array.go.erb Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
typed_array_gen.sh Convert int4 and int8 to new system 2022-01-01 17:26:39 -06:00
uuid.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
uuid_array.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
uuid_array_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
uuid_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
varbit.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
varbit_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
xid.go Import to pgx main repo in pgtype subdir 2021-12-04 13:07:54 -06:00
xid_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00