pgx/pgproto3
EinoPlasma 02e387ea64 Fix method comment in PasswordMessage 2024-12-29 20:59:24 +08:00
..
example/pgfortune Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -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 Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
authentication_gss.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
authentication_gss_continue.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
authentication_md5_password.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
authentication_ok.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
authentication_sasl.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
authentication_sasl_continue.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
authentication_sasl_final.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
backend.go changed style of two comments 2024-10-05 19:54:02 +03:00
backend_key_data.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
backend_test.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
big_endian.go Move pgproto3 to subdirectory 2022-02-21 11:57:34 -06:00
bind.go Check for overflow on uint16 sizes in pgproto3 2024-03-04 09:09:29 -06:00
bind_complete.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
bind_test.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
cancel_request.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -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 Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
close_complete.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
command_complete.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
copy_both_response.go Check for overflow on uint16 sizes in pgproto3 2024-03-04 09:09:29 -06:00
copy_both_response_test.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
copy_data.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
copy_done.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
copy_fail.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
copy_in_response.go Check for overflow on uint16 sizes in pgproto3 2024-03-04 09:09:29 -06:00
copy_out_response.go Check for overflow on uint16 sizes in pgproto3 2024-03-04 09:09:29 -06:00
data_row.go Check for overflow on uint16 sizes in pgproto3 2024-03-04 09:09:29 -06:00
describe.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
doc.go Spelling and grammar fixes 2023-10-07 09:26:23 -05:00
empty_query_response.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
error_response.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
execute.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
flush.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
frontend.go changed style of two comments 2024-10-05 19:54:02 +03:00
frontend_test.go add message body size limits in frontend and backend 2024-09-27 15:17:47 +03:00
function_call.go Check for overflow on uint16 sizes in pgproto3 2024-03-04 09:09:29 -06:00
function_call_response.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
function_call_test.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -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 Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
gss_response.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
json_test.go Merge remote-tracking branch 'pgproto3/master' into v5-dev 2022-04-23 10:43:48 -05:00
no_data.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
notice_response.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
notification_response.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
parameter_description.go Check for overflow on uint16 sizes in pgproto3 2024-03-04 09:09:29 -06:00
parameter_status.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
parse.go Check for overflow on uint16 sizes in pgproto3 2024-03-04 09:09:29 -06:00
parse_complete.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
password_message.go Fix method comment in PasswordMessage 2024-12-29 20:59:24 +08:00
pgproto3.go Fix typos in doc comments 2024-04-17 12:00:02 -05:00
pgproto3_private_test.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
portal_suspended.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
query.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
query_test.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
ready_for_query.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
row_description.go Check for overflow on uint16 sizes in pgproto3 2024-03-04 09:09:29 -06:00
sasl_initial_response.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
sasl_response.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
ssl_request.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
startup_message.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
sync.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -06:00
terminate.go Do not allow protocol messages larger than ~1GB 2024-03-04 09:09:29 -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.