pgsql-hackers since 2015-11-30 00:00
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
Nov. 30, 2015
Thread |
Author |
Time |
Help on creating C function that reads int2[] (using "int2vector")
|
Rodrigo Hjort |
02:19 |
Issue on C function that reads int2[] (using "int2vector")
|
Rodrigo Hjort |
02:26 |
Re: Issue on C function that reads int2[] (using "int2vector")
|
Tom Lane |
02:39 |
Re: Using quicksort for every external sort run
|
David Fetter |
04:02 |
Re: Memory prefetching while sequentially fetching from
SortTuple array, tuplestore 📎
|
David Rowley |
04:52 |
Re: Memory prefetching while sequentially fetching from
SortTuple array, tuplestore
|
Peter Geoghegan |
06:14 |
Re: Erroneous cost estimation for nested loop join
|
KAWAMICHI Ryoji |
07:29 |
Re: Re: In-core regression tests for replication,
cascading, archiving, PITR, etc. 📎
|
Michael Paquier |
07:53 |
Re: [PATCH] Refactoring of LWLock tranches
|
Ildus Kurbangaliev |
10:40 |
Re: Potential pointer dereference in plperl.c (caused by transforms
patch)
|
Michael Paquier |
12:33 |
[PoC] Asynchronous execution again (which is not parallel) 📎
|
Kyotaro HORIGUCHI |
12:47 |
Re: [PROPOSAL] VACUUM Progress Checker. 📎
|
Rahila Syed |
12:49 |
Re: Proposal: Trigonometric functions in degrees
|
Michael Paquier |
13:36 |
Re: Proposal: Trigonometric functions in degrees
|
Michael Paquier |
13:39 |
Re: Proposal: Trigonometric functions in degrees
|
Michael Paquier |
13:40 |
Re: Revisiting pg_stat_statements and IN() (Was: Re:
pg_stat_statements fingerprinting logic and ArrayExpr)
|
Shulgin, Oleksandr |
13:41 |
Re: Proposal: Trigonometric functions in degrees
|
Tom Lane |
14:11 |
Re: proposal: multiple psql option -c
|
Michael Paquier |
14:17 |
Re: Proposal: Trigonometric functions in degrees
|
Michael Paquier |
14:24 |
Re: Some questions about the array. 📎
|
YUriy Zhuravlev |
14:41 |
Re: Re: In-core regression tests for replication,
cascading, archiving, PITR, etc.
|
Alvaro Herrera |
14:51 |
Re: Some questions about the array.
|
Merlin Moncure |
14:58 |
Re: [patch] Proposal for \rotate in psql 📎
|
Daniel Verite |
15:34 |
Logical replication and multimaster
|
Konstantin Knizhnik |
16:20 |
Re: parallel joins, and better parallel explain
|
Robert Haas |
16:52 |
Re: parallel joins, and better parallel explain
|
Greg Stark |
17:01 |
Re: Freeze avoidance of very large table. 📎
|
Masahiko Sawada |
17:18 |
Re: parallel joins, and better parallel explain
|
Robert Haas |
17:26 |
Re: custom function for converting human readable sizes to bytes 📎
|
Pavel Stehule |
17:30 |
Re: [patch] Proposal for \rotate in psql
|
Pavel Stehule |
17:35 |
Re: Using quicksort for every external sort run
|
Jeff Janes |
17:51 |
Re: Additional role attributes && superuser review
|
Robert Haas |
17:52 |
Re: Freeze avoidance of very large table.
|
Bruce Momjian |
17:58 |
Re: Freeze avoidance of very large table.
|
Andres Freund |
18:05 |
Re: Minor comment edits in nodeGather.c
|
Robert Haas |
18:06 |
Re: Freeze avoidance of very large table.
|
Bruce Momjian |
18:16 |
Re: Using quicksort for every external sort run
|
Jeff Janes |
18:25 |
Re: Additional role attributes && superuser review
|
Stephen Frost |
18:32 |
Remaining 9.5 open items
|
Tom Lane |
19:43 |
Re: Additional role attributes && superuser review
|
Alvaro Herrera |
19:44 |
Re: Remaining 9.5 open items
|
Andres Freund |
20:03 |
Re: Remaining 9.5 open items
|
Alvaro Herrera |
20:13 |
Re: Using quicksort for every external sort run
|
Peter Geoghegan |
20:29 |
Re: Memory prefetching while sequentially fetching from
SortTuple array, tuplestore
|
Peter Geoghegan |
21:04 |
Re: Some questions about the array.
|
YUriy Zhuravlev |
21:05 |
Re: On-demand running query plans using auto_explain and
signals
|
Julien Rouhaud |
21:27 |
Re: Freeze avoidance of very large table.
|
Jeff Janes |
21:34 |
gincostestimate and hypothetical indexes 📎
|
Julien Rouhaud |
21:41 |
Re: Remaining 9.5 open items
|
Stephen Frost |
21:55 |
Re: Remaining 9.5 open items
|
Alvaro Herrera |
22:08 |
Re: Remaining 9.5 open items
|
Stephen Frost |
22:14 |
Re: Remaining 9.5 open items
|
Alvaro Herrera |
22:21 |
Re: 9.5Beta1 psql wrapped format expanded output
|
Tom Lane |
22:59 |
Re: On-demand running query plans using auto_explain and signals
|
Simon Riggs |
23:04 |
Re: Remaining 9.5 open items
|
Michael Paquier |
23:31 |
Re: gincostestimate and hypothetical indexes
|
Tom Lane |
23:37 |
Re: 9.5Beta1 psql wrapped format expanded output
|
Jeff Janes |
23:45 |
Re: CustomScan in a larger structure (RE: CustomScan
support on readfuncs.c)
|
Robert Haas |
23:47 |
Dec. 1, 2015
Thread |
Author |
Time |
Re: gincostestimate and hypothetical indexes
|
Julien Rouhaud |
00:08 |
Re: Additional role attributes && superuser review
|
Michael Paquier |
00:18 |
Re: Using quicksort for every external sort run 📎
|
Peter Geoghegan |
00:29 |
Re: Memory prefetching while sequentially fetching from
SortTuple array, tuplestore
|
Peter Geoghegan |
00:31 |
Re: Using quicksort for every external sort run
|
Greg Stark |
01:12 |
Re: proposal: PL/Pythonu - function ereport 📎
|
Pavel Stehule |
01:17 |
Re: Add EXTRA_CFLAGS to configure
|
Bruce Momjian |
01:20 |
Re: Using quicksort for every external sort run
|
Peter Geoghegan |
01:21 |
Re: [PROPOSAL] VACUUM Progress Checker.
|
Vinayak |
02:10 |
Re: Error with index on unlogged table
|
Kyotaro HORIGUCHI |
02:11 |
Re: proposal: multiple psql option -c 📎
|
Pavel Stehule |
02:46 |
Re: Error with index on unlogged table
|
Michael Paquier |
02:53 |
Removing Functionally Dependent GROUP BY Columns 📎
|
David Rowley |
04:00 |
Re: Removing Functionally Dependent GROUP BY Columns
|
Marko Tiikkaja |
04:09 |
Re: Minor comment edits in nodeGather.c
|
Amit Langote |
04:28 |
Re: Error with index on unlogged table
|
Kyotaro HORIGUCHI |
06:06 |
Re: Re: In-core regression tests for replication,
cascading, archiving, PITR, etc. 📎
|
Michael Paquier |
06:22 |
Re: [PROPOSAL] VACUUM Progress Checker.
|
Kyotaro HORIGUCHI |
07:25 |
Re: [PROPOSAL] VACUUM Progress Checker.
|
Kyotaro HORIGUCHI |
07:32 |
Re: [PROPOSAL] VACUUM Progress Checker.
|
Amit Langote |
08:11 |
Re: On-demand running query plans using auto_explain and signals
|
Shulgin, Oleksandr |
09:34 |
Re: custom function for converting human readable sizes
to bytes
|
Kyotaro HORIGUCHI |
10:02 |
Re: custom function for converting human readable sizes to bytes
|
Pavel Stehule |
10:12 |
Re: Removing Functionally Dependent GROUP BY Columns 📎
|
David Rowley |
11:07 |
Regarding recovery configuration
|
Dmitry Ivanov |
11:46 |
Re: Regarding recovery configuration
|
Michael Paquier |
11:58 |
Re: parallel joins, and better parallel explain
|
Amit Kapila |
12:21 |
Re: parallel joins, and better parallel explain
|
Amit Kapila |
12:28 |
Re: Some questions about the array.
|
Teodor Sigaev |
12:30 |
Re: Some questions about the array. 📎
|
YUriy Zhuravlev |
12:43 |
Re: proposal: multiple psql option -c 📎
|
Michael Paquier |
12:53 |
Re: WIP: Covering + unique indexes. 📎
|
Anastasia Lubennikova |
12:53 |
Re: WIP: SCRAM authentication
|
Michael Paquier |
12:57 |
Re: Proposal: Trigonometric functions in degrees
|
Michael Paquier |
12:59 |
Re: [RFC] overflow checks optimized away
|
Michael Paquier |
13:00 |
Re: Improving test coverage of extensions with pg_dump
|
Michael Paquier |
13:09 |
Re: Error with index on unlogged table
|
Michael Paquier |
13:27 |
Re: [PROPOSAL] Improvements of Hunspell dictionaries
support 📎
|
Artur Zakirov |
13:54 |
Re: eXtensible Transaction Manager API
|
Bruce Momjian |
14:19 |
Re: Use pg_rewind when target timeline was switched 📎
|
Alexander Korotkov |
14:27 |
Re: Some questions about the array.
|
Merlin Moncure |
14:38 |
Re: Some questions about the array. 📎
|
YUriy Zhuravlev |
14:38 |
Re: Some questions about the array.
|
YUriy Zhuravlev |
14:46 |
Re: Cube extension kNN support
|
Teodor Sigaev |
14:52 |
Re: [PoC] Asynchronous execution again (which is not parallel)
|
Amit Kapila |
15:03 |
More stable query plans via more predictable column statistics 📎
|
Shulgin, Oleksandr |
15:21 |
Re: Use pg_rewind when target timeline was switched
|
Teodor Sigaev |
15:57 |
Re: Remaining 9.5 open items
|
Robert Haas |
16:05 |
Another little thing about psql wrapped expanded output
|
Tom Lane |
16:20 |
Re: custom function for converting human readable sizes to bytes 📎
|
Pavel Stehule |
16:31 |
Re: Foreign join pushdown vs EvalPlanQual
|
Robert Haas |
16:41 |
Re: proposal: multiple psql option -c
|
Catalin Iacob |
16:52 |
Re: Foreign join pushdown vs EvalPlanQual
|
Robert Haas |
16:53 |
Re: Foreign join pushdown vs EvalPlanQual
|
Robert Haas |
16:54 |
Re: Foreign join pushdown vs EvalPlanQual
|
Tom Lane |
17:07 |
Re: [RFC] overflow checks optimized away
|
Greg Stark |
17:17 |
Re: gincostestimate and hypothetical indexes
|
Tom Lane |
17:38 |
Re: proposal: multiple psql option -c
|
Pavel Stehule |
17:51 |
Re: proposal: multiple psql option -c
|
Pavel Stehule |
17:56 |
Re: More stable query plans via more predictable column statistics
|
Tom Lane |
18:00 |
Re: Proposal: Trigonometric functions in degrees
|
Dean Rasheed |
18:30 |
Re: Freeze avoidance of very large table. 📎
|
Masahiko Sawada |
18:40 |
El Capitan Removes OpenSSL Headers
|
David E. Wheeler |
18:40 |
Re: Another little thing about psql wrapped expanded output
|
David Fetter |
19:20 |
pgsql: Further tweaking of print_aligned_vertical().
|
Tom Lane |
19:47 |
Re: El Capitan Removes OpenSSL Headers
|
Tom Lane |
19:56 |
Re: Foreign join pushdown vs EvalPlanQual 📎
|
Robert Haas |
19:56 |
Re: El Capitan Removes OpenSSL Headers
|
Robert Haas |
20:03 |
Re: El Capitan Removes OpenSSL Headers
|
Tom Lane |
20:14 |
Re: El Capitan Removes OpenSSL Headers
|
Magnus Hagander |
20:19 |
Re: El Capitan Removes OpenSSL Headers
|
Robert Haas |
20:35 |
Re: El Capitan Removes OpenSSL Headers
|
Bruce Momjian |
21:19 |
Re: El Capitan Removes OpenSSL Headers
|
Alvaro Herrera |
21:40 |
Re: silent data loss with ext4 / all current versions
|
Peter Eisentraut |
21:44 |
Re: El Capitan Removes OpenSSL Headers
|
Bruce Momjian |
21:55 |
Re: Re: Multixact slru doesn't don't force WAL flushes in
SlruPhysicalWritePage()
|
Robert Haas |
21:59 |
Re: silent data loss with ext4 / all current versions
|
Tomas Vondra |
22:00 |
Re: silent data loss with ext4 / all current versions 📎
|
Tomas Vondra |
22:05 |
Re: Rework the way multixact truncations work
|
Robert Haas |
22:07 |
Re: Rework the way multixact truncations work
|
Peter Geoghegan |
22:15 |
Re: Re: In-core regression tests for replication,
cascading, archiving, PITR, etc. 📎
|
Alvaro Herrera |
23:11 |
Dec. 2, 2015
Thread |
Author |
Time |
Re: Proposal: Trigonometric functions in degrees
|
Michael Paquier |
00:01 |
Re: Issue on C function that reads int2[] (using "int2vector")
|
Rodrigo Hjort |
00:10 |
Re: pgsql: Further tweaking of print_aligned_vertical().
|
Greg Stark |
01:16 |
Re: proposal: multiple psql option -c 📎
|
Michael Paquier |
01:21 |
Re: Use pg_rewind when target timeline was switched
|
Michael Paquier |
01:24 |
Re: Foreign join pushdown vs EvalPlanQual
|
Kyotaro HORIGUCHI |
01:30 |
Re: Foreign join pushdown vs EvalPlanQual
|
Kyotaro HORIGUCHI |
01:35 |
Re: [PoC] Asynchronous execution again (which is not
parallel)
|
Kyotaro HORIGUCHI |
02:15 |
Re: Re: In-core regression tests for replication,
cascading, archiving, PITR, etc.
|
Michael Paquier |
02:25 |
Re: pgsql: Further tweaking of print_aligned_vertical().
|
Tom Lane |
02:47 |
Re: Re: In-core regression tests for replication,
cascading, archiving, PITR, etc.
|
Alvaro Herrera |
03:01 |
Re: Foreign join pushdown vs EvalPlanQual
|
Etsuro Fujita |
03:20 |
Re: Freeze avoidance of very large table.
|
Kyotaro HORIGUCHI |
04:00 |
Re: Re: In-core regression tests for replication,
cascading, archiving, PITR, etc. 📎
|
Michael Paquier |
04:04 |
Re: Foreign join pushdown vs EvalPlanQual
|
Kouhei Kaigai |
05:04 |
Re: proposal: multiple psql option -c
|
Pavel Stehule |
05:33 |
Re: Foreign join pushdown vs EvalPlanQual
|
Kouhei Kaigai |
05:54 |
Re: Re: In-core regression tests for replication,
cascading, archiving, PITR, etc. 📎
|
Michael Paquier |
06:20 |
Re: silent data loss with ext4 / all current versions
|
Michael Paquier |
06:23 |
Re: silent data loss with ext4 / all current versions
|
Michael Paquier |
06:24 |
Re: psql: add \pset true/false
|
Michael Paquier |
06:30 |
Re: Parallel Seq Scan
|
Michael Paquier |
06:36 |
Re: Tab completion for ALTER COLUMN SET STATISTICS
|
Michael Paquier |
06:37 |
Re: snapshot too old, configured by time
|
Michael Paquier |
06:39 |
Re: Declarative partitioning
|
Michael Paquier |
06:41 |
Re: Declarative partitioning
|
Amit Langote |
06:55 |
Re: Re: In-core regression tests for replication,
cascading, archiving, PITR, etc.
|
Noah Misch |
07:03 |
Re: Declarative partitioning
|
Michael Paquier |
07:36 |
Re: Foreign join pushdown vs EvalPlanQual
|
Etsuro Fujita |
08:00 |
Re: Foreign join pushdown vs EvalPlanQual
|
Etsuro Fujita |
08:17 |
Re: psql: add \pset true/false
|
Daniel Verite |
08:33 |
Re: Parallel Seq Scan
|
Amit Kapila |
08:45 |
Re: CustomScan in a larger structure (RE: CustomScan
support on readfuncs.c) 📎
|
Kouhei Kaigai |
08:52 |
Re: El Capitan Removes OpenSSL Headers
|
Dave Page |
08:53 |
find_inheritance_children() and ALTER TABLE NO INHERIT
|
Amit Langote |
08:55 |
Re: CustomScan in a larger structure (RE: CustomScan
support on readfuncs.c)
|
Andres Freund |
09:06 |
Re: More stable query plans via more predictable column statistics
|
Shulgin, Oleksandr |
09:20 |
Re: Foreign join pushdown vs EvalPlanQual
|
Etsuro Fujita |
09:22 |
Re: pglogical_output - a general purpose logical decoding
output plugin
|
Petr Jelinek |
10:38 |
Re: Remaining 9.5 open items
|
Joel Jacobson |
11:14 |
Re: Remaining 9.5 open items
|
Andres Freund |
11:19 |
Re: Remaining 9.5 open items
|
Joel Jacobson |
11:25 |
Re: Remaining 9.5 open items
|
Andres Freund |
11:36 |
Re: Remaining 9.5 open items
|
Joel Jacobson |
11:39 |
Re: Getting sorted data from foreign server for merge join
|
Rushabh Lathia |
11:45 |
Re: postgres_fdw join pushdown (was Re: Custom/Foreign-Join-APIs) 📎
|
Ashutosh Bapat |
11:45 |
Re: Parallel Seq Scan
|
Michael Paquier |
11:45 |
Re: El Capitan Removes OpenSSL Headers
|
Bruce Momjian |
13:06 |
Re: El Capitan Removes OpenSSL Headers
|
Dave Page |
13:07 |
Re: Remaining 9.5 open items
|
Robert Haas |
13:27 |
Re: Gather node in OPTIMIZER_DEBUG output
|
Robert Haas |
13:36 |
Re: [PoC] Asynchronous execution again (which is not parallel)
|
Amit Kapila |
14:26 |
Re: Rework the way multixact truncations work
|
Noah Misch |
14:57 |
Re: Speed up Clog Access by increasing CLOG buffers
|
Robert Haas |
15:29 |
Re: Rework the way multixact truncations work
|
Andres Freund |
15:46 |
psql ignores failure to open -o target file
|
Tom Lane |
16:07 |
Re: Remaining 9.5 open items
|
Joshua D. Drake |
16:25 |
Re: Remaining 9.5 open items
|
Andres Freund |
16:39 |
Re: Remaining 9.5 open items
|
Joshua D. Drake |
16:43 |
Re: psql ignores failure to open -o target file
|
Tom Lane |
17:04 |
Re: Errors in our encoding conversion tables
|
Robert Haas |
17:05 |
Browse Archives
Prev
|
Next