.. |
pgxtype
|
Restore array support to pgxtype.LoadDataType
|
2022-01-11 20:49:20 -06:00 |
testutil
|
Bump module version to v5
|
2021-12-11 13:29:03 -06:00 |
zeronull
|
Convert timestamp and timestamptz to Codec
|
2022-01-18 21:49:38 -06:00 |
array.go
|
Initial codec support for int2 and int2[]
|
2021-12-23 13:12:54 -06:00 |
array_codec.go
|
Builtin types are automatically wrapped if necessary
|
2022-01-08 23:44:53 -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 |
bits.go
|
Convert bit and varbit to Codec
|
2022-01-08 16:49:58 -06:00 |
bits_test.go
|
Convert bit and varbit to Codec
|
2022-01-08 16:49:58 -06:00 |
bool.go
|
Remove convertToBoolForEncode
|
2022-01-08 20:51:28 -06:00 |
bool_test.go
|
Convert bool to Codec
|
2022-01-01 18:18:47 -06:00 |
box.go
|
Reorder Box functions
|
2022-01-15 18:45:42 -06:00 |
box_test.go
|
Fix Box, Circle, and Point NULL
|
2022-01-08 13:29:47 -06:00 |
builtin_wrappers.go
|
Convert numeric to Codec
|
2022-01-22 09:31:59 -06:00 |
bytea.go
|
Convert bytea to Codec
|
2022-01-08 18:33:08 -06:00 |
bytea_test.go
|
Convert bytea to Codec
|
2022-01-08 18:33:08 -06:00 |
circle.go
|
Remove useless allocations
|
2022-01-08 13:38:56 -06:00 |
circle_test.go
|
Fix Box, Circle, and Point NULL
|
2022-01-08 13:29:47 -06:00 |
convert.go
|
Builtin types are automatically wrapped if necessary
|
2022-01-08 23:44:53 -06:00 |
database_sql.go
|
Import to pgx main repo in pgtype subdir
|
2021-12-04 13:07:54 -06:00 |
date.go
|
Convert Date to Codec
|
2022-01-10 21:02:20 -06:00 |
date_test.go
|
Convert Date to Codec
|
2022-01-10 21:02:20 -06:00 |
enum_codec.go
|
Use wrapper to treat fmt.String as pgtype.TextValuer
|
2022-01-20 20:22:53 -06:00 |
float4.go
|
Convert float4 and float8 to Codec
|
2022-01-15 11:12:06 -06:00 |
float4_test.go
|
Convert float4 and float8 to Codec
|
2022-01-15 11:12:06 -06:00 |
float8.go
|
Convert float4 and float8 to Codec
|
2022-01-15 11:12:06 -06:00 |
float8_test.go
|
Convert float4 and float8 to Codec
|
2022-01-15 11:12:06 -06:00 |
hstore.go
|
Convert Hstore to Codec
|
2022-01-15 17:47:37 -06:00 |
hstore_test.go
|
Convert Hstore to Codec
|
2022-01-15 17:47:37 -06:00 |
inet.go
|
Convert inet and cidr to codec
|
2022-01-15 09:48:21 -06:00 |
inet_test.go
|
Convert inet and cidr to codec
|
2022-01-15 09:48:21 -06:00 |
int.go
|
Builtin types are automatically wrapped if necessary
|
2022-01-08 23:44:53 -06:00 |
int.go.erb
|
Builtin types are automatically wrapped if necessary
|
2022-01-08 23:44:53 -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
|
Convert Interval to Codec
|
2022-01-15 18:46:28 -06:00 |
interval_test.go
|
Convert Interval to Codec
|
2022-01-15 18:46:28 -06:00 |
json.go
|
Convert json and jsonb to Codec
|
2022-01-18 16:04:25 -06:00 |
json_test.go
|
Convert json and jsonb to Codec
|
2022-01-18 16:04:25 -06:00 |
jsonb.go
|
Convert json and jsonb to Codec
|
2022-01-18 16:04:25 -06:00 |
jsonb_test.go
|
Convert json and jsonb to Codec
|
2022-01-18 16:04:25 -06:00 |
line.go
|
Convert line to Codec
|
2022-01-18 11:29:19 -06:00 |
line_test.go
|
Convert line to Codec
|
2022-01-18 11:29:19 -06:00 |
lseg.go
|
Convert lseg to Codec
|
2022-01-18 11:38:35 -06:00 |
lseg_test.go
|
Convert lseg to Codec
|
2022-01-18 11:38:35 -06:00 |
macaddr.go
|
Convert macaddr to Codec
|
2022-01-20 20:07:09 -06:00 |
macaddr_test.go
|
Convert macaddr to Codec
|
2022-01-20 20:07:09 -06:00 |
numeric.go
|
Convert numeric to Codec
|
2022-01-22 09:31:59 -06:00 |
numeric_test.go
|
Convert numeric to Codec
|
2022-01-22 09:31:59 -06:00 |
path.go
|
Convert path to Codec
|
2022-01-18 11:51:08 -06:00 |
path_test.go
|
Convert path to Codec
|
2022-01-18 11:51:08 -06:00 |
pgtype.go
|
Convert numeric to Codec
|
2022-01-22 09:31:59 -06:00 |
pgtype_test.go
|
Use TextCodec for aclitem type
|
2022-01-08 16:24:05 -06:00 |
point.go
|
Remove useless allocations
|
2022-01-08 13:38:56 -06:00 |
point_test.go
|
Fix Box, Circle, and Point NULL
|
2022-01-08 13:29:47 -06:00 |
polygon.go
|
Convert polygon to Codec
|
2022-01-18 12:04:17 -06:00 |
polygon_test.go
|
Convert polygon to Codec
|
2022-01-18 12:04:17 -06:00 |
qchar.go
|
Convert "char" to Codec
|
2022-01-20 17:58:57 -06:00 |
qchar_test.go
|
Convert "char" to Codec
|
2022-01-20 17:58:57 -06:00 |
text.go
|
Use wrapper to treat fmt.String as pgtype.TextValuer
|
2022-01-20 20:22:53 -06:00 |
text_format_only_codec.go
|
Use TextCodec for aclitem type
|
2022-01-08 16:24:05 -06:00 |
text_test.go
|
Use wrapper to treat fmt.String as pgtype.TextValuer
|
2022-01-20 20:22:53 -06:00 |
tid.go
|
Allow scanning tid to string
|
2022-01-20 20:59:36 -06:00 |
tid_test.go
|
Allow scanning tid to string
|
2022-01-20 20:59:36 -06:00 |
time.go
|
Convert time to Codec
|
2022-01-21 16:50:30 -06:00 |
time_test.go
|
Convert time to Codec
|
2022-01-21 16:50:30 -06:00 |
timestamp.go
|
Convert timestamp and timestamptz to Codec
|
2022-01-18 21:49:38 -06:00 |
timestamp_test.go
|
Convert timestamp and timestamptz to Codec
|
2022-01-18 21:49:38 -06:00 |
timestamptz.go
|
Convert timestamp and timestamptz to Codec
|
2022-01-18 21:49:38 -06:00 |
timestamptz_test.go
|
Convert timestamp and timestamptz to Codec
|
2022-01-18 21:49:38 -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 |
uint32.go
|
Replace CID, OID, OIDValue, and XID with Uint32
|
2022-01-09 00:35:49 -06:00 |
uint32_test.go
|
Replace CID, OID, OIDValue, and XID with Uint32
|
2022-01-09 00:35:49 -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 |