pgx/pgproto3
jeremy.spriet 1fdd17041a feat(pgproto3): expose MaxExpectedBodyLen and ActualBodyLen in ExceededMaxBodyLenErr struct 2024-01-12 18:21:07 -06:00
..
example/pgfortune Make Chunkreader an internal implementation detail 2022-02-26 08:50:46 -06:00
testdata/fuzz/FuzzFrontend Better fuzz testing and fix several bugs it found 2022-07-23 16:13:06 -05:00
README.md Spelling and grammar fixes 2023-10-07 09:26:23 -05:00
authentication_cleartext_password.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
authentication_gss.go Merge remote-tracking branch 'pgproto3/master' into v5-dev 2022-04-23 10:43:48 -05:00
authentication_gss_continue.go Merge remote-tracking branch 'pgproto3/master' into v5-dev 2022-04-23 10:43:48 -05:00
authentication_md5_password.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
authentication_ok.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
authentication_sasl.go Better fuzz testing and fix several bugs it found 2022-07-23 16:13:06 -05:00
authentication_sasl_continue.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
authentication_sasl_final.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
backend.go feat(pgproto3/backend): add a SetMaxBodyLen to limit the max body length for the receive 2023-12-23 10:25:35 -06:00
backend_key_data.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
backend_test.go feat(pgproto3/backend): add a SetMaxBodyLen to limit the max body length for the receive 2023-12-23 10:25:35 -06:00
big_endian.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
bind.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
bind_complete.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
cancel_request.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
chunkreader.go iobufpool uses *[]byte instead of []byte to reduce allocations 2023-01-28 08:02:49 -06:00
chunkreader_test.go Use bytes.Equal rather than bytes.Compare ==/!= 0 2023-07-08 12:08:05 -05:00
close.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
close_complete.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
command_complete.go Better fuzz testing and fix several bugs it found 2022-07-23 16:13:06 -05:00
copy_both_response.go Merge remote-tracking branch 'pgproto3/master' into v5-dev 2022-04-23 10:43:48 -05:00
copy_both_response_test.go Merge remote-tracking branch 'pgproto3/master' into v5-dev 2022-04-23 10:43:48 -05:00
copy_data.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
copy_done.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
copy_fail.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
copy_in_response.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
copy_out_response.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
data_row.go Better fuzz testing and fix several bugs it found 2022-07-23 16:13:06 -05:00
describe.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
doc.go Spelling and grammar fixes 2023-10-07 09:26:23 -05:00
empty_query_response.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
error_response.go Fix encode ErrorResponse 2022-11-11 18:20:16 -06:00
execute.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
flush.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
frontend.go Spelling and grammar fixes 2023-10-07 09:26:23 -05:00
frontend_test.go Make Chunkreader an internal implementation detail 2022-02-26 08:50:46 -06:00
function_call.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
function_call_response.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
function_call_test.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
fuzz_test.go Better fuzz testing and fix several bugs it found 2022-07-23 16:13:06 -05:00
gss_enc_request.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
gss_response.go Merge remote-tracking branch 'pgproto3/master' into v5-dev 2022-04-23 10:43:48 -05:00
json_test.go Merge remote-tracking branch 'pgproto3/master' into v5-dev 2022-04-23 10:43:48 -05:00
no_data.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
notice_response.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
notification_response.go Better fuzz testing and fix several bugs it found 2022-07-23 16:13:06 -05:00
parameter_description.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
parameter_status.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
parse.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
parse_complete.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
password_message.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
pgproto3.go feat(pgproto3): expose MaxExpectedBodyLen and ActualBodyLen in ExceededMaxBodyLenErr struct 2024-01-12 18:21:07 -06:00
portal_suspended.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
query.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
ready_for_query.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
row_description.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
sasl_initial_response.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
sasl_response.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
ssl_request.go Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
startup_message.go Spelling and grammar fixes 2023-10-07 09:26:23 -05:00
sync.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
terminate.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
trace.go Fix data race when pgproto3 trace is enabled during CopyFrom 2023-08-05 07:30:59 -05:00
trace_test.go Drastically increase allowed test times for potato CI 2023-07-11 21:16:08 -05:00

README.md

pgproto3

Package pgproto3 is an encoder and decoder of the PostgreSQL wire protocol version 3.

pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more.

See example/pgfortune for a playful example of a fake PostgreSQL server.