Mailing lists [pgsql-hackers]
- Re: Why is DATESTYLE, ordering ignored for output but used for input ? Matthias van de Meent
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Nathan Bossart
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Michael Paquier
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Michael Paquier
- Re: Size vs size_t or, um, PgSize? Tom Lane
- brininsert optimization opportunity Soumyadeep Chakraborty
- Re: Add information about command path and version of flex in meson output Michael Paquier
- Re: ProcessStartupPacket(): database_name and user_name truncation Tom Lane
- Re: Large files for relations Thomas Munro
- Re: Does a cancelled REINDEX CONCURRENTLY need to be messy? Michael Paquier
- Re: Deleting prepared statements from libpq. Michael Paquier
- Re: Consider \v to the list of whitespace characters in the parser Michael Paquier
- Re: Commitfest manager for July Michael Paquier
- Re: Consider \v to the list of whitespace characters in the parser Tom Lane
- Re: Consider \v to the list of whitespace characters in the parser Michael Paquier
- Re: Making empty Bitmapsets always be NULL David Rowley
- Re: Improve list manipulation in several places Richard Guo
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Yurii Rashkovskii
- pgindent (probably my missing something obvious) James Coleman
- Re: pgindent (probably my missing something obvious) Tom Lane
- Re: Parallelize correlated subqueries that execute within each worker James Coleman
- RE: [PGdocs] fix description for handling pf non-ASCII characters Hayato Kuroda (Fujitsu)
- Re: pgindent (probably my missing something obvious) James Coleman
- Re: pgindent (probably my missing something obvious) Tom Lane
- Re: Commitfest manager for July Ibrar Ahmed
- Re: Is a pg_stat_force_next_flush() call sufficient for regression tests? Kyotaro Horiguchi
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Nathan Bossart
- Re: DSA failed to allocate memory Thomas Munro
- Re: pg_stat_statements and "IN" conditions Nathan Bossart
- Re: pgsql: Fix search_path to a safe value during maintenance operations. Noah Misch
- RE: [PATCH] Reuse Workers and Replication Slots during Logical Replication Hayato Kuroda (Fujitsu)
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Including a sample Table Access Method with core code Michael Paquier
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Michael Paquier
- Re: ProcessStartupPacket(): database_name and user_name truncation Drouvot, Bertrand
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Palak Chaturvedi
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Julien Rouhaud
- Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Michael Paquier
- Re: PG 16 draft release notes ready Michael Paquier
- Re: Deleting prepared statements from libpq. Michael Paquier
- Re: collect_corrupt_items_vacuum.patch Daniel Gustafsson
- Re: real/float example for testlibpq3 Daniel Gustafsson
- Re: O(n) tasks cause lengthy startups and checkpoints Daniel Gustafsson
- Re: Check lateral references within PHVs for memoize cache keys Richard Guo
- Re: Autogenerate some wait events code and documentation Drouvot, Bertrand
- Re: [PATCH] Add native windows on arm64 support Michael Paquier
- Re: Add 64-bit XIDs into PostgreSQL 15 Daniel Gustafsson
- Re: Allow parallel plan for referential integrity checks? Daniel Gustafsson
- Re: suppressing useless wakeups in logical/worker.c Daniel Gustafsson
- Re: Exposing the lock manager's WaitForLockers() to SQL Will Mortensen
- Re: Incremental sort for access method with ordered scan support (amcanorderbyop) Richard Guo
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Japin Li
- Re: ALTER TABLE SET ACCESS METHOD on partitioned tables Daniel Gustafsson
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache jian he
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache Japin Li
- Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table. Amit Kapila
- Re: Add 64-bit XIDs into PostgreSQL 15 Aleksander Alekseev
- Re: Autogenerate some wait events code and documentation Drouvot, Bertrand
- Re: Incremental sort for access method with ordered scan support (amcanorderbyop) David Rowley
- Re: brininsert optimization opportunity Alvaro Herrera
- Re: Making empty Bitmapsets always be NULL Yuya Watari
- Re: Extension Enhancement: Buffer Invalidation in pg_buffercache jian he
- Re: brininsert optimization opportunity Tomas Vondra
- Re: pipe_read_line for reading arbitrary strings Heikki Linnakangas
- Re: Improve the performance of nested loop join in the case of partitioned inner table David Rowley
- Re: Clean up command argument assembly Heikki Linnakangas
- Re: [PATCH]Feature improvement for MERGE tab completion Daniel Gustafsson
- Re: SQL:2011 application time Daniel Gustafsson
- Re: pipe_read_line for reading arbitrary strings Daniel Gustafsson
- Re: Remove incidental md5() function uses from several tests Peter Eisentraut
- Re: Named Operators Daniel Gustafsson
- Re: logical decoding and replication of sequences, take 2 Ashutosh Bapat
- Re: Experiments with Postgres and SSL Heikki Linnakangas
- Re: ResourceOwner refactoring Aleksander Alekseev
- Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name Yurii Rashkovskii
- Re: Why is DATESTYLE, ordering ignored for output but used for input ? Dave Cramer
- Re: Initdb-time block size specification Peter Eisentraut
- Re: Creation of an empty table is not fsync'd at checkpoint Heikki Linnakangas
- Re: Missing llvm_leave_fatal_on_oom() call Daniel Gustafsson
- Re: Add more sanity checks around callers of changeDependencyFor() Alvaro Herrera
- Re: Does a cancelled REINDEX CONCURRENTLY need to be messy? Álvaro Herrera
- Re: On /*----- comments Heikki Linnakangas
- Re: Is a pg_stat_force_next_flush() call sufficient for regression tests? Tomas Vondra
- Re: pg_basebackup check vs Windows file path limits Andrew Dunstan
- Re: Cleaning up array_in() Tom Lane
- Re: On /*----- comments Tom Lane
- Re: O(n) tasks cause lengthy startups and checkpoints Nathan Bossart
- Re: suppressing useless wakeups in logical/worker.c Nathan Bossart
- Re: Add more sanity checks around callers of changeDependencyFor() Tom Lane
- Re: pg_stat_statements and "IN" conditions Dmitry Dolgov
- Re: Reducing connection overhead in pg_upgrade compat check phase Nathan Bossart
- Re: brininsert optimization opportunity Soumyadeep Chakraborty
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Melih Mutlu
- Re: pg_basebackup check vs Windows file path limits Daniel Gustafsson