public inbox for [email protected]  
help / color / mirror / Atom feed
pgsql: libpq: Grease the protocol by default
  2026-02-23 18:58 UTC  Jacob Champion <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-23 21:17 UTC  Jacob Champion <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-23 22:18 UTC  Tom Lane <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-23 22:24 UTC  Jelte Fennema-Nio <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-23 22:51 UTC  Jacob Champion <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-23 23:34 UTC  Tom Lane <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-23 23:41 UTC  Jacob Champion <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 00:45 UTC  Tom Lane <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 01:05 UTC  Jacob Champion <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 01:17 UTC  Tom Lane <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 02:08 UTC  Tom Lane <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 15:55 UTC  Andrew Dunstan <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 16:17 UTC  Nathan Bossart <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 17:18 UTC  Jacob Champion <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 17:27 UTC  Jacob Champion <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 18:13 UTC  Jacob Champion <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 18:50 UTC  Tom Lane <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 18:58 UTC  Jacob Champion <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 20:29 UTC  Jacob Champion <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 20:40 UTC  Tom Lane <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 22:33 UTC  Jacob Champion <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 22:49 UTC  Andrew Dunstan <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 22:59 UTC  Jacob Champion <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-24 23:30 UTC  Tom Lane <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-25 01:30 UTC  Tom Lane <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-25 02:06 UTC  Andrew Dunstan <[email protected]>
` Re: pgsql: libpq: Grease the protocol by default
  2026-02-25 10:27 UTC  Álvaro Herrera <[email protected]>
  [27+ messages in thread]

pgsql: Fix unsafe RTE_GROUP removal in simplify_EXISTS_query
  2026-02-25 02:16 UTC  Richard Guo <[email protected]>

pgsql: Fix unsafe RTE_GROUP removal in simplify_EXISTS_query
  2026-02-25 02:16 UTC  Richard Guo <[email protected]>

pgsql: Fix USE_SLICING_BY_8_CRC32C builds on x86
  2026-02-25 01:47 UTC  John Naylor <[email protected]>

pgsql: pg_upgrade: Use max_protocol_version=3.0 for older servers
  2026-02-24 22:33 UTC  Jacob Champion <[email protected]>

pgsql: pg_upgrade: Use max_protocol_version=3.0 for older servers
  2026-02-24 22:33 UTC  Jacob Champion <[email protected]>

pgsql: pg_upgrade: Use max_protocol_version=3.0 for older servers
  2026-02-24 22:33 UTC  Jacob Champion <[email protected]>

pgsql: pg_upgrade: Use max_protocol_version=3.0 for older servers
  2026-02-24 22:33 UTC  Jacob Champion <[email protected]>

pgsql: pg_upgrade: Use max_protocol_version=3.0 for older servers
  2026-02-24 22:33 UTC  Jacob Champion <[email protected]>

pgsql: pg_upgrade: Use max_protocol_version=3.0 for older servers
  2026-02-24 22:33 UTC  Jacob Champion <[email protected]>

pgsql: Tag refs/tags/REL_18_3 was created
  2026-02-24 22:23 UTC  [email protected]

pgsql: Tag refs/tags/REL_17_9 was created
  2026-02-24 22:23 UTC  [email protected]

pgsql: Tag refs/tags/REL_15_17 was created
  2026-02-24 22:23 UTC  [email protected]

pgsql: Tag refs/tags/REL_16_13 was created
  2026-02-24 22:23 UTC  [email protected]

pgsql: Tag refs/tags/REL_14_22 was created
  2026-02-24 22:23 UTC  [email protected]

pgsql: Add backtrace support for Windows using DbgHelp API
  2026-02-24 16:41 UTC  Álvaro Herrera <[email protected]>

pgsql: doc: Add link targets to CREATE/ALTER FOREIGN TABLE reference pa
  2026-02-24 10:31 UTC  Peter Eisentraut <[email protected]>

pgsql: Make ALTER DOMAIN VALIDATE CONSTRAINT no-op when constraint is a
  2026-02-24 10:04 UTC  Peter Eisentraut <[email protected]>

[PATCH v1 2/2] Use C11 alignas in more tricky typedef definition
  2026-02-24 09:55 UTC  Bertrand Drouvot <[email protected]>

[PATCH v1 1/2] Use C11 alignas in typedef definitions
  2026-02-24 09:21 UTC  Bertrand Drouvot <[email protected]>

pgsql: Fix variety of typos and grammar mistakes
  2026-02-24 04:27 UTC  Michael Paquier <[email protected]>

pgsql: doc: Adjust some markups on pg_waldump page
  2026-02-24 03:56 UTC  Michael Paquier <[email protected]>

pgsql: fe_utils: Sprinkle some pg_malloc_object() and pg_malloc_array()
  2026-02-24 03:36 UTC  Michael Paquier <[email protected]>

pgsql: Stamp 14.22.
  2026-02-23 22:04 UTC  Tom Lane <[email protected]>

pgsql: Stamp 15.17.
  2026-02-23 22:02 UTC  Tom Lane <[email protected]>


[next (older)]

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