pgsql-hackers since 2022-09-27 00:00
The PostgreSQL developers team lives here. Discussion of current development issues, problems and bugs, and proposed new features. If your question cannot be answered by people in the other lists, and it is likely that only a developer will know the answer, you may re-post your question in this list. You must try elsewhere first!
Search the Archives
Browse Archives
Prev
|
Next
Sept. 27, 2022
| Thread |
Author |
Time |
|
Re: GUC values - recommended way to declare the C variables?
|
Tom Lane |
00:08 |
|
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 |
00:15 |
|
Re: [small patch] Change datatype of ParallelMessagePending from
"volatile bool" to "volatile sig_atomic_t"
|
Michael Paquier |
00:36 |
|
Re: GUC values - recommended way to declare the C variables?
|
Peter Smith |
01:07 |
|
Re: GUC tables - use designated initializers
|
Michael Paquier |
01:12 |
|
Re: [RFC] building postgres with meson - v13 π
|
Andres Freund |
01:19 |
|
Re: kerberos/001_auth test fails on arm CPU darwin
|
Michael Paquier |
01:25 |
|
Re: kerberos/001_auth test fails on arm CPU darwin
|
Larry Rosenman |
01:30 |
|
Re: kerberos/001_auth test fails on arm CPU darwin
|
Andres Freund |
01:37 |
|
RE: [small patch] Change datatype of ParallelMessagePending from
"volatile bool" to "volatile sig_atomic_t"
|
kuroda.hayato@fujitsu.com |
01:38 |
|
Re: [PoC] Federated Authn/z with OAUTHBEARER
|
Andrey Chudnovsky |
01:39 |
|
Re: A doubt about a newly added errdetail
|
Kyotaro Horiguchi |
01:40 |
|
Re: Add common function ReplicationOriginName.
|
Peter Smith |
01:47 |
|
Re: pgstat: stats added in ReadPageInternal() aren't getting
reported via pg_stat_wal
|
Kyotaro Horiguchi |
01:58 |
|
Re: Can we avoid chdir'ing in resolve_symlinks() ?
|
Thomas Munro |
01:58 |
|
Add hint about downloadable logs to CI README π
|
James Coleman |
02:08 |
|
Re: kerberos/001_auth test fails on arm CPU darwin
|
Tom Lane |
02:21 |
|
cirrus-ci cross-build interactions?
|
James Coleman |
02:36 |
|
Re: cirrus-ci cross-build interactions?
|
James Coleman |
02:43 |
|
Re: START_REPLICATION SLOT causing a crash in an assert build
|
Kyotaro Horiguchi |
02:44 |
|
Re: cirrus-ci cross-build interactions?
|
Andres Freund |
02:48 |
|
Re: START_REPLICATION SLOT causing a crash in an assert build
|
Andres Freund |
02:53 |
|
Re: Parallelize correlated subqueries that execute within each worker π
|
James Coleman |
02:56 |
|
Adding a clang-format file
|
Peter Geoghegan |
02:56 |
|
Re: cirrus-ci cross-build interactions?
|
James Coleman |
02:58 |
|
Re: Add LSN along with offset to error messages reported for WAL
file read/write/validate header failures
|
Kyotaro Horiguchi |
03:01 |
|
Re: Add hint about downloadable logs to CI README
|
Andres Freund |
03:04 |
|
Re: Make ON_ERROR_STOP stop on shell script failure
|
Kyotaro Horiguchi |
03:34 |
|
ci: reduce macos test concurrency
|
Andres Freund |
04:02 |
|
Re: [RFC] building postgres with meson - v13
|
Thomas Munro |
04:29 |
|
Re: Apple's ranlib warns about protocol_openssl.c
|
Andres Freund |
04:31 |
|
Re: [RFC] building postgres with meson - v13
|
Andres Freund |
04:48 |
|
Re: Use pg_pwritev_with_retry() instead of write() in
dir_open_for_write() to avoid partial writes?
|
Bharath Rupireddy |
05:42 |
|
Re: START_REPLICATION SLOT causing a crash in an assert build π
|
Kyotaro Horiguchi |
05:52 |
|
Re: Avoid memory leaks during base backups
|
Bharath Rupireddy |
06:03 |
|
Re: has_privs_of_role vs. is_member_of_role, redux
|
Wolfgang Walther |
06:05 |
|
Re: pg_upgrade test failure
|
Bharath Rupireddy |
06:17 |
|
Re: add checkpoint stats of snapshot and mapping files of pg_logical dir
|
Bharath Rupireddy |
06:22 |
|
RE: Perform streaming logical transactions by background workers and
parallel apply
|
kuroda.hayato@fujitsu.com |
06:32 |
|
Re: making relfilenodes 56 bits π
|
Dilip Kumar |
06:33 |
|
Re: HOT chain validation in verify_heapam()
|
Himanshu Upadhyaya |
06:40 |
|
Re: DROP OWNED BY is broken on master branch.
|
Rushabh Lathia |
06:52 |
|
Re: A doubt about a newly added errdetail
|
Alvaro Herrera |
07:21 |
|
Re: [RFC] building postgres with meson - v13
|
John Naylor |
07:41 |
|
Re: pg_rewind WAL segments deletion pitfall
|
Kyotaro Horiguchi |
07:50 |
|
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. π
|
Maxim Orlov |
08:04 |
|
Re: Add last_vacuum_index_scans in pg_stat_all_tables
|
Alvaro Herrera |
08:11 |
|
Re: Allow foreign keys to reference a superset of unique columns
|
David Rowley |
08:18 |
|
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 |
08:24 |
|
Re: Avoid memory leaks during base backups
|
Kyotaro Horiguchi |
08:32 |
|
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 |
08:33 |
|
Re: Data is copied twice when specifying both child and parent table
in publication
|
Peter Smith |
08:44 |
|
Re: Fast COPY FROM based on batch insert
|
Etsuro Fujita |
08:47 |
|
Re: Differentiate MERGE queries with different structures
|
Alvaro Herrera |
08:48 |
|
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 |
08:50 |
|
Re: [PATCH] Log details for client certificate failures π
|
Masahiko Sawada |
08:51 |
|
Re: Fast COPY FROM based on batch insert π
|
Etsuro Fujita |
09:03 |
|
RE: A doubt about a newly added errdetail
|
houzj.fnst@fujitsu.com |
09:28 |
|
Re: Use pg_pwritev_with_retry() instead of write() in
dir_open_for_write() to avoid partial writes? π
|
Thomas Munro |
09:30 |
|
Re: Insertion Sort Improvements
|
Benjamin Coutu |
09:39 |
|
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 |
09:41 |
|
Extend win32 error codes to errno mapping in win32error.c π
|
Bharath Rupireddy |
09:53 |
|
Re: A doubt about a newly added errdetail π
|
Alvaro Herrera |
10:19 |
|
Questions about the patch of Add ON CONFLICT DO RETURN clause
|
ε€ε²ε°δΊο½ιΏζ² |
10:23 |
|
Fix some newly modified tab-complete changes π
|
shiy.fnst@fujitsu.com |
10:28 |
|
Re: kerberos/001_auth test fails on arm CPU darwin
|
Peter Eisentraut |
10:29 |
|
Re: Add more docs for pg_surgery?
|
Zhang Mingli |
11:18 |
|
Re: Add common function ReplicationOriginName. π
|
Aleksander Alekseev |
11:33 |
|
Re: has_privs_of_role vs. is_member_of_role, redux
|
Robert Haas |
11:55 |
|
Re: Use pg_pwritev_with_retry() instead of write() in
dir_open_for_write() to avoid partial writes?
|
Bharath Rupireddy |
12:03 |
|
RE: Perform streaming logical transactions by background workers and
parallel apply π
|
houzj.fnst@fujitsu.com |
12:26 |
|
RE: Perform streaming logical transactions by background workers and
parallel apply
|
houzj.fnst@fujitsu.com |
12:27 |
|
RE: Perform streaming logical transactions by background workers and
parallel apply
|
houzj.fnst@fujitsu.com |
12:31 |
|
Re: Adding a clang-format file
|
Aleksander Alekseev |
12:34 |
|
Re: A doubt about a newly added errdetail π
|
Alvaro Herrera |
12:42 |
|
Re: [RFC] building postgres with meson - v13
|
Peter Eisentraut |
13:16 |
|
Re: An attempt to avoid locally-committed-but-not-replicated-to-standby-transactions
in synchronous replication π
|
Bharath Rupireddy |
13:22 |
|
Re: Differentiate MERGE queries with different structures
|
bt22nakamorit |
13:47 |
|
Re: Transparent column encryption π
|
Peter Eisentraut |
13:51 |
|
Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into
PostgreSQL 15)
|
Hamid Akhtar |
13:54 |
|
Re: DROP OWNED BY is broken on master branch. π
|
Robert Haas |
14:04 |
|
Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into
PostgreSQL 15) π
|
Aleksander Alekseev |
14:25 |
|
Re: kerberos/001_auth test fails on arm CPU darwin π
|
Nazir Bilal Yavuz |
15:35 |
|
Re: GUC tables - use designated initializers
|
Tom Lane |
16:21 |
|
Re: Temporary file access API
|
John Morris |
16:22 |
|
Re: Backends stalled in 'startup' state
|
Ashwin Agrawal |
16:31 |
|
pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits.
|
Robert Haas |
17:32 |
|
Re: making relfilenodes 56 bits
|
Robert Haas |
17:54 |
|
Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) π
|
Melanie Plageman |
18:20 |
|
Re: pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits.
|
Justin Pryzby |
18:51 |
|
longfin and tamandua aren't too happy but I'm not sure why
|
Robert Haas |
18:55 |
|
Re: Use pg_pwritev_with_retry() instead of write() in
dir_open_for_write() to avoid partial writes?
|
Thomas Munro |
19:01 |
|
Re: pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits.
|
Robert Haas |
19:12 |
|
Re: pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits.
|
Justin Pryzby |
19:17 |
|
Re: Convert *GetDatum() and DatumGet*() macros to inline functions
|
Peter Eisentraut |
19:26 |
|
Re: [PATCH] Log details for client certificate failures
|
Jacob Champion |
19:44 |
|
Re: longfin and tamandua aren't too happy but I'm not sure why
|
Justin Pryzby |
20:07 |
|
Re: Convert *GetDatum() and DatumGet*() macros to inline functions
|
Tom Lane |
20:13 |
|
Re: longfin and tamandua aren't too happy but I'm not sure why
|
Tom Lane |
20:35 |
|
Re: longfin and tamandua aren't too happy but I'm not sure why
|
Tom Lane |
20:50 |
|
Re: longfin and tamandua aren't too happy but I'm not sure why π
|
Robert Haas |
21:21 |
|
Re: longfin and tamandua aren't too happy but I'm not sure why
|
Tom Lane |
21:29 |
|
Re: Allow foreign keys to reference a superset of unique columns
|
Kaiting Chen |
21:35 |
|
Re: [PoC] Federated Authn/z with OAUTHBEARER
|
Jacob Champion |
21:45 |
|
Re: longfin and tamandua aren't too happy but I'm not sure why
|
Tom Lane |
21:50 |
|
Re: Allow foreign keys to reference a superset of unique columns
|
Kaiting Chen |
21:58 |
|
Re: Allow foreign keys to reference a superset of unique columns
|
Kaiting Chen |
22:09 |
|
Re: Allow foreign keys to reference a superset of unique columns
|
Tom Lane |
22:25 |
|
Re: SYSTEM_USER reserved word implementation
|
Jacob Champion |
22:38 |
|
Re: Allow foreign keys to reference a superset of unique columns
|
Kaiting Chen |
22:39 |
|
Re: Allow foreign keys to reference a superset of unique columns
|
Kaiting Chen |
22:50 |
Sept. 28, 2022
Browse Archives
Prev
|
Next