pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Thread
dict_synonym.c: fix truncation of multibyte sequence
Jeff Davis
Re: dict_synonym.c: fix truncation of multibyte sequence
Tristan Partin
Re: dict_synonym.c: fix truncation of multibyte sequence
Jeff Davis
Re: dict_synonym.c: fix truncation of multibyte sequence
Tristan Partin
Re: dict_synonym.c: fix truncation of multibyte sequence
Jeff Davis
Re: Skip prefetch for block references that follow a FPW or WILL_INIT of the same block
Ethan Mertz
Re: analyze-in-stages post upgrade questions
Justin Pryzby
[PATCH] Fix compiler warnings by using designated initializers
Zakariyah Ali
Re: [PATCH] Fix compiler warnings by using designated initializers
Tom Lane
Re: [PATCH] Fix compiler warnings by using designated initializers
Peter Eisentraut
Re: [PATCH] Fix compiler warnings by using designated initializers
Tom Lane
Re: [PATCH] Fix missing-field-initializers and sign comparison warnings
Zakariyah Ali
PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Hans Buschmann
Re: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Nathan Bossart
Re: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Tristan Partin
AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Hans Buschmann
Re: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Álvaro Herrera
Re: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Nathan Bossart
Re: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Erik Rijkers
AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Hans Buschmann
Re: AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Nathan Bossart
Re: AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Álvaro Herrera
Re: AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Nathan Bossart
Fix OAuth validator docs for error_detail on internal errors
Chao Li
Re: Fix OAuth validator docs for error_detail on internal errors
Daniel Gustafsson
Re: Fix OAuth validator docs for error_detail on internal errors
Chao Li
Re: Fix OAuth validator docs for error_detail on internal errors
Daniel Gustafsson
Re: Fix OAuth validator docs for error_detail on internal errors
Jacob Champion
Re: Fix OAuth validator docs for error_detail on internal errors
Daniel Gustafsson
Re: Fix OAuth validator docs for error_detail on internal errors
Chao Li
Move system identifier generation to a common helper
Imran Zaheer
Re: Move system identifier generation to a common helper
Peter Eisentraut
Re: Move system identifier generation to a common helper
Daniel Gustafsson
[PATCH] DOCS: Distinguish table and index storage parameters
vellaipandiyan sm
Re: [PATCH] DOCS: Distinguish table and index storage parameters
Andreas Karlsson
Re: Inconsistent trigger behavior between two temporal leftovers
Peter Eisentraut
[PATCH v1] [BUG #19507] Prevent constraint name conflicts in partition trees spanning multiple schemas
Marko Grujic
Re: [PATCH v1] [BUG #19507] Prevent constraint name conflicts in partition trees spanning multiple schemas
Marko Grujic
GRAPH_TABLE: lateral reference with label disjunction fails with "plan should not reference subplan's variable"
Ewan Young
Re: GRAPH_TABLE: lateral reference with label disjunction fails with "plan should not reference subplan's variable"
Ashutosh Bapat
Fix comments to reference xlogrecovery.c
Imran Zaheer
Re: Fix comments to reference xlogrecovery.c
Álvaro Herrera
Re: Fix comments to reference xlogrecovery.c
Imran Zaheer
Re: Fix comments to reference xlogrecovery.c
Michael Paquier
Re: Optimize CPU usage of dropping buffers during recovery
Jingtang Zhang
Fix tuple deformation with virtual generated NOT NULL columns
Chao Li
Re: Fix tuple deformation with virtual generated NOT NULL columns
cca5507
Re: Fix tuple deformation with virtual generated NOT NULL columns
Chao Li
Re: Fix tuple deformation with virtual generated NOT NULL columns
cca5507
Re: Fix tuple deformation with virtual generated NOT NULL columns
David Rowley
Re: Fix tuple deformation with virtual generated NOT NULL columns
Chao Li
Re: Fix tuple deformation with virtual generated NOT NULL columns
Andres Freund
Re: Fix tuple deformation with virtual generated NOT NULL columns
Chao Li
Re: Fix tuple deformation with virtual generated NOT NULL columns
David Rowley
Re: Fix tuple deformation with virtual generated NOT NULL columns
David Rowley
Re: Fix tuple deformation with virtual generated NOT NULL columns
Tom Lane
Re: Fix tuple deformation with virtual generated NOT NULL columns
Tom Lane
Re: Fix tuple deformation with virtual generated NOT NULL columns
Tom Lane
Re: Fix tuple deformation with virtual generated NOT NULL columns
David Rowley
Re: Fix tuple deformation with virtual generated NOT NULL columns
David Rowley
Re: Fix tuple deformation with virtual generated NOT NULL columns
Chao Li
Re: Fix tuple deformation with virtual generated NOT NULL columns
David Rowley
Re: Fix tuple deformation with virtual generated NOT NULL columns
Chao Li
Re: Fix tuple deformation with virtual generated NOT NULL columns
David Rowley
Re: Fix tuple deformation with virtual generated NOT NULL columns
Chao Li
Re: Fix tuple deformation with virtual generated NOT NULL columns
David Rowley
Re: Fix tuple deformation with virtual generated NOT NULL columns
Tom Lane
Improve version detection for online help URL
Japin Li
Re: Improve version detection for online help URL
Peter Eisentraut
[PATCH] Add regression tests for btree skip scan support functions
Baji Shaik
Re: [PATCH] Add regression tests for btree skip scan support functions
Michael Paquier
Re: [PATCH] Add regression tests for btree skip scan support functions
Baji Shaik
Interest in Faster Unicode Normalization
Diego Frias
[PATCH] Use ssup_datum_*_cmp for int2, oid, and oid8 sort support
Baji Shaik
Re: [PATCH] Use ssup_datum_*_cmp for int2, oid, and oid8 sort support
Michael Paquier
Re: [PATCH] Use ssup_datum_*_cmp for int2, oid, and oid8 sort support
Baji Shaik
Re: Allow table AMs to define their own reloptions
Andrew Dunstan
Re: Centralised architecture detection
Tom Lane
Re: Centralised architecture detection
Tom Lane
Re: Centralised architecture detection
Nico Williams
Re: Centralised architecture detection
Tom Lane
Re: Centralised architecture detection
Tom Lane
[DESIGN] Soft DROP TABLE, recoverable drops for PostgreSQL
surya poondla
Re: Race conditions in logical decoding
Mihail Nikalayeu
Does MSVC predefine __x86_64__ on 64-bit Intel?
Tom Lane
Re: Does MSVC predefine __x86_64__ on 64-bit Intel?
Peter Eisentraut
Re: Does MSVC predefine __x86_64__ on 64-bit Intel?
Nathan Bossart
Re: Does MSVC predefine __x86_64__ on 64-bit Intel?
Tom Lane
Re: Does MSVC predefine __x86_64__ on 64-bit Intel?
Tom Lane
Use ereport() instead of elog() for invalid weights in setweight()
Ewan Young
Re: Use ereport() instead of elog() for invalid weights in setweight()
Tom Lane
Re: Use ereport() instead of elog() for invalid weights in setweight()
Ewan Young
Re: Use ereport() instead of elog() for invalid weights in setweight()
Tom Lane
Add per-backend lock statistics
Bertrand Drouvot
Re: Add per-backend lock statistics
Tristan Partin
Re: Add per-backend lock statistics
Bertrand Drouvot
Re: Add per-backend lock statistics
Tristan Partin
Re: Init connection time grows quadratically
Matthias van de Meent
Re: Init connection time grows quadratically
Maksim.Melnikov
BUG with accessing to temporary tables of other sessions still exists
Daniil Davydov
Re: BUG with accessing to temporary tables of other sessions still exists
Jim Jones
Re: BUG with accessing to temporary tables of other sessions still exists
Daniil Davydov
Re: BUG with accessing to temporary tables of other sessions still exists
Imran Zaheer
Re: BUG with accessing to temporary tables of other sessions still exists
Daniil Davydov
Re: BUG with accessing to temporary tables of other sessions still exists
Imran Zaheer
Re: BUG with accessing to temporary tables of other sessions still exists
ZizhuanLiu X-MAN
Re: BUG with accessing to temporary tables of other sessions still exists
Daniil Davydov
Re: BUG with accessing to temporary tables of other sessions still exists
ZizhuanLiu X-MAN
Re: BUG with accessing to temporary tables of other sessions still exists
ZizhuanLiu X-MAN
Re: BUG with accessing to temporary tables of other sessions still exists
Daniil Davydov
Re: BUG with accessing to temporary tables of other sessions still exists
ZizhuanLiu X-MAN
[PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Akshay Joshi
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Akshay Joshi
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Marcos Pegoraro
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Zsolt Parragi
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Zsolt Parragi
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Zsolt Parragi
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Marcos Pegoraro
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Akshay Joshi
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Marcos Pegoraro
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Zsolt Parragi
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Zsolt Parragi
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Kyotaro Horiguchi
Use streaming read I/O when enabling data checksums online
cca5507
Re: Use streaming read I/O when enabling data checksums online
Daniel Gustafsson
Re: Use streaming read I/O when enabling data checksums online
cca5507
Optimize RelfilenumberMapInvalidateCallback for logical decoding performance
yangboyu
Use TEXT_DUMP_HEADER macro instead of hard-coded string in pg_backup_archiver.c
Japin Li
Re: Use TEXT_DUMP_HEADER macro instead of hard-coded string in pg_backup_archiver.c
Daniel Gustafsson
Re: Use TEXT_DUMP_HEADER macro instead of hard-coded string in pg_backup_archiver.c
Japin Li
CREATE TABLE LIKE INCLUDING PRIVILEGES
jian he
Re: CREATE TABLE LIKE INCLUDING PRIVILEGES
Zsolt Parragi
Fix \crosstabview to honor \pset display_true/display_false
Chao Li
Re: Fix \crosstabview to honor \pset display_true/display_false
David G. Johnston
Re: Fix \crosstabview to honor \pset display_true/display_false
Chao Li
Re: Fix \crosstabview to honor \pset display_true/display_false
David G. Johnston
Re: Fix \crosstabview to honor \pset display_true/display_false
Álvaro Herrera
Re: Fix \crosstabview to honor \pset display_true/display_false
David G. Johnston
Re: Fix \crosstabview to honor \pset display_true/display_false
Álvaro Herrera
Re: Fix \crosstabview to honor \pset display_true/display_false
Chao Li
Improve errmsg for publication membership
Peter Smith
Re: Improve errmsg for publication membership
Ewan Young
Re: Improve errmsg for publication membership
Amit Kapila
Commit Sequence Numbers and Visibility
Jeff Davis
Re: Commit Sequence Numbers and Visibility
Matthias van de Meent
Re: Commit Sequence Numbers and Visibility
Jeff Davis
Re: Commit Sequence Numbers and Visibility
Matthias van de Meent
Re: Commit Sequence Numbers and Visibility
Jeff Davis
Re: Commit Sequence Numbers and Visibility
Matthias van de Meent
Re: Commit Sequence Numbers and Visibility
Jeff Davis
Re: Commit Sequence Numbers and Visibility
Matthias van de Meent
Re: Commit Sequence Numbers and Visibility
Jeff Davis
Re: Commit Sequence Numbers and Visibility
Matthias van de Meent
Re: deep copy with mutation?
David Rowley
Re: BM_IO_ERROR flag is lost in TerminateBufferIO due to order of operations in UnlockBufHdrExt
Melanie Plageman
Re: BM_IO_ERROR flag is lost in TerminateBufferIO due to order of operations in UnlockBufHdrExt
Andres Freund
Re: BM_IO_ERROR flag is lost in TerminateBufferIO due to order of operations in UnlockBufHdrExt
Andres Freund
Re: BM_IO_ERROR flag is lost in TerminateBufferIO due to order of operations in UnlockBufHdrExt
Michael Paquier
SERVICEFILE shows wrong file after servicefile fallback
Chao Li
Re: SERVICEFILE shows wrong file after servicefile fallback
Michael Paquier
Re: SERVICEFILE shows wrong file after servicefile fallback
Chao Li
Re: Broken build on macOS (Universal / Intel): cpuid instruction not available
Tobias Bussmann
Re: Broken build on macOS (Universal / Intel): cpuid instruction not available
Tom Lane
Re: Broken build on macOS (Universal / Intel): cpuid instruction not available
Tobias Bussmann
Re: Broken build on macOS (Universal / Intel): cpuid instruction not available
Tom Lane
Re: Broken build on macOS (Universal / Intel): cpuid instruction not available
Tom Lane
Re: Broken build on macOS (Universal / Intel): cpuid instruction not available
Tom Lane
Re: Broken build on macOS (Universal / Intel): cpuid instruction not available
Tom Lane
Re: Broken build on macOS (Universal / Intel): cpuid instruction not available
Andrew Dunstan
Re: Make printtup a bit faster
Andy Fan
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Ashutosh Bapat
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Michael Paquier
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Peter Eisentraut
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Michael Paquier
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Tom Lane
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Ashutosh Bapat
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Tom Lane
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Michael Paquier
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Ashutosh Bapat
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Michael Paquier
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Ashutosh Bapat
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Michael Paquier
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Ashutosh Bapat
Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Michael Paquier
DOCS - missing SGML markup in some ALTER PUBLICATION examples
Peter Smith
Re: DOCS - missing SGML markup in some ALTER PUBLICATION examples
Amit Kapila
Re: DOCS - missing SGML markup in some ALTER PUBLICATION examples
Amit Kapila
Re: DOCS - missing SGML markup in some ALTER PUBLICATION examples
Amit Kapila
Re: DOCS - missing SGML markup in some ALTER PUBLICATION examples
Peter Smith
[RFC PATCH v2 RESEND 0/10] Umbra: a remap-aware smgr prototype
Mingwei Jia
[RFC PATCH v2 RESEND 02/10] umbra: add patch 1 smgr implementation boundary
Mingwei Jia
[RFC PATCH v2 RESEND 04/10] umbra: add patch 3 metadata disk format and identity mapping bootstrap
Mingwei Jia
Re: [RFC PATCH v2 RESEND 04/10] umbra: add patch 3 metadata disk format and identity mapping bootstrap
Álvaro Herrera
Re: [RFC PATCH v2 RESEND 04/10] umbra: add patch 3 metadata disk format and identity mapping bootstrap
Mingwei Jia
[RFC PATCH v2 RESEND 09/10] umbra: add patch 8 checkpoint/mapwriter writeback and physical preallocation
Mingwei Jia
[RFC PATCH v2 RESEND 10/10] umbra: add patch 9 compactor framework and non-interference policy
Mingwei Jia
Re: [RFC PATCH v2 RESEND 10/10] umbra: add patch 9 compactor framework and non-interference policy
Tom Lane
Re: [RFC PATCH v2 RESEND 0/10] Umbra: a remap-aware smgr prototype
Bruce Momjian
Re: [RFC PATCH v2 RESEND 10/10] umbra: add patch 9 compactor framework and non-interference policy
Robert Haas
[RFC PATCH v2 RESEND 07/10] umbra: add patch 6 WAL records, mapped birth, and redo state machine
Mingwei Jia
Earlier messages
Later messages