Commit Graph

3868 Commits (04bcc0219dc3acf67f27e68decd6dffe97334779)

Author SHA1 Message Date
merlin da0315d1a4
optimisations of quote functions by @sean- 2024-12-28 13:31:09 +02:00
merlin 120c89fe0d
fix preallocations of quoted string 2024-12-28 13:31:09 +02:00
merlin 057937db27
add prefix to quoters tests 2024-12-28 13:31:09 +02:00
merlin 47cbd8edb8
drop too large values from memory pools 2024-12-28 13:31:09 +02:00
merlin 90a77b13b2
add docs to sanitize tests 2024-12-28 13:31:08 +02:00
merlin 59d6aa87b9
rework QuoteString and QuoteBytes as append-style 2024-12-28 13:31:08 +02:00
merlin 39ffc8b7a4
add lexer and query pools
use lexer pool
2024-12-28 13:31:08 +02:00
merlin c4c1076d28
add FuzzQuoteString and FuzzQuoteBytes 2024-12-28 13:31:08 +02:00
merlin 4293b25262
decrease number of samples in go benchmark 2024-12-28 13:31:08 +02:00
merlin ea1e13a660
quoteString 2024-12-28 13:31:08 +02:00
merlin 58d4c0c94f
quoteBytes
check new quoteBytes
2024-12-28 13:31:08 +02:00
merlin 1752f7b4c1
docs 2024-12-28 13:31:08 +02:00
merlin ee718a110d
append AvailableBuffer 2024-12-28 13:31:08 +02:00
merlin 546ad2f4e2
shared bytestring 2024-12-28 13:31:08 +02:00
merlin efc2c9ff44
buf pool 2024-12-28 13:31:08 +02:00
merlin aabed18db8
add benchmark tool
fix benchmmark script

fix benchmark script
2024-12-28 13:31:08 +02:00
merlin afa974fb05
base case
make benchmark more extensive

add quote to string

add BenchmarkSanitizeSQL
2024-12-28 13:31:08 +02:00
Vamshi Aruru 12b37f3218 Expose puddle.Pool's EmptyAcquireWaitTime in pgxpool's Stats
Addresses: https://github.com/jackc/pgx/issues/2205
2024-12-26 13:46:49 +05:30
Jack Christensen bcf3fbd780
Merge pull request #2206 from alexandear/refactor-impossible-cond
Refactor Conn.LoadTypes by removing redundant check
2024-12-24 11:14:17 -06:00
Jack Christensen f7c3d190ad
Merge pull request #2203 from martinyonatann/chore/check-array-and-remove-imposible-condition
check array just using `len` and remove `imposible condition`
2024-12-24 11:10:45 -06:00
Jack Christensen 473a241b96
Merge pull request #2202 from martinyonatann/chore/remove-unused-parameter
remove unused func and parameter
2024-12-24 09:32:07 -06:00
Oleksandr Redko 311f72afdc Refactor Conn.LoadTypes by removing redundant check 2024-12-24 12:58:15 +02:00
martinpasaribu 877111ceeb
check array just using len and remove imposible condition 2024-12-22 23:57:28 +07:00
martinpasaribu dc3aea06b5
remove unused func and parameter 2024-12-22 23:48:08 +07:00
Jack Christensen e5d321f920
Merge pull request #2197 from alexandear/fix-generated-hdr
Update comments in generated code to align with Go standards
2024-12-21 12:40:23 -06:00
Oleksandr Redko 17cd36818c Update comments in generated code to align with Go standards 2024-12-21 20:21:32 +02:00
Jack Christensen 24fbe353ed Create changelog for v5.7.2 2024-12-21 09:25:36 -06:00
Jack Christensen 3a1593b25b
Merge pull request #2198 from alexandear/fix-nilness
Handle errors  in generate_certs
2024-12-21 08:27:55 -06:00
Jack Christensen 9d851d7c98 Fix integration benchmarks 2024-12-21 08:22:12 -06:00
Jack Christensen dacffdc7e2
Merge pull request #2196 from alexandear/docs-improve-links
Improve links in README
2024-12-21 08:13:57 -06:00
Jack Christensen bc7c840770
Merge pull request #2195 from LucasHild/master
Add CommitQuery to transaction options
2024-12-21 08:12:58 -06:00
Oleksandr Redko 043685147f Handle errors in generate_certs 2024-12-18 02:31:56 +02:00
Oleksandr Redko 25329273da Improve links in README 2024-12-18 02:02:06 +02:00
Jack Christensen ad87d47089
Merge pull request #2194 from alexandear/refactor/pgconn-tests
Simplify pgconn tests by using T.TempDir
2024-12-17 17:45:16 -06:00
Oleksandr Redko 7cf7bc6054 Simplify pgconn tests by using T.TempDir 2024-12-17 16:09:32 +02:00
zenkovev 76593f37f7 add flush request in pipeline 2024-12-17 11:49:13 +03:00
Jack Christensen 3e6c719698
Merge pull request #2189 from pankona/update-crypto
Update golang.org/x/crypto v0.27.0 => v0.31.0 to fix vulnerability
2024-12-13 07:54:25 -06:00
Yosuke Akatsuka 5ee33320c6 update golang.org/x/crypto v0.27.0 => v0.31.0 2024-12-12 12:58:14 +00:00
Jack Christensen ac0b46f2f9 Warn not to create table and use it in the same batch
fixes https://github.com/jackc/pgx/issues/2182
2024-12-05 16:30:48 -06:00
Jack Christensen e3c81cc153
Merge pull request #2169 from thedolphin/master
Switch from ExecParams to Exec in ValidateConnectTargetSessionAttrs
2024-11-28 18:09:29 -06:00
Alexander Rumyantsev 4b7e9942b2 Switch from ExecParams to Exec in ValidateConnectTargetSessionAttrs functions 2024-11-19 19:42:49 +03:00
Jack Christensen b9e2b20fb1
Merge pull request #2162 from evellior/patch-1
Update pgxpool.ParseConfig documentation
2024-11-05 18:14:46 -06:00
Peyton Foley 06a0abb75e
Update pgxpool.ParseConfig documentation
Added default values and example of valid duration string to inline documentation.
2024-11-05 03:09:43 +08:00
Jack Christensen c76a650f75 Improve documentation for QueryExecModes
https://github.com/jackc/pgx/issues/2157
2024-10-29 19:36:33 -05:00
Jack Christensen f57b2854f8
Merge pull request #2151 from ludusrusso/fix-2146
handling double pointer on sql.Scanner interface when scanning rows
2024-10-22 18:52:46 -05:00
Ludovico Russo 5c9b565116 fix: #2146
[![Open Source Saturday](https://img.shields.io/badge/%E2%9D%A4%EF%B8%8F-open%20source%20saturday-F64060.svg)](https://www.meetup.com/it-IT/Open-Source-Saturday-Milano/)

Co-authored-by: Alessio Izzo <alessio.izzo86@gmail.com>
2024-10-19 15:43:56 +02:00
Jack Christensen 2ec900454b
Merge pull request #2145 from grachevko/string
Implement pgtype.UUID.String()
2024-10-09 08:46:03 -05:00
Konstantin Grachev 8723855d95
Implement pgtype.UUID.String() 2024-10-09 14:22:10 +03:00
Jack Christensen 3f84e891de
Merge pull request #2142 from jackc/add-xid8
Add xid8 type
2024-10-08 19:04:07 -05:00
Jack Christensen cc05954369
Merge pull request #2138 from zenkovev/message_body_size_limit
add message body size limits in frontend and backend
2024-10-05 12:35:36 -05:00