Mailing lists [pgsql-hackers]
- Re: [RFC] building postgres with meson - v13 Peter Geoghegan
- Re: Pluggable toaster Nikita Malakhov
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Nathan Bossart
- Re: First draft of the PG 15 release notes David Rowley
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Thomas Munro
- Re: First draft of the PG 15 release notes Tom Lane
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Nathan Bossart
- Re: First draft of the PG 15 release notes David Rowley
- Re: Enables to call Unregister*XactCallback() in Call*XactCallback() Tom Lane
- Re: Enables to call Unregister*XactCallback() in Call*XactCallback() Nathan Bossart
- Re: Reducing the chunk header sizes on all memory context types David Rowley
- [Commitfest 2022-09] Last days Ibrar Ahmed
- GUC tables - use designated initializers Peter Smith
- GUC values - recommended way to declare the C variables? Peter Smith
- Re: Refactor backup related code (was: Is it correct to say, "invalid data in file \"%s\"", BACKUP_LABEL_FILE in do_pg_backup_stop?) Michael Paquier
- Re: GUC values - recommended way to declare the C variables? Tom Lane
- Re: Refactor backup related code (was: Is it correct to say, "invalid data in file \"%s\"", BACKUP_LABEL_FILE in do_pg_backup_stop?) Michael Paquier
- Re: [small patch] Change datatype of ParallelMessagePending from "volatile bool" to "volatile sig_atomic_t" Michael Paquier
- Re: GUC values - recommended way to declare the C variables? Peter Smith
- Re: GUC tables - use designated initializers Michael Paquier
- Re: [RFC] building postgres with meson - v13 Andres Freund
- Re: kerberos/001_auth test fails on arm CPU darwin Michael Paquier
- Re: kerberos/001_auth test fails on arm CPU darwin Larry Rosenman
- Re: kerberos/001_auth test fails on arm CPU darwin Andres Freund
- RE: [small patch] Change datatype of ParallelMessagePending from "volatile bool" to "volatile sig_atomic_t" kuroda.hayato@fujitsu.com
- Re: [PoC] Federated Authn/z with OAUTHBEARER Andrey Chudnovsky
- Re: A doubt about a newly added errdetail Kyotaro Horiguchi
- Re: Add common function ReplicationOriginName. Peter Smith
- Re: pgstat: stats added in ReadPageInternal() aren't getting reported via pg_stat_wal Kyotaro Horiguchi
- Re: Can we avoid chdir'ing in resolve_symlinks() ? Thomas Munro
- Add hint about downloadable logs to CI README James Coleman
- Re: kerberos/001_auth test fails on arm CPU darwin Tom Lane
- cirrus-ci cross-build interactions? James Coleman
- Re: cirrus-ci cross-build interactions? James Coleman
- Re: START_REPLICATION SLOT causing a crash in an assert build Kyotaro Horiguchi
- Re: cirrus-ci cross-build interactions? Andres Freund
- Re: START_REPLICATION SLOT causing a crash in an assert build Andres Freund
- Re: Parallelize correlated subqueries that execute within each worker James Coleman
- Adding a clang-format file Peter Geoghegan
- Re: cirrus-ci cross-build interactions? James Coleman
- Re: Add LSN along with offset to error messages reported for WAL file read/write/validate header failures Kyotaro Horiguchi
- Re: Add hint about downloadable logs to CI README Andres Freund
- Re: Make ON_ERROR_STOP stop on shell script failure Kyotaro Horiguchi
- ci: reduce macos test concurrency Andres Freund
- Re: [RFC] building postgres with meson - v13 Thomas Munro
- Re: Apple's ranlib warns about protocol_openssl.c Andres Freund
- Re: [RFC] building postgres with meson - v13 Andres Freund
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Bharath Rupireddy
- Re: START_REPLICATION SLOT causing a crash in an assert build Kyotaro Horiguchi
- Re: Avoid memory leaks during base backups Bharath Rupireddy
- Re: has_privs_of_role vs. is_member_of_role, redux Wolfgang Walther
- Re: pg_upgrade test failure Bharath Rupireddy
- Re: add checkpoint stats of snapshot and mapping files of pg_logical dir Bharath Rupireddy
- RE: Perform streaming logical transactions by background workers and parallel apply kuroda.hayato@fujitsu.com
- Re: making relfilenodes 56 bits Dilip Kumar
- Re: HOT chain validation in verify_heapam() Himanshu Upadhyaya
- Re: DROP OWNED BY is broken on master branch. Rushabh Lathia
- Re: A doubt about a newly added errdetail Alvaro Herrera
- Re: [RFC] building postgres with meson - v13 John Naylor
- Re: pg_rewind WAL segments deletion pitfall Kyotaro Horiguchi
- Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Maxim Orlov
- Re: Add last_vacuum_index_scans in pg_stat_all_tables Alvaro Herrera
- Re: Allow foreign keys to reference a superset of unique columns David Rowley
- Re: Refactor backup related code (was: Is it correct to say, "invalid data in file \"%s\"", BACKUP_LABEL_FILE in do_pg_backup_stop?) Kyotaro Horiguchi
- Re: Avoid memory leaks during base backups Kyotaro Horiguchi
- Re: Refactor backup related code (was: Is it correct to say, "invalid data in file \"%s\"", BACKUP_LABEL_FILE in do_pg_backup_stop?) Bharath Rupireddy
- Re: Data is copied twice when specifying both child and parent table in publication Peter Smith
- Re: Fast COPY FROM based on batch insert Etsuro Fujita
- Re: Differentiate MERGE queries with different structures Alvaro Herrera
- Re: Refactor backup related code (was: Is it correct to say, "invalid data in file \"%s\"", BACKUP_LABEL_FILE in do_pg_backup_stop?) Kyotaro Horiguchi
- Re: [PATCH] Log details for client certificate failures Masahiko Sawada
- Re: Fast COPY FROM based on batch insert Etsuro Fujita
- RE: A doubt about a newly added errdetail houzj.fnst@fujitsu.com
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Thomas Munro
- Re: Insertion Sort Improvements Benjamin Coutu
- Re: Refactor backup related code (was: Is it correct to say, "invalid data in file \"%s\"", BACKUP_LABEL_FILE in do_pg_backup_stop?) Bharath Rupireddy
- Extend win32 error codes to errno mapping in win32error.c Bharath Rupireddy
- Re: A doubt about a newly added errdetail Alvaro Herrera
- Questions about the patch of Add ON CONFLICT DO RETURN clause 孤傲小二~阿沐
- Fix some newly modified tab-complete changes shiy.fnst@fujitsu.com
- Re: kerberos/001_auth test fails on arm CPU darwin Peter Eisentraut
- Re: Add more docs for pg_surgery? Zhang Mingli
- Re: Add common function ReplicationOriginName. Aleksander Alekseev
- Re: has_privs_of_role vs. is_member_of_role, redux Robert Haas
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Bharath Rupireddy
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- RE: Perform streaming logical transactions by background workers and parallel apply houzj.fnst@fujitsu.com
- Re: Adding a clang-format file Aleksander Alekseev
- Re: A doubt about a newly added errdetail Alvaro Herrera
- Re: [RFC] building postgres with meson - v13 Peter Eisentraut
- Re: An attempt to avoid locally-committed-but-not-replicated-to-standby-transactions in synchronous replication Bharath Rupireddy
- Re: Differentiate MERGE queries with different structures bt22nakamorit
- Re: Transparent column encryption Peter Eisentraut
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Hamid Akhtar
- Re: DROP OWNED BY is broken on master branch. Robert Haas
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Aleksander Alekseev
- Re: kerberos/001_auth test fails on arm CPU darwin Nazir Bilal Yavuz
- Re: GUC tables - use designated initializers Tom Lane
- Re: Temporary file access API John Morris
- Re: Backends stalled in 'startup' state Ashwin Agrawal
- Re: making relfilenodes 56 bits Robert Haas
- Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) Melanie Plageman
- longfin and tamandua aren't too happy but I'm not sure why Robert Haas
- Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes? Thomas Munro
- Re: pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits. Robert Haas
- Re: pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits. Justin Pryzby
- Re: Convert *GetDatum() and DatumGet*() macros to inline functions Peter Eisentraut
- Re: [PATCH] Log details for client certificate failures Jacob Champion
- Re: longfin and tamandua aren't too happy but I'm not sure why Justin Pryzby
- Re: Convert *GetDatum() and DatumGet*() macros to inline functions Tom Lane
- Re: longfin and tamandua aren't too happy but I'm not sure why Tom Lane
- Re: longfin and tamandua aren't too happy but I'm not sure why Tom Lane