Mailing lists [pgsql-hackers]
- Re: Slow standby snapshot Michail Nikolaev
- Re: Prefetch the next tuple's memory during seqscans David Rowley
- Re: Prefetch the next tuple's memory during seqscans David Rowley
- Re: fixing CREATEROLE Robert Haas
- Re: Make mesage at end-of-recovery less scary. Justin Pryzby
- Re: PGDOCS - Logical replication GUCs - added some xrefs Peter Smith
- Re: TAP output format in pg_regress Daniel Gustafsson
- Re: pgstattuple: add test for coverage Andres Freund
- Re: More efficient build farm animal wakeup? Andrew Dunstan
- Re: fixing CREATEROLE Mark Dilger
- Re: Allow placeholders in ALTER ROLE w/o superuser Steve Chavez
- Re: CI and test improvements Justin Pryzby
- Re: Make ON_ERROR_STOP stop on shell script failure Matheus Alcantara
- Re: Logical Replication Custom Column Expression Peter Smith
- Re: More efficient build farm animal wakeup? Tom Lane
- Re: TAP output format in pg_regress Andres Freund
- Re: More efficient build farm animal wakeup? Andres Freund
- Re: ssl tests aren't concurrency safe due to get_free_port() Andres Freund
- Re: Prefetch the next tuple's memory during seqscans John Naylor
- Re: ssl tests aren't concurrency safe due to get_free_port() Tom Lane
- odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Andres Freund
- Re: Logical replication missing information Peter Smith
- Re: ssl tests aren't concurrency safe due to get_free_port() Andrew Dunstan
- Re: [BUG] FailedAssertion in SnapBuildPurgeOlderTxn Amit Kapila
- Re: Logical Replication Custom Column Expression Amit Kapila
- Re: Logical Replication Custom Column Expression Amit Kapila
- Re: [PoC] configurable out of disk space elog level Greg Stark
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: Non-decimal integer literals John Naylor
- Re: Collation version tracking for macOS Thomas Munro
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Justin Pryzby
- Re: Allow file inclusion in pg_hba and pg_ident files Michael Paquier
- Re: Introduce a new view for checkpointer related stats Bharath Rupireddy
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Michael Paquier
- Help running 010_tab_completion.pl on windows Kirk Wolak
- Re: Documentation for building with meson Justin Pryzby
- Re: Prefetch the next tuple's memory during seqscans sirisha chamarthi
- Re: Prefetch the next tuple's memory during seqscans David Rowley
- drop postmaster symlink Peter Eisentraut
- Re: Logical Replication Custom Column Expression Stavros Koureas
- Re: Allow file inclusion in pg_hba and pg_ident files Julien Rouhaud
- Re: New docs chapter on Transaction Management and related changes Laurenz Albe
- Re: Logical Replication Custom Column Expression Stavros Koureas
- Re: More efficient build farm animal wakeup? Thomas Munro
- Re: New docs chapter on Transaction Management and related changes Justin Pryzby
- Re: Prefetch the next tuple's memory during seqscans sirisha chamarthi
- Re: [DOCS] Stats views and functions not in order? Peter Smith
- Re: Non-decimal integer literals David Rowley
- Re: Non-decimal integer literals David Rowley
- Re: Operation log for major operations Alvaro Herrera
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Alvaro Herrera
- Re: Logical replication missing information Boboc Cristi
- Re: Fix for visibility check on 14.5 fails on tpcc with high concurrency Alvaro Herrera
- Re: Non-decimal integer literals John Naylor
- Re: [PoC] Federated Authn/z with OAUTHBEARER mahendrakar s
- Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" Thomas Munro
- Re: [PATCH] Enable using llvm jitlink as an alternative llvm jit linker of old Rtdyld. Alex Fan
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Re: Fix for visibility check on 14.5 fails on tpcc with high concurrency Alvaro Herrera
- Re: [PATCH] Enable using llvm jitlink as an alternative llvm jit linker of old Rtdyld. David Rowley
- Another multi-row VALUES bug Dean Rasheed
- Bug in MERGE's test for tables with rules Dean Rasheed
- Re: Hash index build performance tweak from sorting David Rowley
- Re: Hash index build performance tweak from sorting David Rowley
- Re: Prefetch the next tuple's memory during seqscans David Rowley
- Re: Hash index build performance tweak from sorting Simon Riggs
- Re: Perform streaming logical transactions by background workers and parallel apply Amit Kapila
- Decouple last important WAL record LSN from WAL insert locks Bharath Rupireddy
- Re: [PATCH] Const'ify the arguments of ilist.c/ilist.h functions Aleksander Alekseev
- Re: drop postmaster symlink Joe Conway
- Re: New docs chapter on Transaction Management and related changes Bruce Momjian
- Re: drop postmaster symlink Devrim Gündüz
- Re: New docs chapter on Transaction Management and related changes Bruce Momjian
- Re: drop postmaster symlink Tom Lane
- Re: [PATCH] minor optimization for ineq_histogram_selectivity() Frédéric Yhuel
- Re: Another multi-row VALUES bug Tom Lane
- Re: Bug in MERGE's test for tables with rules Tom Lane
- Re: [PATCH] minor optimization for ineq_histogram_selectivity() Tom Lane
- Re: Prefetch the next tuple's memory during seqscans Bruce Momjian
- Re: Fix for visibility check on 14.5 fails on tpcc with high concurrency Peter Geoghegan
- Re: Prefetch the next tuple's memory during seqscans Bruce Momjian
- Re: Non-decimal integer literals Dean Rasheed
- Re: pgsql: Prevent instability in contrib/pageinspect's regression test. Greg Stark
- Re: fixing CREATEROLE Robert Haas
- code cleanups Justin Pryzby
- Re: fixing CREATEROLE Mark Dilger
- Re: code cleanups Tom Lane
- Re: fixing CREATEROLE Robert Haas
- Re: code cleanups Robert Haas
- Re: fixing CREATEROLE Tom Lane
- Questions regarding distinct operation implementation Ankit Kumar Pandey
- Re: Document parameter count limit Bruce Momjian
- Re: Question concerning backport of CVE-2022-2625 Roberto C. Sánchez
- Re: Transparent column encryption Peter Eisentraut
- Re: Another multi-row VALUES bug Dean Rasheed
- Re: Transparent column encryption Peter Eisentraut
- Re: Document parameter count limit Tom Lane
- Re: Another multi-row VALUES bug Tom Lane
- Re: Add sub-transaction overflow status in pg_stat_activity Bruce Momjian
- Re: fixing CREATEROLE Robert Haas
- Re: Hash index build performance tweak from sorting Tomas Vondra
- Re: postgres_fdw binary protocol support Greg Stark
- Re: fixing CREATEROLE Mark Dilger
- Re: Documentation for building with meson samay sharma
- Re: Document parameter count limit David G. Johnston
- Re: drop postmaster symlink Andres Freund
- Re: predefined role(s) for VACUUM and ANALYZE Andrew Dunstan
- Re: fixing CREATEROLE Robert Haas
- Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion
- Re: drop postmaster symlink Robert Haas
- Re: fixing CREATEROLE Mark Dilger
- Re: Documentation for building with meson Justin Pryzby
- Re: Tests for psql \g and \o Daniel Verite
- Re: Add sub-transaction overflow status in pg_stat_activity Robert Haas
- Re: Document parameter count limit Tom Lane
- Re: drop postmaster symlink Joe Conway
- Re: fixing CREATEROLE Tom Lane
- Re: Document parameter count limit Justin Pryzby
- Re: fixing CREATEROLE Robert Haas
- Re: drop postmaster symlink Tom Lane
- Re: wake up logical workers after ALTER SUBSCRIPTION Nathan Bossart
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: Add sub-transaction overflow status in pg_stat_activity Andres Freund
- Re: fixing CREATEROLE David G. Johnston
- Re: More efficient build farm animal wakeup? Magnus Hagander