pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH] Avoid potential NULL dereference in LIKE/ILIKE with C locale
Eugeny Goryachev
Re: [PATCH] Avoid potential NULL dereference in LIKE/ILIKE with C locale
Neil Chen
Re: Remove redundant initialization of smgr pointer for relcache
Zsolt Parragi
Some tests for TOAST, STORAGE MAIN/EXTENDED
Michael Paquier
Re: Some tests for TOAST, STORAGE MAIN/EXTENDED
Nikhil Kumar Veldanda
Re: Some tests for TOAST, STORAGE MAIN/EXTENDED
Michael Paquier
Re: Some tests for TOAST, STORAGE MAIN/EXTENDED
Michael Paquier
Fix a typo in comment
Yi Ding
Re: Fix a typo in comment
Michael Paquier
Re: UPDATE run check constraints for affected columns only
jian he
Re: Assert when executing query on partitioned table
Tom Lane
Refactor recovery conflict signaling a little
Heikki Linnakangas
Re: Refactor recovery conflict signaling a little
Chao Li
Re: Refactor recovery conflict signaling a little
Heikki Linnakangas
Re: warning: dereferencing type-punned pointer
Andres Freund
Re: warning: dereferencing type-punned pointer
Peter Eisentraut
Remove PG_MMAP_FLAGS
Ashutosh Bapat
Re: Remove PG_MMAP_FLAGS
Tom Lane
Re: Remove PG_MMAP_FLAGS
Michael Paquier
Re: Remove PG_MMAP_FLAGS
Ashutosh Bapat
Re: Remove PG_MMAP_FLAGS
Michael Paquier
Re: Remove PG_MMAP_FLAGS
Ashutosh Bapat
Re: Remove PG_MMAP_FLAGS
Michael Paquier
Re: Remove PG_MMAP_FLAGS
Ashutosh Bapat
Re: Remove PG_MMAP_FLAGS
Michael Paquier
Fix rounding method used to compute huge pages
Anthonin Bonnefoy
Re: Fix rounding method used to compute huge pages
Ashutosh Bapat
Re: Fix rounding method used to compute huge pages
Nathan Bossart
Re: Fix rounding method used to compute huge pages
Michael Paquier
Re: Fix rounding method used to compute huge pages
Nathan Bossart
Re: Fix rounding method used to compute huge pages
Michael Paquier
Re: Fix rounding method used to compute huge pages
Anthonin Bonnefoy
Re: Fix rounding method used to compute huge pages
Nathan Bossart
Re: let ALTER COLUMN SET DATA TYPE cope with trigger dependency
jian he
RE: ReadRecentBuffer() doesn't scale well
Ilyasov Ian
Re: ReadRecentBuffer() doesn't scale well
Andres Freund
RE: ReadRecentBuffer() doesn't scale well
Ilyasov Ian
proposal: parentid and naturalid for plpgsql nodes
Pavel Stehule
Avoid recalculating pgprocno in ProcArrayAdd()
Shinya Kato
Re: Avoid recalculating pgprocno in ProcArrayAdd()
Chao Li
Likely undefined behavior with some flexible arrays
Andres Freund
Re: Likely undefined behavior with some flexible arrays
Tom Lane
Re: Likely undefined behavior with some flexible arrays
Andres Freund
Re: Likely undefined behavior with some flexible arrays
Andrey Borodin
Re: Likely undefined behavior with some flexible arrays
Andres Freund
Re: Fix crash during recovery when redo segment is missing
Kirill Reshke
Re: pgsql: tests: Add a test C++ extension module
Robert Haas
Re: pgsql: tests: Add a test C++ extension module
Jelte Fennema-Nio
Re: pgsql: tests: Add a test C++ extension module
Tom Lane
Re: pgsql: tests: Add a test C++ extension module
Robert Haas
Re: Having problems generating a code coverage report
Andres Freund
Re: Having problems generating a code coverage report
Michael Paquier
Re: Having problems generating a code coverage report
Andres Freund
Re: Having problems generating a code coverage report
Michael Paquier
Re: Having problems generating a code coverage report
Andres Freund
Re: Having problems generating a code coverage report
Michael Paquier
Re: bt_index_parent_check and concurrently build indexes
Álvaro Herrera
[PATCH v1] Document pg_get_partition_constraintdef.
Todd Liebenschutz-Jones
Re: [PATCH v1] Document pg_get_partition_constraintdef.
Michael Paquier
Re: Inval reliability, especially for inplace updates
Mark Dilger
Re: Inval reliability, especially for inplace updates
Noah Misch
Re: Inval reliability, especially for inplace updates
Mark Dilger
Re: Inval reliability, especially for inplace updates
Noah Misch
Use correct collation in pg_trgm
David Geier
Re: Use correct collation in pg_trgm
Zsolt Parragi
Re: Use correct collation in pg_trgm
David Geier
Re: Use correct collation in pg_trgm
Zsolt Parragi
Re: Use correct collation in pg_trgm
Alexander Korotkov
Re: Use correct collation in pg_trgm
David Geier
Re: Use correct collation in pg_trgm
Zsolt Parragi
Re: Use correct collation in pg_trgm
David Geier
Re: Use correct collation in pg_trgm
Kirill Reshke
Remove no-op pull_var_clause flag
Alexander Pyhalov
Re: Remove no-op pull_var_clause flag
Tom Lane
Re: Remove no-op pull_var_clause flag
Richard Guo
Re: Remove no-op pull_var_clause flag
Tom Lane
[PATCH] Align verify_heapam.c error message offset with test expectations
zengman
Re: [PATCH] Align verify_heapam.c error message offset with test expectations
Neil Chen
Re: [PATCH] Align verify_heapam.c error message offset with test expectations
zengman
Re: [PATCH] Align verify_heapam.c error message offset with test expectations
Khoa Nguyen
Re: [PATCH] Align verify_heapam.c error message offset with test expectations
zengman
[PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
Chengpeng Yan
Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
Ilia Evdokimov
Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
Chengpeng Yan
Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
Ilia Evdokimov
Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
Tatsuya Kawata
Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
Chengpeng Yan
Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
Tatsuya Kawata
Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
Chengpeng Yan
Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types
John Naylor
Re: Emitting JSON to file using COPY TO
jian he
Re: Emitting JSON to file using COPY TO
Florents Tselai
Re: tuple radix sort
John Naylor
Re: tuple radix sort
zengman
brin: Remove duplicate initialization in initialize_brin_buildstate()
Chao Li
Assert the timestamp is available for ORIGN_DIFFERS conflicts
Hayato Kuroda (Fujitsu)
Re: Assert the timestamp is available for ORIGN_DIFFERS conflicts
shveta malik
RE: Assert the timestamp is available for ORIGN_DIFFERS conflicts
Hayato Kuroda (Fujitsu)
Re: Assert the timestamp is available for ORIGN_DIFFERS conflicts
shveta malik
Re: Assert the timestamp is available for ORIGN_DIFFERS conflicts
Chao Li
Re: Assert the timestamp is available for ORIGN_DIFFERS conflicts
Amit Kapila
RE: Assert the timestamp is available for ORIGN_DIFFERS conflicts
Hayato Kuroda (Fujitsu)
Re: Assert the timestamp is available for ORIGN_DIFFERS conflicts
Chao Li
Re: CREATE TABLE LIKE INCLUDING POLICIES
jian he
Re: CREATE TABLE LIKE INCLUDING POLICIES
Zsolt Parragi
Re: CREATE TABLE LIKE INCLUDING POLICIES
jian he
Re: CREATE TABLE LIKE INCLUDING POLICIES
Zsolt Parragi
tablecmds: reject CLUSTER ON for partitioned tables earlier
Chao Li
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Chao Li
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Chao Li
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Chao Li
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Zsolt Parragi
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Chao Li
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Chao Li
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Zsolt Parragi
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Chao Li
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Michael Paquier
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Zsolt Parragi
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Chao Li
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Zsolt Parragi
Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Chao Li
pg_stat_statements: add missing tests for nesting_level
Sami Imseih
Re: pg_stat_statements: add missing tests for nesting_level
Michael Paquier
Re: pg_stat_statements: add missing tests for nesting_level
Alexander Lakhin
Re: pg_stat_statements: add missing tests for nesting_level
Michael Paquier
Re: pg_stat_statements: add missing tests for nesting_level
Michael Paquier
[PATCH] Reserve protocol 3.1 explicitly in pqcomm.h
Jacob Champion
Re: [PATCH] Reserve protocol 3.1 explicitly in pqcomm.h
Tom Lane
Re: [PATCH] Reserve protocol 3.1 explicitly in pqcomm.h
Jacob Champion
Re: [PATCH] Reserve protocol 3.1 explicitly in pqcomm.h
Jelte Fennema-Nio
Re: [PATCH] Reserve protocol 3.1 explicitly in pqcomm.h
Jacob Champion
Re: DOCS - "\d mytable" also shows any publications that publish mytable
Peter Smith
Re: DOCS - "\d mytable" also shows any publications that publish mytable
Fujii Masao
Re: DOCS - "\d mytable" also shows any publications that publish mytable
Peter Smith
Re: DOCS - "\d mytable" also shows any publications that publish mytable
Fujii Masao
Re: DOCS - "\d mytable" also shows any publications that publish mytable
Chao Li
Re: DOCS - "\d mytable" also shows any publications that publish mytable
Peter Smith
Re: DOCS - "\d mytable" also shows any publications that publish mytable
Fujii Masao
Re: DOCS - "\d mytable" also shows any publications that publish mytable
Peter Smith
Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
Matheus Alcantara
Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
jian he
Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
Matheus Alcantara
Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
jian he
Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
Matheus Alcantara
Mystery with REVOKE PRIVILEGE
Konstantin Knizhnik
Re: Mystery with REVOKE PRIVILEGE
Tom Lane
Re: Mystery with REVOKE PRIVILEGE
Konstantin Knizhnik
Re: Mystery with REVOKE PRIVILEGE
Konstantin Knizhnik
Re: Mystery with REVOKE PRIVILEGE
Tom Lane
Re: Mystery with REVOKE PRIVILEGE
Nathan Bossart
Re: Mystery with REVOKE PRIVILEGE
Tom Lane
Re: Mystery with REVOKE PRIVILEGE
Konstantin Knizhnik
Re: Mystery with REVOKE PRIVILEGE
Tom Lane
Re: Mystery with REVOKE PRIVILEGE
Konstantin Knizhnik
Re: Mystery with REVOKE PRIVILEGE
Konstantin Knizhnik
Re: updates for handling optional argument in system functions
Mark Wong
Re: updates for handling optional argument in system functions
Chao Li
Re: updates for handling optional argument in system functions
Mark Wong
Re: Can we remove support for standard_conforming_strings = off yet?
Tom Lane
Can we remove support for standard_conforming_strings = off yet?
David G. Johnston
Re: Can we remove support for standard_conforming_strings = off yet?
Julien Rouhaud
Re: Can we remove support for standard_conforming_strings = off yet?
Tom Lane
Re: Can we remove support for standard_conforming_strings = off yet?
Bruce Momjian
Re: Can we remove support for standard_conforming_strings = off yet?
jian he
enable fallthrough warnings on clang
Peter Eisentraut
Re: enable fallthrough warnings on clang
Jelte Fennema-Nio
Re: enable fallthrough warnings on clang
Peter Eisentraut
Optional skipping of unchanged relations during ANALYZE?
VASUKI M
Re: Optional skipping of unchanged relations during ANALYZE?
Christoph Berg
Re: Optional skipping of unchanged relations during ANALYZE?
VASUKI M
Re: Optional skipping of unchanged relations during ANALYZE?
David Rowley
Re: Optional skipping of unchanged relations during ANALYZE?
VASUKI M
Re: Optional skipping of unchanged relations during ANALYZE?
Ilia Evdokimov
Re: Optional skipping of unchanged relations during ANALYZE?
Robert Treat
Re: Optional skipping of unchanged relations during ANALYZE?
VASUKI M
Re: Optional skipping of unchanged relations during ANALYZE?
Ilia Evdokimov
Re: Optional skipping of unchanged relations during ANALYZE?
VASUKI M
Re: Optional skipping of unchanged relations during ANALYZE?
Christoph Berg
Re: Optional skipping of unchanged relations during ANALYZE?
VASUKI M
Re: Optional skipping of unchanged relations during ANALYZE?
Christoph Berg
Re: Optional skipping of unchanged relations during ANALYZE?
VASUKI M
Re: Optional skipping of unchanged relations during ANALYZE?
Ilia Evdokimov
Re: Optional skipping of unchanged relations during ANALYZE?
VASUKI M
Re: Optional skipping of unchanged relations during ANALYZE?
Sami Imseih
Re: Optional skipping of unchanged relations during ANALYZE?
Ilia Evdokimov
Re: Optional skipping of unchanged relations during ANALYZE?
Sami Imseih
Re: Optional skipping of unchanged relations during ANALYZE?
VASUKI M
Re: Optional skipping of unchanged relations during ANALYZE?
Ilia Evdokimov
Re: Optional skipping of unchanged relations during ANALYZE?
Sami Imseih
Re: Optional skipping of unchanged relations during ANALYZE?
Robert Treat
Re: Optional skipping of unchanged relations during ANALYZE?
Sami Imseih
Re: Optional skipping of unchanged relations during ANALYZE?
Sami Imseih
Re: Optional skipping of unchanged relations during ANALYZE?
VASUKI M
Re: Optional skipping of unchanged relations during ANALYZE?
Sami Imseih
Re: Optional skipping of unchanged relations during ANALYZE?
VASUKI M
Re: Optional skipping of unchanged relations during ANALYZE?
Ilia Evdokimov
Re: Optional skipping of unchanged relations during ANALYZE?
Sami Imseih
Re: Optional skipping of unchanged relations during ANALYZE?
Sami Imseih
Re: Optional skipping of unchanged relations during ANALYZE?
Corey Huinker
Re: Optional skipping of unchanged relations during ANALYZE?
Sami Imseih
Earlier messages
Later messages