pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: Cleanup: Use modern macro for text-to-CString conversion in plsample.c
Amul Sul
test: avoid redundant standby catchup in 049_wait_for_lsn
Xuneng Zhou
Re: test: avoid redundant standby catchup in 049_wait_for_lsn
Michael Paquier
Re: test: avoid redundant standby catchup in 049_wait_for_lsn
Xuneng Zhou
Re: test: avoid redundant standby catchup in 049_wait_for_lsn
Alexander Korotkov
Re: test: avoid redundant standby catchup in 049_wait_for_lsn
Alexander Korotkov
Re: test: avoid redundant standby catchup in 049_wait_for_lsn
Xuneng Zhou
Re: test: avoid redundant standby catchup in 049_wait_for_lsn
Alexander Korotkov
A very quick observation of dangling pointers in Postgres pathlists
Andrei Lepikhov
Re: A very quick observation of dangling pointers in Postgres pathlists
Andrei Lepikhov
Re: A very quick observation of dangling pointers in Postgres pathlists
David Rowley
Re: A very quick observation of dangling pointers in Postgres pathlists
Andrei Lepikhov
Re: A very quick observation of dangling pointers in Postgres pathlists
David Rowley
Re: A very quick observation of dangling pointers in Postgres pathlists
Andrei Lepikhov
Re: A very quick observation of dangling pointers in Postgres pathlists
Alena Rybakina
[PATCH] Fix TOCTOU race in ReplicationSlotsComputeRequiredLSN()
JoongHyuk Shin
RE: [PATCH] Fix TOCTOU race in ReplicationSlotsComputeRequiredLSN()
Zhijie Hou (Fujitsu)
Re: [PATCH] Fix TOCTOU race in ReplicationSlotsComputeRequiredLSN()
JoongHyuk Shin
repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Chao Li
RE: repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Zhijie Hou (Fujitsu)
Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Chao Li
Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Antonin Houska
Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Chao Li
Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Antonin Houska
Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Yuchen Li
Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Chao Li
Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode
Alvaro Herrera
Fix stats reporting delays in logical parallel apply worker
Zhijie Hou (Fujitsu)
RE: Fix stats reporting delays in logical parallel apply worker
Zhijie Hou (Fujitsu)
Re: Fix stats reporting delays in logical parallel apply worker
Chao Li
RE: Fix stats reporting delays in logical parallel apply worker
Zhijie Hou (Fujitsu)
Re: Fix stats reporting delays in logical parallel apply worker
Chao Li
Re: Fix stats reporting delays in logical parallel apply worker
Amit Kapila
Re: Fix stats reporting delays in logical parallel apply worker
Amit Kapila
pg_dump: eliminate tmpfile double-write in tar format output
Josh Kupershmidt
DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY
Peter Smith
Re: DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY
Amit Kapila
Re: DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY
Peter Smith
Re: DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY
Amit Kapila
Re: DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY
Peter Smith
Add editorconfig support for Postgres spec files
Tristan Partin
Re: Add editorconfig support for Postgres spec files
Heikki Linnakangas
Re: Add editorconfig support for Postgres spec files
Jelte Fennema-Nio
Re: Add editorconfig support for Postgres spec files
Michael Paquier
[BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.<virtual-generated-column> errors or silently writes NULL
SATYANARAYANA NARLAPURAM
Re: [BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.<virtual-generated-column> errors or silently writes NULL
Dean Rasheed
Re: [BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.<virtual-generated-column> errors or silently writes NULL
SATYANARAYANA NARLAPURAM
Re: [BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.<virtual-generated-column> errors or silently writes NULL
Dean Rasheed
COPY FROM ON_ERROR SET_NULL bypasses domain NOT NULL with partial column list
SATYANARAYANA NARLAPURAM
Re: COPY FROM ON_ERROR SET_NULL bypasses domain NOT NULL with partial column list
jian he
PostgreSQL and OpenSSL 4.0.0
Daniel Gustafsson
Re: PostgreSQL and OpenSSL 4.0.0
Michael Paquier
[PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
Chengpeng Yan
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
cca5507
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
David Rowley
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
David Rowley
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
Tom Lane
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
Chengpeng Yan
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
David Rowley
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
Chengpeng Yan
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
David Rowley
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
Chengpeng Yan
Re: [PATCH] Fix hashed ScalarArrayOp semantics for NULL LHS with non-strict comparators
David Rowley
Reject invalid databases in pg_get_database_ddl()
Lakshmi N
Re: Reject invalid databases in pg_get_database_ddl()
Amit Langote
Re: Reject invalid databases in pg_get_database_ddl()
Lakshmi N
Re: Reject invalid databases in pg_get_database_ddl()
Amit Langote
Re: Reject invalid databases in pg_get_database_ddl()
Euler Taveira
Re: Reject invalid databases in pg_get_database_ddl()
Amit Langote
Re: Reject invalid databases in pg_get_database_ddl()
Hu Xunqi
Re: Reject invalid databases in pg_get_database_ddl()
Amit Langote
Re: Reject invalid databases in pg_get_database_ddl()
Lakshmi N
Re: Reject invalid databases in pg_get_database_ddl()
Amit Langote
Re: Reject invalid databases in pg_get_database_ddl()
Andrew Dunstan
Re: Reject invalid databases in pg_get_database_ddl()
Japin Li
Re: Reject invalid databases in pg_get_database_ddl()
Japin Li
[PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY
SATYANARAYANA NARLAPURAM
Re: [PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY
Chao Li
Re: [PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY
Antonin Houska
Re: [PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY
SATYANARAYANA NARLAPURAM
Re: [PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY
Michael Paquier
Re: [PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY
Antonin Houska
Re: [PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY
Álvaro Herrera
Re: [PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY
Antonin Houska
Re: [PATCH] Compressed TOAST data corruption with REPACK CONCURRENTLY
Antonin Houska
RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
Hayato Kuroda (Fujitsu)
Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
lakshmi
RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
Hayato Kuroda (Fujitsu)
Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
lakshmi
Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
lakshmi
RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
Masashi Kamura (Fujitsu)
RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
Hayato Kuroda (Fujitsu)
Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
lakshmi
RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
Hayato Kuroda (Fujitsu)
RE: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.”
Masashi Kamura (Fujitsu)
repack: clarify final phase of concurrent mode in file header comment
Chao Li
Re: Experimenting with wider Unicode storage
Henson Choi
Re: Experimenting with wider Unicode storage
Henson Choi
Re: Validate user-supplied c_args in meson builds
Tristan Partin
pg_overexplain produces invalid JSON with RANGE_TABLE option
SATYANARAYANA NARLAPURAM
Re: pg_overexplain produces invalid JSON with RANGE_TABLE option
Amit Langote
Re: pg_overexplain produces invalid JSON with RANGE_TABLE option
Chao Li
Re: pg_overexplain produces invalid JSON with RANGE_TABLE option
Amit Langote
Re: pg_overexplain produces invalid JSON with RANGE_TABLE option
Amit Langote
Re: Avoid orphaned objects dependencies, take 3
Bertrand Drouvot
Re: Avoid orphaned objects dependencies, take 3
Bertrand Drouvot
Fix tab completion after EXCEPT (...) in IMPORT FOREIGN SCHEMA
vignesh C
Re: Fix tab completion after EXCEPT (...) in IMPORT FOREIGN SCHEMA
shveta malik
Re: Fix tab completion after EXCEPT (...) in IMPORT FOREIGN SCHEMA
Fujii Masao
Re: Fix tab completion after EXCEPT (...) in IMPORT FOREIGN SCHEMA
vignesh C
Re: Fix tab completion after EXCEPT (...) in IMPORT FOREIGN SCHEMA
Fujii Masao
Re: Fix tab completion after EXCEPT (...) in IMPORT FOREIGN SCHEMA
vignesh C
docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Daniel Westermann (DWE)
Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Yuchen Li
Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Daniel Westermann (DWE)
Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Michael Paquier
submissions for real-time patch evaluation panel
Robert Haas
Re: Questionable description about character sets
Thomas Munro
Re: Questionable description about character sets
Tatsuo Ishii
Re: Questionable description about character sets
Henson Choi
Extensible sync handler registration (register_sync_handler)
Greg Lamberson
Re: Extensible sync handler registration (register_sync_handler)
Greg Lamberson
[PATCH] Fix wrong comment in JsonTablePlanJoinNextRow()
??????
Re: [PATCH] Fix wrong comment in JsonTablePlanJoinNextRow()
Chao Li
Re: [PATCH] Fix wrong comment in JsonTablePlanJoinNextRow()
Amit Langote
Re: [PATCH] Fix wrong comment in JsonTablePlanJoinNextRow()
Amit Langote
[PATCH] postmaster: fix stale PM_STARTUP comment
Ayush Tiwari
Re: [PATCH] postmaster: fix stale PM_STARTUP comment
Heikki Linnakangas
Re: [PATCH] postmaster: fix stale PM_STARTUP comment
Ayush Tiwari
Re: [PATCH] postmaster: fix stale PM_STARTUP comment
Ayush Tiwari
Re: [PATCH] postmaster: fix stale PM_STARTUP comment
Michael Paquier
Re: [PATCH] postmaster: fix stale PM_STARTUP comment
Ayush Tiwari
Re: [PATCH] postmaster: fix stale PM_STARTUP comment
Michael Paquier
Re: [PATCH] postmaster: fix stale PM_STARTUP comment
Ayush Tiwari
repack: fix uninitialized DecodingWorkerShared.initialized
Chao Li
Re: repack: fix uninitialized DecodingWorkerShared.initialized
Antonin Houska
Re: repack: fix uninitialized DecodingWorkerShared.initialized
Chao Li
Re: repack: fix uninitialized DecodingWorkerShared.initialized
Thomas Munro
Re: [PATCH] Support automatic sequence replication
Ajin Cherian
Typo fixes in Graph table files
Lakshmi N
Re: Typo fixes in Graph table files
Ashutosh Bapat
Re: Typo fixes in Graph table files
Peter Eisentraut
[PATCH] Fix WAIT FOR LSN standby_write/standby_flush for archive recovery cases
SATYANARAYANA NARLAPURAM
Re: [PATCH] Fix WAIT FOR LSN standby_write/standby_flush for archive recovery cases
Alexander Korotkov
Re: [PATCH] Fix WAIT FOR LSN standby_write/standby_flush for archive recovery cases
SATYANARAYANA NARLAPURAM
Fix a server crash problem from pg_get_database_ddl
Chao Li
Re: Fix a server crash problem from pg_get_database_ddl
Jack Bonatakis
Re: Fix a server crash problem from pg_get_database_ddl
Japin Li
Re: Fix a server crash problem from pg_get_database_ddl
Chao Li
Re: Fix a server crash problem from pg_get_database_ddl
SATYANARAYANA NARLAPURAM
Re: Fix a server crash problem from pg_get_database_ddl
Andrew Dunstan
Re: Fix a server crash problem from pg_get_database_ddl
Chao Li
Re: Fix a server crash problem from pg_get_database_ddl
SATYANARAYANA NARLAPURAM
Add psql tab completion support for FOR PORTION OF
Kiran K
Re: Add psql tab completion support for FOR PORTION OF
Peter Eisentraut
First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Ashutosh Bapat
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Jacob Champion
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Michael Banck
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Ashutosh Bapat
Re: First draft of PG 19 release notes
David Rowley
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Peter Smith
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Daniel Gustafsson
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
jian he
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Laurenz Albe
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Melanie Plageman
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Masahiko Sawada
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
David Geier
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
David Geier
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
David Geier
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Andres Freund
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Andres Freund
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Andres Freund
Re: First draft of PG 19 release notes
David Rowley
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
David Rowley
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Andres Freund
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Bruce Momjian
Re: First draft of PG 19 release notes
Richard Guo
Earlier messages
Later messages