pgsql-hackers since 2017-02-01 20:59
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
Feb. 1, 2017
Thread |
Author |
Time |
Re: PoC plpgsql - possibility to force custom or generic plan 📎
|
Pavel Stehule |
20:59 |
Re: Vacuum: allow usage of more than 1GB of work mem
|
Claudio Freire |
21:02 |
Re: Partition-wise join for join between (declaratively)
partitioned tables
|
Robert Haas |
21:11 |
Re: Vacuum: allow usage of more than 1GB of work mem
|
Masahiko Sawada |
21:13 |
Re: ICU integration
|
Tom Lane |
21:14 |
Re: Patch: Write Amplification Reduction Method (WARM)
|
Alvaro Herrera |
21:31 |
Re: logical decoding of two-phase transactions
|
Craig Ringer |
21:35 |
Re: [COMMITTERS] pgsql: Make psql's \set display variables
in alphabetical order.
|
Robert Haas |
21:38 |
Re: PoC plpgsql - possibility to force custom or generic plan
|
Jim Nasby |
21:45 |
Re: [COMMITTERS] pgsql: Make psql's \set display variables
in alphabetical order.
|
David Fetter |
21:56 |
Re: \if, \elseif, \else, \endif (was Re: PSQL commands:
\quit_if, \quit_unless)
|
Jim Nasby |
21:58 |
Re: Refactoring of replication commands using printsimple
|
Michael Paquier |
22:01 |
Re: Time to up bgwriter_lru_maxpages?
|
Jim Nasby |
22:01 |
Re: Cast jsonb to numeric, int, float, bool
|
Jim Nasby |
22:07 |
Re: Patch: Write Amplification Reduction Method (WARM)
|
Tom Lane |
22:19 |
Re: multivariate statistics (v19)
|
Alvaro Herrera |
22:52 |
Re: Vacuum: allow usage of more than 1GB of work mem 📎
|
Claudio Freire |
22:55 |
Re: Cast jsonb to numeric, int, float, bool
|
Nikita Glukhov |
23:02 |
TRAP: FailedAssertion("!(hassrf)", File: "nodeProjectSet.c", Line:
180)
|
Erik Rijkers |
23:09 |
Re: Time to up bgwriter_lru_maxpages?
|
Michael Paquier |
23:36 |
Re: TRAP: FailedAssertion("!(hassrf)", File:
"nodeProjectSet.c", Line: 180)
|
Andres Freund |
23:36 |
Re: Cannot shutdown subscriber after DROP SUBSCRIPTION
|
Michael Paquier |
23:46 |
Feb. 2, 2017
Thread |
Author |
Time |
Re: Time to up bgwriter_lru_maxpages?
|
Jim Nasby |
00:17 |
Re: Time to up bgwriter_lru_maxpages?
|
Michael Paquier |
00:22 |
Re: Time to up bgwriter_lru_maxpages?
|
Andres Freund |
00:27 |
Re: Time to up bgwriter_lru_maxpages?
|
Andres Freund |
00:28 |
Re: Time to up bgwriter_lru_maxpages?
|
Robert Haas |
01:30 |
Re: Time to up bgwriter_lru_maxpages?
|
Andres Freund |
01:35 |
Re: Time to up bgwriter_lru_maxpages?
|
Robert Haas |
01:38 |
Re: Time to up bgwriter_lru_maxpages?
|
Andres Freund |
01:41 |
Re: WAL consistency check facility
|
Robert Haas |
02:25 |
Re: [HACKERS] Bug in Physical Replication Slots (at least
9.5)?
|
Kyotaro HORIGUCHI |
02:28 |
Re: [Bug fix] PQsendQuery occurs error when
target_session_attrs is set to read-write 📎
|
Higuchi, Daisuke |
02:41 |
Re: Time to up bgwriter_lru_maxpages?
|
Jim Nasby |
02:47 |
Re: sequence data type
|
Michael Paquier |
03:01 |
Re: Cannot shutdown subscriber after DROP SUBSCRIPTION 📎
|
Kyotaro HORIGUCHI |
03:02 |
Re: pg_background contrib module proposal
|
Michael Paquier |
03:03 |
Re: autonomous transactions
|
Michael Paquier |
03:06 |
Re: [PATCH] Add GUCs for predicate lock promotion thresholds
|
Michael Paquier |
03:11 |
Re: Add pgstathashindex() to get hash index table statistics.
|
Michael Paquier |
03:13 |
Re: Parallel Index Scans
|
Michael Paquier |
03:15 |
Re: Performance improvement for joins where outer side is unique
|
Michael Paquier |
03:16 |
Re: Logical Replication and Character encoding 📎
|
Kyotaro HORIGUCHI |
03:17 |
Re: Commit fest 2017-01 will begin soon!
|
Michael Paquier |
03:20 |
Re: TRAP: FailedAssertion("!(hassrf)", File: "nodeProjectSet.c", Line: 180)
|
Tom Lane |
03:32 |
Re: Logical Replication and Character encoding
|
Euler Taveira |
03:45 |
Re: pg_authid.rolpassword format (was Re: Password
identifiers, protocol aging and SCRAM protocol) 📎
|
David Rowley |
03:50 |
Re: parallelize queries containing subplans
|
Amit Kapila |
03:53 |
Re: WIP: [[Parallel] Shared] Hash
|
Rafia Sabih |
03:57 |
Re: WIP: [[Parallel] Shared] Hash
|
Thomas Munro |
04:05 |
Re: Commit fest 2017-01 will begin soon!
|
Amit Kapila |
04:23 |
Re: TRAP: FailedAssertion("!(hassrf)", File: "nodeProjectSet.c", Line: 180)
|
Tom Lane |
04:27 |
Re: [Bug fix] PQsendQuery occurs error when
target_session_attrs is set to read-write 📎
|
Ashutosh Bapat |
04:34 |
Re: [Bug fix] PQsendQuery occurs error when
target_session_attrs is set to read-write 📎
|
Ashutosh Bapat |
04:34 |
Re: Commit fest 2017-01 will begin soon!
|
Michael Paquier |
04:39 |
Re: TRAP: FailedAssertion("!(hassrf)", File:
"nodeProjectSet.c", Line: 180)
|
Andres Freund |
04:39 |
Re: Parallel bitmap heap scan
|
Dilip Kumar |
04:56 |
Re: Enabling replication connections by default in
pg_hba.conf
|
Peter Eisentraut |
05:08 |
Re: [Bug fix] PQsendQuery occurs error when
target_session_attrs is set to read-write
|
Michael Paquier |
05:09 |
Re: Should `pg_upgrade --check` check relation filenodes
are present?
|
Peter Eisentraut |
05:10 |
Re: Cannot shutdown subscriber after DROP SUBSCRIPTION
|
Tom Lane |
05:13 |
Re: Patch: Write Amplification Reduction Method (WARM)
|
Pavan Deolasee |
05:16 |
Re: [Bug fix] PQsendQuery occurs error when
target_session_attrs is set to read-write
|
Higuchi, Daisuke |
05:19 |
Re: Cannot shutdown subscriber after DROP SUBSCRIPTION 📎
|
Michael Paquier |
05:36 |
Provide list of subscriptions and publications in psql's completion 📎
|
Michael Paquier |
05:48 |
Re: [Bug fix] PQsendQuery occurs error when
target_session_attrs is set to read-write 📎
|
Higuchi, Daisuke |
06:01 |
Re: Speedup twophase transactions 📎
|
Nikhil Sontakke |
06:07 |
Re: [BUGS] Bug in Physical Replication Slots (at least 9.5)?
|
Michael Paquier |
06:34 |
Re: Deadlock in XLogInsert at AIX
|
Konstantin Knizhnik |
08:05 |
Re: Improvements in psql hooks for variables
|
Andrew Dunstan |
08:38 |
Re: pg_authid.rolpassword format (was Re: Password
identifiers, protocol aging and SCRAM protocol)
|
Heikki Linnakangas |
08:45 |
Re: multivariate statistics (v19)
|
Tomas Vondra |
08:59 |
Re: Superowners 📎
|
Simon Riggs |
10:17 |
Re: Superowners
|
Simon Riggs |
10:30 |
Re: [PATCH] Add tab completion for DEALLOCATE 📎
|
Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= |
10:44 |
Re: pageinspect: Hash index support 📎
|
Ashutosh Sharma |
11:29 |
Constraint exclusion failed to prune partition in case of partition
expression involves function call
|
amul sul |
12:09 |
Re: What is "index returned tuples in wrong order" for
recheck supposed to guard against?
|
Kyotaro HORIGUCHI |
12:11 |
Re: What is "index returned tuples in wrong order" for
recheck supposed to guard against?
|
Kyotaro HORIGUCHI |
12:26 |
Re: Index corruption with CREATE INDEX CONCURRENTLY
|
Amit Kapila |
12:44 |
Re: Patch: Write Amplification Reduction Method (WARM) 📎
|
Pavan Deolasee |
12:47 |
Re: Enabling replication connections by default in pg_hba.conf
|
Magnus Hagander |
13:13 |
Non-deterministic behavior with floating point in parallel mode
|
Ruben Buchatskiy |
13:27 |
patch: optimize information_schema.constraint_column_usage 📎
|
Alexey Bashtanov |
13:27 |
Re: Patch: Write Amplification Reduction Method (WARM)
|
Alvaro Herrera |
13:30 |
Re: Enabling replication connections by default in pg_hba.conf
|
Simon Riggs |
13:32 |
Re: Deadlock in XLogInsert at AIX
|
REIX, Tony |
14:10 |
Re: Enabling replication connections by default in
pg_hba.conf
|
Petr Jelinek |
14:37 |
Re: Non-deterministic behavior with floating point in parallel mode
|
Tom Lane |
14:49 |
Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE
|
Bruce Momjian |
15:16 |
Re: Index corruption with CREATE INDEX CONCURRENTLY
|
Pavan Deolasee |
15:18 |
Re: PoC: Make it possible to disallow WHERE-less UPDATE
and DELETE
|
David Fetter |
15:18 |
Re: Deadlock in XLogInsert at AIX
|
REIX, Tony |
15:20 |
Some patch triage from Brussels
|
Magnus Hagander |
15:34 |
Re: PoC: Make it possible to disallow WHERE-less UPDATE
and DELETE
|
Bruce Momjian |
15:34 |
Re: Deadlock in XLogInsert at AIX
|
Konstantin Knizhnik |
15:40 |
Re: Cannot shutdown subscriber after DROP SUBSCRIPTION
|
Fujii Masao |
16:02 |
Re: PoC: Make it possible to disallow WHERE-less UPDATE
and DELETE
|
David Fetter |
16:04 |
Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE
|
Pavel Stehule |
16:21 |
Re: Deadlock in XLogInsert at AIX
|
Konstantin Knizhnik |
16:27 |
Re: PoC: Make it possible to disallow WHERE-less UPDATE
and DELETE
|
Alvaro Herrera |
16:40 |
Re: Index corruption with CREATE INDEX CONCURRENTLY
|
Alvaro Herrera |
16:44 |
Re: TRAP: FailedAssertion("!(hassrf)", File: "nodeProjectSet.c", Line: 180)
|
Tom Lane |
17:04 |
Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE
|
Tom Lane |
17:14 |
Re: PoC: Make it possible to disallow WHERE-less UPDATE
and DELETE
|
David Fetter |
17:24 |
Re: [PROPOSAL] Temporal query processing with range types 📎
|
Peter Moser |
17:43 |
Re: Provide list of subscriptions and publications in
psql's completion
|
Fujii Masao |
17:48 |
Re: PoC: Make it possible to disallow WHERE-less UPDATE
and DELETE
|
Nico Williams |
17:50 |
Re: Enabling replication connections by default in
pg_hba.conf
|
Peter Eisentraut |
18:48 |
Re: Provide list of subscriptions and publications in
psql's completion
|
Peter Eisentraut |
18:55 |
Re: Provide list of subscriptions and publications in
psql's completion
|
Peter Eisentraut |
18:56 |
Re: pageinspect: Hash index support
|
Robert Haas |
19:24 |
Re: pageinspect: Hash index support
|
Jesper Pedersen |
19:28 |
Re: logical decoding of two-phase transactions
|
Robert Haas |
19:33 |
Re: logical decoding of two-phase transactions
|
Robert Haas |
19:34 |
Re: Time to up bgwriter_lru_maxpages?
|
Jim Nasby |
19:41 |
Re: Time to up bgwriter_lru_maxpages?
|
Robert Haas |
19:47 |
Re: Time to up bgwriter_lru_maxpages? 📎
|
Andres Freund |
19:50 |
Re: Time to up bgwriter_lru_maxpages?
|
Andres Freund |
19:52 |
Re: Enabling replication connections by default in pg_hba.conf
|
Simon Riggs |
19:59 |
possible self-deadlock window after bad ProcessStartupPacket
|
Jimmy Yih |
20:18 |
Re: TRAP: FailedAssertion("!(hassrf)", File: "nodeProjectSet.c", Line: 180)
|
Tom Lane |
21:44 |
Re: TRAP: FailedAssertion("!(hassrf)", File:
"nodeProjectSet.c", Line: 180)
|
Erik Rijkers |
21:54 |
Re: \if, \elseif, \else, \endif (was Re: PSQL commands:
\quit_if, \quit_unless)
|
Corey Huinker |
22:39 |
Re: \if, \elseif, \else, \endif (was Re: PSQL commands:
\quit_if, \quit_unless)
|
Corey Huinker |
23:29 |
Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal
|
Daniel Verite |
23:50 |
Feb. 3, 2017
Thread |
Author |
Time |
Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal
|
Michael Paquier |
00:03 |
Re: logical decoding of two-phase transactions
|
Craig Ringer |
00:14 |
Re: Deadlock in XLogInsert at AIX
|
Noah Misch |
00:26 |
Re: pageinspect: Hash index support
|
Michael Paquier |
00:41 |
Re: Logical Replication and Character encoding
|
Craig Ringer |
01:16 |
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless)
|
Tom Lane |
01:32 |
Re: Constraint exclusion failed to prune partition in case
of partition expression involves function call
|
Amit Langote |
01:51 |
Re: Cannot shutdown subscriber after DROP SUBSCRIPTION 📎
|
Kyotaro HORIGUCHI |
01:56 |
Re: \if, \elseif, \else, \endif (was Re: PSQL commands:
\quit_if, \quit_unless)
|
Corey Huinker |
02:06 |
Re: Declarative partitioning - another take
|
Amit Langote |
02:31 |
Re: Logical Replication and Character encoding
|
Kyotaro HORIGUCHI |
02:47 |
Re: [BUGS] Bug in Physical Replication Slots (at least
9.5)? 📎
|
Kyotaro HORIGUCHI |
03:16 |
pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Robert Haas |
03:32 |
Re: pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Tom Lane |
03:40 |
Re: pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Robert Haas |
03:49 |
Re: pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Tom Lane |
04:00 |
Re: pageinspect: Hash index support
|
Ashutosh Sharma |
04:00 |
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. 📎
|
Robert Haas |
04:03 |
Re: pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Tom Lane |
04:16 |
Re: Radix tree for character conversion 📎
|
Kyotaro HORIGUCHI |
04:18 |
Re: Logical Replication and Character encoding
|
Craig Ringer |
05:47 |
Re: proposal: session server side variables
|
Pavel Stehule |
05:56 |
Re: \if, \elseif, \else, \endif (was Re: PSQL commands:
\quit_if, \quit_unless)
|
Fabien COELHO |
05:57 |
Re: proposal: session server side variables
|
Pavel Stehule |
06:16 |
Re: proposal: session server side variables
|
Michael Paquier |
06:23 |
Re: proposal: session server side variables
|
Fabien COELHO |
06:25 |
Re: Packages: Again
|
Pavel Stehule |
06:27 |
Re: Packages: Again
|
Craig Ringer |
06:34 |
Re: proposal: session server side variables
|
Pavel Stehule |
06:49 |
Re: Packages: Again
|
Pavel Stehule |
06:59 |
Re: \if, \elseif, \else, \endif (was Re: PSQL commands:
\quit_if, \quit_unless) 📎
|
Corey Huinker |
07:16 |
Re: Index corruption with CREATE INDEX CONCURRENTLY
|
Pavan Deolasee |
07:39 |
Harmonization of json functions (SQLITE)
|
Tobias Schönit |
07:52 |
Re: Non-deterministic behavior with floating point in
parallel mode
|
Thomas Munro |
08:05 |
Re: IF (NOT) EXISTS in psql-completion 📎
|
Kyotaro HORIGUCHI |
08:17 |
Re: Logical Replication and Character encoding
|
Kyotaro HORIGUCHI |
08:34 |
Postgres_fdw behaves oddly
|
vinayak |
09:12 |
Documentation improvements for partitioning 📎
|
Amit Langote |
09:15 |
Re: Index corruption with CREATE INDEX CONCURRENTLY 📎
|
Pavan Deolasee |
09:19 |
Re: [WIP]Vertical Clustered Index (columnar store
extension)
|
Konstantin Knizhnik |
09:28 |
Re: asynchronous execution
|
Antonin Houska |
10:04 |
Re: proposal: session server side variables
|
Fabien COELHO |
10:18 |
Re: proposal: session server side variables
|
Pavel Stehule |
10:19 |
Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal
|
Stephen Frost |
10:21 |
Re: proposal: session server side variables
|
Pavel Stehule |
10:36 |
Re: Harmonization of json functions (SQLITE)
|
Pavel Stehule |
10:52 |
Re: \if, \elseif, \else, \endif (was Re: PSQL commands:
\quit_if, \quit_unless)
|
Erik Rijkers |
11:00 |
Re: pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Amit Kapila |
11:06 |
Redundant comment in ExecutePlan 📎
|
Rafia Sabih |
11:07 |
Re: \h tab-completion 📎
|
Andreas Karlsson |
12:12 |
Re: Checksums by default? 📎
|
Tomas Vondra |
12:15 |
Re: \if, \elseif, \else, \endif (was Re: PSQL commands:
\quit_if, \quit_unless)
|
Fabien COELHO |
12:24 |
Re: Gather Merge 📎
|
Neha Sharma |
12:26 |
Re: patch: optimize information_schema.constraint_column_usage
|
Ashutosh Bapat |
12:40 |
Re: pgsql: pageinspect: Try to fix some bugs in previous commit. 📎
|
Ashutosh Sharma |
12:41 |
Re: pageinspect: Hash index support
|
Jesper Pedersen |
12:45 |
Re: Password identifiers, protocol aging and SCRAM protocol
|
Heikki Linnakangas |
12:52 |
Re: Parallel tuplesort (for parallel B-Tree index creation) 📎
|
Thomas Munro |
13:04 |
Re: \if, \elseif, \else, \endif (was Re: PSQL commands:
\quit_if, \quit_unless)
|
Fabien COELHO |
13:24 |
Re: patch: optimize information_schema.constraint_column_usage
|
Ashutosh Bapat |
14:26 |
Re: pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Tom Lane |
14:43 |
Re: pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Robert Haas |
14:49 |
Re: pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Amit Kapila |
14:50 |
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Robert Haas |
14:59 |
Re: pageinspect: Hash index support
|
Tom Lane |
15:11 |
Re: pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Tom Lane |
15:28 |
Re: Cannot shutdown subscriber after DROP SUBSCRIPTION
|
Fujii Masao |
15:49 |
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Robert Haas |
15:54 |
Re: \if, \elseif, \else, \endif (was Re: PSQL commands:
\quit_if, \quit_unless)
|
Corey Huinker |
16:08 |
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Robert Haas |
16:18 |
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit. 📎
|
Robert Haas |
16:35 |
Re: pageinspect: Hash index support
|
Robert Haas |
16:36 |
Re: [COMMITTERS] pgsql: pageinspect: Try to fix some bugs in previous commit.
|
Tom Lane |
16:36 |
Re: \if, \elseif, \else, \endif (was Re: PSQL commands:
\quit_if, \quit_unless)
|
Fabien COELHO |
16:38 |
Browse Archives
Prev
|
Next