pgjdbc/pgjdbc GitHub issues and pull requests (mirror)  
help / color / mirror / Atom feed
[pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
13+ messages / 3 participants
[nested] [flat]

* [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-06 13:52 "davecramer (@davecramer)" <[email protected]>
  0 siblings, 0 replies; 13+ messages in thread

From: davecramer (@davecramer) @ 2025-05-06 13:52 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

@vlsi @sehrope 
This was done with some massaging but mostly using AI
Thoughts ?


^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-06 13:55 ` "vlsi (@vlsi)" <[email protected]>
  11 siblings, 0 replies; 13+ messages in thread

From: vlsi (@vlsi) @ 2025-05-06 13:55 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

(on CHANGELOG.md)

```suggestion
• feat: Use a single simple query for all startup parameters, so groupStartupParameters is no longer needed [PR #3613](https://github.com/pgjdbc/pgjdbc/pull/3613)
```

^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-06 13:57 ` "vlsi (@vlsi)" <[email protected]>
  11 siblings, 0 replies; 13+ messages in thread

From: vlsi (@vlsi) @ 2025-05-06 13:57 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

(on CHANGELOG.md)

```suggestion
• performance: Improve ResultSetMetadata.fetchFieldMetaData by using IN row values instead of UNION ALL for improved query performance (later reverted) [PR #3510](https://github.com/pgjdbc/pgjdbc/pull/3510)
```

^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-06 13:57 ` "vlsi (@vlsi)" <[email protected]>
  11 siblings, 0 replies; 13+ messages in thread

From: vlsi (@vlsi) @ 2025-05-06 13:57 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

(on CHANGELOG.md)

Those do not seem to belong to `performance improvements` section

^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-06 13:59 ` "vlsi (@vlsi)" <[email protected]>
  11 siblings, 0 replies; 13+ messages in thread

From: vlsi (@vlsi) @ 2025-05-06 13:59 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

(on CHANGELOG.md)

```suggestion
• fix: send extra_float_digits=3 for PostgreSQL 12+ as well [PR #3491](https://github.com/pgjdbc/pgjdbc/pull/3491)
```

^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-06 14:00 ` "vlsi (@vlsi)" <[email protected]>
  11 siblings, 0 replies; 13+ messages in thread

From: vlsi (@vlsi) @ 2025-05-06 14:00 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

(on CHANGELOG.md)

```suggestion
• fix: Made PgConnection#abort compatible with Java 24 [PR #3582](https://github.com/pgjdbc/pgjdbc/pull/3582)
• fix: Fixed ArrayIndexOutOfBounds when writing big objects into GSS enabled connections [PR #3500](https://github.com/pgjdbc/pgjdbc/pull/3500)
```

^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-06 14:15 ` "davecramer (@davecramer)" <[email protected]>
  11 siblings, 0 replies; 13+ messages in thread

From: davecramer (@davecramer) @ 2025-05-06 14:15 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

(on CHANGELOG.md)

actually we don't send extra_float_digits for 12+. After 12 we don't send it

^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-06 14:17 ` "vlsi (@vlsi)" <[email protected]>
  11 siblings, 0 replies; 13+ messages in thread

From: vlsi (@vlsi) @ 2025-05-06 14:17 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

(on CHANGELOG.md)

Why don't we send extra_float_digits for after 12?


^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-06 14:23 ` "davecramer (@davecramer)" <[email protected]>
  11 siblings, 0 replies; 13+ messages in thread

From: davecramer (@davecramer) @ 2025-05-06 14:23 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

(on CHANGELOG.md)

The meaning changed after 12 https://www.postgresql.org/docs/current/runtime-config-client.html#GUC-EXTRA-FLOAT-DIGITS

^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-27 18:55 ` "davecramer (@davecramer)" <[email protected]>
  11 siblings, 0 replies; 13+ messages in thread

From: davecramer (@davecramer) @ 2025-05-27 18:55 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

@vlsi @sehrope any issues before I push and release ?

^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-27 19:35 ` "sehrope (@sehrope)" <[email protected]>
  11 siblings, 0 replies; 13+ messages in thread

From: sehrope (@sehrope) @ 2025-05-27 19:35 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

(on CHANGELOG.md)

This one is a bug fix right? The previous line could be considered an enhancement to that metadata stuff, but this is fixing it so we actually send the application name again right?

^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-27 19:36 ` "sehrope (@sehrope)" <[email protected]>
  11 siblings, 0 replies; 13+ messages in thread

From: sehrope (@sehrope) @ 2025-05-27 19:36 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

One possible movement to another section. Otherwise looks good.

^ permalink  raw  reply  [nested|flat] 13+ messages in thread

* Re: [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format)
@ 2025-05-27 19:39 ` "davecramer (@davecramer)" <[email protected]>
  11 siblings, 0 replies; 13+ messages in thread

From: davecramer (@davecramer) @ 2025-05-27 19:39 UTC (permalink / raw)
  To: pgjdbc/pgjdbc <[email protected]>

(on CHANGELOG.md)

good catch. FYI, this was generated using Amazon Q. Replaces a bunch of crufty code.

^ permalink  raw  reply  [nested|flat] 13+ messages in thread


end of thread, other threads:[~2025-05-27 19:39 UTC | newest]

Thread overview: 13+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-05-06 13:52 [pgjdbc/pgjdbc] PR #3628: Prepare release notes for release 42_7_6 (new format) "davecramer (@davecramer)" <[email protected]>
2025-05-06 13:55 ` "vlsi (@vlsi)" <[email protected]>
2025-05-06 13:57 ` "vlsi (@vlsi)" <[email protected]>
2025-05-06 13:57 ` "vlsi (@vlsi)" <[email protected]>
2025-05-06 13:59 ` "vlsi (@vlsi)" <[email protected]>
2025-05-06 14:00 ` "vlsi (@vlsi)" <[email protected]>
2025-05-06 14:15 ` "davecramer (@davecramer)" <[email protected]>
2025-05-06 14:17 ` "vlsi (@vlsi)" <[email protected]>
2025-05-06 14:23 ` "davecramer (@davecramer)" <[email protected]>
2025-05-27 18:55 ` "davecramer (@davecramer)" <[email protected]>
2025-05-27 19:35 ` "sehrope (@sehrope)" <[email protected]>
2025-05-27 19:36 ` "sehrope (@sehrope)" <[email protected]>
2025-05-27 19:39 ` "davecramer (@davecramer)" <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox