pgsql-committers since 2019-03-09 00:00
Notification of git commits are sent to this list. Do not post here!
Search the Archives
Browse Archives
Prev
|
Next
March 9, 2019
March 10, 2019
March 11, 2019
| Thread |
Author |
Time |
|
pgsql: Adjust error message for partial writes in WAL segments
|
Michael Paquier |
00:38 |
|
Re: pgsql: Removed unused variable, openLogOff.
|
Michael Paquier |
00:40 |
|
Re: pgsql: Include GUC's unit, if it has one, in out-of-range error
message
|
Michael Paquier |
01:11 |
|
Re: pgsql: tableam: introduce table AM infrastructure. 📎
|
Amit Kapila |
02:51 |
|
Portability of strtod (was Re: pgsql: Include GUC's unit, if it has one, in out-of-range error message)
|
Tom Lane |
03:15 |
|
Re: Portability of strtod (was Re: pgsql: Include GUC's unit, if it
has one, in out-of-range error message)
|
Amit Kapila |
03:54 |
|
pgsql: psql: Add documentation URL to \help output
|
Peter Eisentraut |
08:12 |
|
pgsql: Remove unused macro
|
Peter Eisentraut |
08:34 |
|
Re: Portability of strtod (was Re: pgsql: Include GUC's unit, if it has one, in out-of-range error message)
|
Tom Lane |
15:06 |
|
pgsql: Fix potential memory access violation in ecpg if filename of
inc
|
Michael Meskes |
15:18 |
|
pgsql: Fix ecpglib regression that made it impossible to close a
cursor
|
Michael Meskes |
15:18 |
|
pgsql: Fix potential memory access violation in ecpg if filename of
inc
|
Michael Meskes |
15:18 |
|
pgsql: Fix potential memory access violation in ecpg if filename of
inc
|
Michael Meskes |
15:18 |
|
pgsql: Fix potential memory access violation in ecpg if filename of
inc
|
Michael Meskes |
15:18 |
|
pgsql: Fix potential memory access violation in ecpg if filename of
inc
|
Michael Meskes |
15:18 |
|
pgsql: In guc.c, ignore ERANGE errors from strtod().
|
Tom Lane |
15:25 |
|
pgsql: Fix potential memory access violation in ecpg if filename of
inc
|
Michael Meskes |
15:27 |
|
pgsql: Move hash_any prototype from access/hash.h to utils/hashutils.h
|
Alvaro Herrera |
16:25 |
|
pgsql: Fix typos in commit 8586bf7ed8.
|
Andres Freund |
17:03 |
|
Re: pgsql: tableam: introduce table AM infrastructure.
|
Andres Freund |
17:03 |
|
pgsql: pgbench: increase the maximum number of variables/arguments
|
Andrew Dunstan |
17:18 |
|
Re: pgsql: Removed unused variable, openLogOff.
|
Robert Haas |
19:30 |
|
pgsql: tableam: Add and use scan APIs.
|
Andres Freund |
20:00 |
|
Re: pgsql: tableam: Add and use scan APIs.
|
Andres Freund |
20:32 |
|
pgsql: Ensure sufficient alignment for ParallelTableScanDescData in
BTS
|
Andres Freund |
21:27 |
|
pgsql: Give up on testing guc.c's behavior for "infinity" inputs.
|
Tom Lane |
21:53 |
|
pgsql: Remove spurious return.
|
Andres Freund |
22:07 |
|
pgsql: Document incompatibility of comparison expressions with
VARIADIC
|
Andrew Dunstan |
22:19 |
|
pgsql: Tweak wording on VARIADIC array doc patch.
|
Andrew Dunstan |
22:24 |
|
pgsql: Allow fractional input values for integer GUCs,
and improve roun
|
Tom Lane |
23:14 |
March 12, 2019
March 13, 2019
March 14, 2019
| Thread |
Author |
Time |
|
Re: pgsql: Use condition variables to wait for checkpoints. 📎
|
Michael Paquier |
00:33 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Dean Rasheed |
00:35 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Tom Lane |
00:48 |
|
pgsql: Adjust the tests for the hyperbolic functions.
|
Tom Lane |
01:05 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Robert Haas |
02:22 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Tom Lane |
02:39 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Robert Haas |
02:40 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Tom Lane |
02:44 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Andrew Dunstan |
03:06 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Tom Lane |
03:18 |
|
Re: pgsql: Add support for hyperbolic functions, as well as
log10().
|
Kyotaro HORIGUCHI |
03:30 |
|
pgsql: Fix race condition in recently-added TAP test for recovery
consi
|
Michael Paquier |
03:47 |
|
Re: pgsql: Use condition variables to wait for checkpoints.
|
Michael Paquier |
03:51 |
|
pgsql: Sync commentary in transam.h and bki.sgml.
|
Tom Lane |
04:23 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Tom Lane |
04:41 |
|
pgsql: Fix thinko when bumping on temporary directories in
pg_verify_ch
|
Michael Paquier |
05:16 |
|
pgsql: Fix thinko when bumping on temporary directories in
pg_checksums
|
Michael Paquier |
05:16 |
|
pgsql: Fix volatile vs. pointer confusion
|
Peter Eisentraut |
07:46 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Dean Rasheed |
08:28 |
|
pgsql: Refactor ParamListInfo initialization
|
Peter Eisentraut |
12:37 |
|
Re: pgsql: Fix thinko when bumping on temporary directories in pg_verify_ch
|
Robert Haas |
12:39 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Andrew Dunstan |
12:54 |
|
pgsql: Defend against leaks into RelationBuildPartitionDesc.
|
Robert Haas |
16:15 |
|
pgsql: Ensure dummy paths have correct required_outer if rel is
paramet
|
Tom Lane |
16:16 |
|
pgsql: Ensure dummy paths have correct required_outer if rel is
paramet
|
Tom Lane |
16:16 |
|
pgsql: Ensure dummy paths have correct required_outer if rel is
paramet
|
Tom Lane |
16:16 |
|
pgsql: Ensure dummy paths have correct required_outer if rel is
paramet
|
Tom Lane |
16:16 |
|
pgsql: Ensure dummy paths have correct required_outer if rel is
paramet
|
Tom Lane |
16:16 |
|
pgsql: Ensure dummy paths have correct required_outer if rel is
paramet
|
Tom Lane |
16:16 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Tom Lane |
19:08 |
|
pgsql: Add BKI_DEFAULT to pg_class.relrewrite
|
Peter Eisentraut |
20:28 |
|
pgsql: Remove unused #include
|
Peter Eisentraut |
21:04 |
|
Re: pgsql: Add support for hyperbolic functions, as well as log10().
|
Andrew Dunstan |
21:09 |
|
pgsql: Improve code comment
|
Peter Eisentraut |
21:44 |
|
pgsql: Fix some oversights in commit 2455ab488.
|
Tom Lane |
22:36 |
|
pgsql: Reorder identity regression test
|
Peter Eisentraut |
23:27 |
March 15, 2019
March 16, 2019
March 17, 2019
March 18, 2019
March 19, 2019
March 20, 2019
Browse Archives
Prev
|
Next