pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: GIN amcheck leaks memory in gin_check_parent_keys_consistency
Michael Paquier
Re: GIN amcheck leaks memory in gin_check_parent_keys_consistency
Kirill Reshke
Re: GIN amcheck leaks memory in gin_check_parent_keys_consistency
Michael Paquier
Announcing Release 21 of the PostgreSQL Buildfarm Cient
Andrew Dunstan
remove VersionedQuery support from psql tab completion
Nathan Bossart
Re: remove VersionedQuery support from psql tab completion
Ayush Tiwari
Re: remove VersionedQuery support from psql tab completion
Tom Lane
Re: remove VersionedQuery support from psql tab completion
Nathan Bossart
Re: Fix XLogFileReadAnyTLI silently applying divergent WAL from wrong timeline
surya poondla
pg_plan_advice: add NO_ scan and join method tags
Florin Irion
Re: pg_plan_advice: add NO_ scan and join method tags
Florin Irion
Re: pg_plan_advice: add NO_ scan and join method tags
solai v
Re: pg_plan_advice: add NO_ scan and join method tags
Jonathan Gonzalez V.
pg_dump: use threads for parallel workers on all platforms
Bryan Green
Re: pg_dump: use threads for parallel workers on all platforms
Heikki Linnakangas
Re: pg_dump: use threads for parallel workers on all platforms
Bryan Green
Re: pg_dump: use threads for parallel workers on all platforms
Heikki Linnakangas
json/jsonb cleanup + FmgrInfo caching
Robert Haas
Re: json/jsonb cleanup + FmgrInfo caching
Andrew Dunstan
Re: json/jsonb cleanup + FmgrInfo caching
Robert Haas
Re: json/jsonb cleanup + FmgrInfo caching
Tom Lane
Re: json/jsonb cleanup + FmgrInfo caching
Robert Haas
Re: Truncate logs by max_log_size
Fujii Masao
Re: Truncate logs by max_log_size
Jim Jones
Re: Truncate logs by max_log_size
Fujii Masao
Re: Truncate logs by max_log_size
Fujii Masao
Re: Truncate logs by max_log_size
Fujii Masao
Re: Truncate logs by max_log_size
Jim Jones
Re: Truncate logs by max_log_size
Fujii Masao
Re: Truncate logs by max_log_size
Jim Jones
Re: Truncate logs by max_log_size
Jim Jones
Re: Truncate logs by max_log_size
Fujii Masao
Re: Truncate logs by max_log_size
Jim Jones
Re: Truncate logs by max_log_size
Fujii Masao
Re: WIP: replacing join_collapse_limit with "join hardness" estimate
John Naylor
[Patch] Fix typo in pg_stat_us_to_ms()
Tatsuya Kawata
Re: [Patch] Fix typo in pg_stat_us_to_ms()
Michael Paquier
Re-read subscription state after lock in AlterSubscription
Bertrand Drouvot
Re: Re-read subscription state after lock in AlterSubscription
Dilip Kumar
RE: Re-read subscription state after lock in AlterSubscription
Hayato Kuroda (Fujitsu)
Re: Re-read subscription state after lock in AlterSubscription
Bertrand Drouvot
RE: Re-read subscription state after lock in AlterSubscription
Hayato Kuroda (Fujitsu)
Re: Re-read subscription state after lock in AlterSubscription
Bertrand Drouvot
Re: Re-read subscription state after lock in AlterSubscription
Dilip Kumar
Re: Re-read subscription state after lock in AlterSubscription
Bertrand Drouvot
RE: Re-read subscription state after lock in AlterSubscription
Zhijie Hou (Fujitsu)
Re: Re-read subscription state after lock in AlterSubscription
Bertrand Drouvot
RE: Re-read subscription state after lock in AlterSubscription
Zhijie Hou (Fujitsu)
Re: Re-read subscription state after lock in AlterSubscription
Amit Kapila
Re: Re-read subscription state after lock in AlterSubscription
Bertrand Drouvot
Re: Re-read subscription state after lock in AlterSubscription
Dilip Kumar
Re: Re-read subscription state after lock in AlterSubscription
Bertrand Drouvot
RE: Re-read subscription state after lock in AlterSubscription
Hayato Kuroda (Fujitsu)
Re: Re-read subscription state after lock in AlterSubscription
Bertrand Drouvot
Re: Re-read subscription state after lock in AlterSubscription
Amit Kapila
Re: Re-read subscription state after lock in AlterSubscription
Bertrand Drouvot
Re: Re-read subscription state after lock in AlterSubscription
Amit Kapila
Re: Re-read subscription state after lock in AlterSubscription
Bertrand Drouvot
jsonpath .double() is a no-op on JSON numbers (differs from string input)
Ewan Young
Re: [PATCH] Use ssup_datum_*_cmp for int2, oid, and oid8 sort support
John Naylor
Re: [PATCH] Refactor *_abbrev_convert() functions
John Naylor
Re: [PATCH] Refactor *_abbrev_convert() functions
Aleksander Alekseev
Re: Allow ON CONFLICT DO UPDATE to return EXCLUDED values
solai v
Re: Changing the state of data checksums in a running cluster
Palak Chaturvedi
Re: Changing the state of data checksums in a running cluster
Tomas Vondra
Re: Improving tracking/processing of buildfarm test failures
Alexander Lakhin
Escape CR/LF in invalid database, role, and tablespace name errors
Chao Li
Re: Escape CR/LF in invalid database, role, and tablespace name errors
Kyotaro Horiguchi
Re: Escape CR/LF in invalid database, role, and tablespace name errors
Chao Li
DOCS - Clarify that REFRESH SEQUENCES might be using stale publication data
Peter Smith
Re: DOCS - Clarify that REFRESH SEQUENCES might be using stale publication data
Amit Kapila
Re: DOCS - Clarify that REFRESH SEQUENCES might be using stale publication data
Peter Smith
Re: DOCS - Clarify that REFRESH SEQUENCES might be using stale publication data
Amit Kapila
Re: DOCS - Clarify that REFRESH SEQUENCES might be using stale publication data
Peter Smith
remove switch statement in vector8_shift_{left,right}
Nathan Bossart
Re: remove switch statement in vector8_shift_{left,right}
John Naylor
Re: remove switch statement in vector8_shift_{left,right}
Nathan Bossart
Re: Making the ENUM operators LEAKPROOF
Tom Lane
Re: Make transformAExprIn() return a flattened bool expression directly
Tom Lane
Re: SLOPE - Planner optimizations on monotonic expressions.
Zsolt Parragi
Re: SLOPE - Planner optimizations on monotonic expressions.
Zsolt Parragi
Re: SLOPE - Planner optimizations on monotonic expressions.
Zsolt Parragi
Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Tom Lane
Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Pavel Stehule
Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Pavel Stehule
Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Pavel Stehule
add list of major features to the v19 release notes
Nathan Bossart
Re: add list of major features to the v19 release notes
Michael Banck
Re: add list of major features to the v19 release notes
Nathan Bossart
psql: Fix \df tab completion for procedures
Erik Wienhold
Re: psql: Fix \df tab completion for procedures
Fujii Masao
Re: psql: Fix \df tab completion for procedures
Fujii Masao
Re: psql: Fix \df tab completion for procedures
surya poondla
satisfies_hash_partition crash
Robert Haas
Re: satisfies_hash_partition crash
Tender Wang
Re: satisfies_hash_partition crash
Ewan Young
Re: satisfies_hash_partition crash
Tender Wang
Re: satisfies_hash_partition crash
Ewan Young
Re: satisfies_hash_partition crash
Tender Wang
Re: satisfies_hash_partition crash
Robert Haas
Re: satisfies_hash_partition crash
Tender Wang
Re: satisfies_hash_partition crash
Ewan Young
Re: satisfies_hash_partition crash
Robert Haas
Add malloc attribute to memory allocation functions
Tristan Partin
Re: Add malloc attribute to memory allocation functions
solai v
Re: Add malloc attribute to memory allocation functions
Tom Lane
Re: Add malloc attribute to memory allocation functions
Tristan Partin
Re: Add malloc attribute to memory allocation functions
Peter Eisentraut
Re: Add malloc attribute to memory allocation functions
Tom Lane
Re: Add malloc attribute to memory allocation functions
Michael Paquier
Re: Add malloc attribute to memory allocation functions
Tom Lane
Re: Add malloc attribute to memory allocation functions
Tristan Partin
Re: Add malloc attribute to memory allocation functions
Tristan Partin
Macro redefinition warning after aeb07c55fab5c17a600b77ffcdc3b71425d6a8e7
Tristan Partin
Re: Macro redefinition warning after aeb07c55fab5c17a600b77ffcdc3b71425d6a8e7
Masahiko Sawada
Re: Macro redefinition warning after aeb07c55fab5c17a600b77ffcdc3b71425d6a8e7
Tom Lane
auto_explain: limit large values printed in VERBOSE plan Output
AGGOUNE, Yanis
Re: postgres_fdw: fix cumulative stats after imported foreign-table stats
Heikki Linnakangas
Re: postgres_fdw: fix cumulative stats after imported foreign-table stats
Etsuro Fujita
Re: postgres_fdw: fix cumulative stats after imported foreign-table stats
Etsuro Fujita
Re: postgres_fdw: fix cumulative stats after imported foreign-table stats
Chao Li
Re: postgres_fdw: fix cumulative stats after imported foreign-table stats
Etsuro Fujita
Re: postgres_fdw: fix cumulative stats after imported foreign-table stats
Chao Li
Re: postgres_fdw: fix cumulative stats after imported foreign-table stats
Etsuro Fujita
Re: postgres_fdw: fix cumulative stats after imported foreign-table stats
Chao Li
Re: Relation bulk write facility
Andrey Borodin
Coverage (lcov) failing with inconsistent error in versions 2.x
Jonathan Gonzalez V.
Re: Coverage (lcov) failing with inconsistent error in versions 2.x
Jacob Champion
Re: Coverage (lcov) failing with inconsistent error in versions 2.x
Jonathan Gonzalez V.
Re: Coverage (lcov) failing with inconsistent error in versions 2.x
Jacob Champion
Re: Coverage (lcov) failing with inconsistent error in versions 2.x
Tom Lane
Re: Coverage (lcov) failing with inconsistent error in versions 2.x
Álvaro Herrera
Re: Coverage (lcov) failing with inconsistent error in versions 2.x
Jacob Champion
Re: Coverage (lcov) failing with inconsistent error in versions 2.x
Álvaro Herrera
Re: Coverage (lcov) failing with inconsistent error in versions 2.x
Jonathan Gonzalez V.
Re: Fix mismatched deallocation functions
Peter Eisentraut
Re: Avoid recalculating pgprocno in ProcArrayAdd()
solai v
Re: meson vs. llvm bitcode files
Nazir Bilal Yavuz
Re: meson vs. llvm bitcode files
Zsolt Parragi
Re: meson vs. llvm bitcode files
Nazir Bilal Yavuz
Re: meson vs. llvm bitcode files
Christoph Berg
Re: meson vs. llvm bitcode files
Nazir Bilal Yavuz
Re: Batching in executor
Amit Langote
Re: Batching in executor
Amit Langote
Re: Batching in executor
Amit Langote
Re: Batching in executor
Denis Smirnov
Re: Batching in executor
Denis Smirnov
Re: Batching in executor
Denis Smirnov
Re: Batching in executor
Denis Smirnov
Re: Batching in executor
Antonin Houska
Re: Batching in executor
Antonin Houska
Re: Batching in executor
Antonin Houska
Fix jsonpath .decimal() to honor silent mode
Ewan Young
Re: Fix jsonpath .decimal() to honor silent mode
Michael Paquier
Re: Fix jsonpath .decimal() to honor silent mode
Ewan Young
Re: Fix jsonpath .decimal() to honor silent mode
Michael Paquier
Re: Fix jsonpath .decimal() to honor silent mode
Ewan Young
Re: Fix jsonpath .decimal() to honor silent mode
Michael Paquier
Re: Tighten pg_uhc_verifychar() to enforce CP949 lead/trail byte ranges
Henson Choi
Re: Tighten pg_uhc_verifychar() to enforce CP949 lead/trail byte ranges
dogeon yoo
Prevent crash when calling pgstat functions with unregistered stats kind
Bertrand Drouvot
Re: Prevent crash when calling pgstat functions with unregistered stats kind
Ewan Young
Re: Prevent crash when calling pgstat functions with unregistered stats kind
Bertrand Drouvot
Re: Prevent crash when calling pgstat functions with unregistered stats kind
Michael Paquier
Re: Prevent crash when calling pgstat functions with unregistered stats kind
Bertrand Drouvot
Re: Prevent crash when calling pgstat functions with unregistered stats kind
Michael Paquier
Re: Prevent crash when calling pgstat functions with unregistered stats kind
Bertrand Drouvot
Re: Prevent crash when calling pgstat functions with unregistered stats kind
Bertrand Drouvot
Re: Prevent crash when calling pgstat functions with unregistered stats kind
Michael Paquier
Re: Prevent crash when calling pgstat functions with unregistered stats kind
Bertrand Drouvot
Re: Prevent crash when calling pgstat functions with unregistered stats kind
Michael Paquier
Re: Improve the performance of Unicode Normalization Forms.
Henson Choi
Re: Improve the performance of Unicode Normalization Forms.
Michael Paquier
Re: Improve the performance of Unicode Normalization Forms.
Henson Choi
Re: Fwd: [PATCH] Support for basic ALTER TABLE progress reporting.
solai v
Fix Grammar in Buffer Lock Wait Message
Guoqing Yang
Re: Fix Grammar in Buffer Lock Wait Message
Chao Li
Re: Fix Grammar in Buffer Lock Wait Message
Xuneng Zhou
Update EnableTimeoutParams timeout type comment
Xuneng Zhou
Re: Update EnableTimeoutParams timeout type comment
Xuneng Zhou
Re: Update EnableTimeoutParams timeout type comment
John Naylor
Re: Update EnableTimeoutParams timeout type comment
Xuneng Zhou
Re: Update EnableTimeoutParams timeout type comment
John Naylor
Re: Update EnableTimeoutParams timeout type comment
Xuneng Zhou
Remove radius from initdb authentication methods
Chao Li
Re: Remove radius from initdb authentication methods
Thomas Munro
Re: Remove radius from initdb authentication methods
Chao Li
remove unnecessary volatile qualifiers
Nathan Bossart
Re: remove unnecessary volatile qualifiers
Heikki Linnakangas
Re: remove unnecessary volatile qualifiers
Nathan Bossart
Re: remove unnecessary volatile qualifiers
Nathan Bossart
Re: Fix psql pager selection for wrapped expanded output
Erik Wienhold
Re: Fix psql pager selection for wrapped expanded output
Chao Li
Re: Fix psql pager selection for wrapped expanded output
Erik Wienhold
Re: Fix psql pager selection for wrapped expanded output
Tom Lane
Improving display of octal GUCs
Tom Lane
Re: Improving display of octal GUCs
Fabrízio de Royes Mello
Re: Improving display of octal GUCs
Tatsuya Kawata
Re: Improving display of octal GUCs
Tom Lane
Re: Improving display of octal GUCs
Rui Zhao
Earlier messages
Later messages