Status summary: Committed: 104. Moved to next CF: 59. Returned with Feedback: 44. Rejected: 12. Total: 219.
Status | Ver | Author | Reviewers | Committer | Num cfs | Latest activity | Latest mail | |
---|---|---|---|---|---|---|---|---|
Bug Fixes | ||||||||
properly coalescing pgstat requests for a single database | Committed | Tomas Vondra (fuzzycz) | Fabien Coelho (calvin) | tgl | 1 | 2016-05-31 19:57 |
2016-05-31 19:12 |
|
Minor bug affecting ON CONFLICT lock wait log messages | Committed | Peter Geoghegan (pgeoghegan) | sfrost | 1 | 2016-04-02 03:05 |
2016-03-22 16:22 |
||
Flush slot confirmations on checkpoint | Committed | Craig Ringer (ringerc) | Simon Riggs (simon), Stas Kelvich (kelvich) | simon | 1 | 2016-09-05 09:11 |
2016-09-05 09:38 |
|
pg_receivexlog, pg_basebackup and data durability | Committed | Michael Paquier (michael-kun) | Peter Eisentraut (petere), Gerdan Santos (gerdan) | petere | 1 | 2016-09-29 15:34 |
2016-09-29 21:53 |
|
pg_xlogdump fails to handle WAL file with multi-page XLP_FIRST_IS_CONTRECORD data | Committed | Pavan Deolasee (pavan) | Michael Paquier (michael-kun), Craig Ringer (ringerc) | masaofujii | 1 | 2016-08-29 06:56 |
2016-08-29 06:52 |
|
Wrong data type in decode.c | Committed | Konstantin Knizhnik (knizhnik) | Craig Ringer (ringerc) | alvherre | 1 | 2016-03-31 02:44 |
2016-03-31 08:10 |
|
Suspicious behaviour on applying XLOG_HEAP2_VISIBLE | Committed | Masahiko Sawada (masahikosawada) | andresfreund | 1 | 2016-05-16 22:43 |
2016-04-27 16:08 |
||
Show dropped users' backends in pg_stat_activity | Committed | Oskari Saarenmaa (os) | tgl | 1 | 2016-08-19 21:16 |
2016-08-19 21:16 |
||
Deadlock issue with pg_restore in WIN32 with urgent exit code path | Committed | Armin Schöffmann (umgfoin) | Michael Paquier (michael-kun) | tgl | 1 | 2016-05-27 16:05 |
2016-05-27 16:06 |
|
standalone backend PANICs during recovery | Committed | Bernd Helmle (psoo) | Tom Lane (tgl), Michael Paquier (michael-kun) | tgl | 1 | 2016-08-31 12:57 |
2016-09-16 08:43 |
|
Parallel indicators not written by pg_get_functiondef | Committed | Feike Steenbergen (feike) | rhaas | 1 | 2016-05-27 16:34 |
2016-04-27 21:06 |
||
OpenSSL err queue bugfix (backpatching only) | Committed | Peter Geoghegan (pgeoghegan) | petere | 1 | 2016-05-07 04:14 |
2016-05-07 04:52 |
||
Removing faulty hyperLogLog merge function | Committed | Peter Geoghegan (pgeoghegan) | Fabien Coelho (calvin) | rhaas | 1 | 2016-05-09 20:13 |
2016-04-27 14:57 |
|
Fix remote query cancellation issues in postgres_fdw | Committed | Etsuro Fujita (efujita) | Michael Paquier (michael-kun) | rhaas | 1 | 2016-05-26 07:17 |
2016-05-26 07:18 |
|
Add handling of OID system columns in postgres_fdw | Committed | Etsuro Fujita (efujita) | heikki | 1 | 2016-08-26 13:36 |
2016-08-30 01:55 |
||
do_text_output_multiline is broken for text not ending in \n | Committed | David Rowley (davidrowley) | tgl | 1 | 2016-05-27 16:32 |
2016-05-23 18:21 |
||
Fix bug in contrib/intarray bench script for showing query plans with EXPLAIN | Committed | Daniel Gustafsson (d_gustafsson) | tgl | 1 | 2016-08-17 19:52 |
2016-08-17 19:52 |
||
Duplicate dsm name generation leads to start service failure on Windows | Committed | Amit Kapila (amitkapila), Kyotaro Horiguchi (horiguti) | Michael Paquier (michael-kun) | rhaas | 1 | 2016-09-20 16:34 |
2016-09-24 03:19 |
|
Requesting external_pid_file with postgres -C when not initialized lead to coredump | Committed | Alain Radix (al1radix) | Stéphane Schildknecht (sas22) | tgl | 1 | 2016-07-09 21:58 |
2016-06-23 10:22 |
|
Prevent planning and executing of NO WITH DATA for matviews and CTAS | Committed | Michael Paquier (michael-kun) | tgl | 1 | 2016-06-29 01:35 |
2016-07-26 19:05 |
||
Missing checks when malloc returns NULL... | Committed | Michael Paquier (michael-kun) | Aleksander Alekseev (a.alekseev) | tgl | 1 | 2016-09-01 22:09 |
2016-09-01 22:10 |
|
Fix handling of arguments for system() in perl scripts | Committed | Michael Paquier (michael-kun), Kyotaro Horiguchi (horiguti) | Michael Paquier (michael-kun) | tgl | 1 | 2016-07-09 20:48 |
2016-07-11 15:24 |
|
Fix "Attempted to delete invisible tuple" upsert errors | Committed | Oskari Saarenmaa (os) | Peter Geoghegan (pgeoghegan) | andresfreund | 1 | 2016-08-18 12:37 |
2016-08-19 00:37 |
|
Assertion failure when launching bgworkers with -DEXEC_BACKEND on Unix | Committed | Thomas Munro (macdice) | tgl | 1 | 2016-08-02 23:02 |
2016-08-04 18:09 |
||
Fix for two timing issues in recovery test suite | Committed | Michael Paquier (michael-kun) | Álvaro Herrera (alvherre) | alvherre | 1 | 2016-08-05 04:18 |
2016-08-18 03:18 |
|
Fix initialization of replication slot at creation | Committed | Andrew Gierth (rhodiumtoad) | Michael Paquier (michael-kun) | andresfreund | 1 | 2016-08-30 06:17 |
2016-08-17 20:23 |
|
money type overflow checks | Committed | Peter Eisentraut (petere) | Fabien Coelho (calvin) | petere | 1 | 2016-09-15 02:28 |
2016-09-15 02:28 |
|
Add missing pgstat_report_stat in worker_spi | Committed | Julien Rouhaud (rjuju) | Tomas Vondra (fuzzycz) | rhaas | 1 | 2016-09-28 16:46 |
2016-09-30 16:11 |
|
initdb: 'single quotes' around path in cmd at end of running initdb | Committed | Ryan Murphy (murftown) | Michael Paquier (michael-kun) | tgl | 1 | 2016-08-20 19:05 |
2016-08-24 01:09 |
|
Bug in abbreviated keys abort handling | Committed | Peter Geoghegan (pgeoghegan) | rhaas | 1 | 2016-08-25 05:34 |
2016-08-22 20:22 |
||
Better locale-specific-character-class handling for regexps | Committed | Tom Lane (tgl) | Heikki Linnakangas (heikki) | tgl | 1 | 2016-09-05 21:07 |
2016-09-05 17:42 |
|
pg_dump with tables created in schemas created by extensions | Committed | Martín Marqués (mmarques) | Michael Paquier (michael-kun) | tgl | 1 | 2016-09-08 17:12 |
2016-09-08 17:17 |
|
Fix some corner cases that cube_in rejects | Committed | Tom Lane (tgl) | Amul Sul (sulamul) | tgl | 1 | 2016-09-27 15:39 |
2016-09-27 15:39 |
|
ecpg -? option bug in windows | Committed | Haribabu Kommi (haribabu) | Heikki Linnakangas (heikki) | heikki | 1 | 2016-09-18 11:15 |
2016-09-18 11:14 |
|
Fix cache lookup failure error | Committed | Dilip Kumar (dilip.kumar) | Haribabu Kommi (haribabu) | tgl | 1 | 2016-09-09 13:20 |
2016-09-09 15:23 |
|
Clients | ||||||||
psql tab completion for CREATE DATABASE ... TEMPLATE ... | Committed | Sehrope Sarkuni (sehrope) | Merlin Moncure (merlinm), Vitaly Burovoy (vitaly.burovoy) | kgrittn | 1 | 2016-09-11 20:56 |
2016-09-12 14:32 |
|
pgbench - allow zero weight | Committed | Jeff Janes (jjanes) | Fabien Coelho (calvin) | alvherre | 1 | 2016-03-29 18:42 |
2016-03-29 20:48 |
|
pgbench - show weight percent in multi-script report | Committed | Fabien Coelho (calvin) | alvherre | 1 | 2016-03-29 20:49 |
2016-03-29 17:50 |
||
pgbench - remove clientDone unused parameter | Committed | Fabien Coelho (calvin) | alvherre | 1 | 2016-04-02 06:10 |
2016-04-02 06:27 |
||
tab completion for alter extension | Committed | Jeff Janes (jjanes) | Gerdan Santos (gerdan) | tgl | 1 | 2016-08-18 15:17 |
2016-08-18 15:18 |
|
psql: tab completion for \l | Committed | Ian Barwick (barwick) | Gerdan Santos (gerdan) | tgl | 1 | 2016-08-18 15:29 |
2016-08-18 15:30 |
|
Improve BEGIN tab completion | Committed | Andreas Karlsson (kandreas) | Kevin Grittner (kgrittn) | kgrittn | 1 | 2016-09-01 21:17 |
2016-09-02 11:18 |
|
\timing interval option | Committed | Corey Huinker (coreyh) | Gerdan Santos (gerdan) | tgl | 1 | 2016-09-03 19:29 |
2016-09-08 11:42 |
|
pgbench - minor fix for meta-command only script | Committed | Fabien Coelho (calvin) | Heikki Linnakangas (heikki) | heikki | 1 | 2016-09-26 08:02 |
2017-10-01 06:38 |
|
pgbench - allow empty queries | Committed | Fabien Coelho (calvin) | tgl | 1 | 2016-08-19 21:35 |
2016-08-19 21:35 |
||
pgbench - fix latency computation & display consistency | Committed | Fabien Coelho (calvin) | Heikki Linnakangas (heikki), Kuntal Ghosh (kuntal_ghosh) | heikki | 1 | 2016-09-21 10:47 |
2016-09-22 11:07 |
|
pgbench - fix stats when using \sleep | Committed | Fabien Coelho (calvin) | Heikki Linnakangas (heikki) | heikki | 1 | 2016-09-19 20:08 |
2016-09-19 20:06 |
|
Documentation | ||||||||
Weaken guarantees claimed by docs about logical slot replay | Committed | Craig Ringer (ringerc) | Petr Jelínek (pjmodos) | simon | 1 | 2016-10-03 01:34 |
2016-09-05 09:38 |
|
incorrect docs for pgbench / skipped transactions | Committed | Tomas Vondra (fuzzycz) | Fabien Coelho (calvin) | rhaas | 1 | 2016-03-29 20:52 |
2016-03-29 18:45 |
|
Improve XSLT performance for building html | Committed | Alexander Lakhin (law) | Peter Eisentraut (petere) | petere | 1 | 2016-08-19 12:43 |
2017-11-28 16:55 |
|
Add missing optional USING keyword before opclass name in INSERT statemet | Committed | Nikolay Shaplov (nataraj) | tgl | 1 | 2016-05-27 16:31 |
2016-05-31 20:13 |
||
add missing "USING bloom" into bloom extension documentation | Committed | Nikolay Shaplov (nataraj) | sigaev | 1 | 2016-05-27 16:30 |
2016-05-24 12:29 |
||
minor plpgsql doc update | Committed | Fabien Coelho (calvin) | tgl | 1 | 2016-07-08 17:40 |
2016-07-08 17:41 |
||
Miscellaneous | ||||||||
Support for MS 2015 in src/tools/msvc/ | Committed | Michael Paquier (michael-kun) | Petr Jelínek (pjmodos) | jdavis | 1 | 2016-05-06 00:32 |
2016-04-29 22:22 |
|
Parallel build with MSVC | Committed | Christian Ullrich (chrullrich) | Michael Paquier (michael-kun) | nmisch | 1 | 2016-09-08 05:47 |
2016-09-08 06:58 |
|
regexp_match() returning text | Committed | Emre Hasegeli (hasegeli) | David Johnston (polobo) | tgl | 1 | 2016-08-17 22:33 |
2016-08-18 14:53 |
|
LWLockHeldByMeInMode(lock, LW_EXCLUSIVE) | Committed | Thomas Munro (macdice) | Julien Rouhaud (rjuju) | simon | 1 | 2016-09-05 09:56 |
2016-09-05 10:00 |
|
Allow spaces in working path on tap-tests | Committed | Kyotaro Horiguchi (horiguti) | Michael Paquier (michael-kun) | tgl | 1 | 2016-08-05 04:17 |
2016-07-11 15:24 |
|
tuplesort.c CLUSTER external sort regression test coverage | Committed | Peter Geoghegan (pgeoghegan) | tgl | 1 | 2016-07-16 02:25 |
2016-07-13 19:28 |
||
Hash tuplesort.c testing | Committed | Peter Geoghegan (pgeoghegan) | tgl | 1 | 2016-07-16 19:53 |
2016-07-16 20:56 |
||
RecoveryTargetTLI dead variable in XLogCtlData | Committed | Michael Paquier (michael-kun) | Simon Riggs (simon) | rhaas | 1 | 2016-08-22 00:52 |
2016-07-21 23:44 |
|
Improving MSVC pl-perl error message | Committed | John Harvey (john.harvey) | Michael Paquier (michael-kun) | heikki | 1 | 2016-09-23 11:25 |
2016-09-23 11:24 |
|
dsm_unpin_segment | Committed | Amit Kapila (amitkapila), Thomas Munro (macdice) | Amit Kapila (amitkapila) | rhaas | 1 | 2016-08-23 22:22 |
2016-08-23 18:53 |
|
Add location field to DefElem | Committed | Peter Eisentraut (petere) | Pavel Stehule (okbobcz) | petere | 1 | 2016-09-07 03:00 |
2016-09-10 11:25 |
|
HINT about COPY vs \copy | Committed | Craig Ringer (ringerc) | Tom Lane (tgl), Christoph Berg (myon) | tgl | 1 | 2016-09-07 03:56 |
2016-09-07 03:57 |
|
Set log_line_prefix and application name in test drivers | Committed | Peter Eisentraut (petere) | Fabien Coelho (calvin) | petere | 1 | 2016-10-16 11:05 |
2016-10-17 20:53 |
|
Replace use malloc() & friend by memory contexts for plperl and pltcl | Committed | Michael Paquier (michael-kun) | tgl | 1 | 2016-09-01 00:07 |
2016-09-01 02:03 |
||
C++ minimal port | Committed | Peter Eisentraut (petere) | Thomas Munro (macdice) | petere | 1 | 2016-09-30 19:24 |
2017-04-06 18:23 |
|
Performance | ||||||||
SP-GiST support for inet datatypes | Committed | Emre Hasegeli (hasegeli) | Tom Lane (tgl) | tgl | 1 | 2016-08-23 19:17 |
2016-08-24 17:32 |
|
Parallel safety tagging of extension functions | Committed | Andreas Karlsson (kandreas) | rhaas | 1 | 2016-09-05 00:46 |
2016-06-20 02:05 |
||
GiST inserts optimization with PageIndexTupleOverwrite | Committed | Andrey Borodin (x4m) | Anastasia Lubennikova (lubennikovaav) | tgl | 1 | 2016-09-09 23:02 |
2016-09-09 23:04 |
|
Optimizing numeric SUM() aggregate | Committed | Heikki Linnakangas (heikki) | Andrey Borodin (x4m) | heikki | 1 | 2016-09-02 08:53 |
2016-09-02 08:52 |
|
Improving planner's checks for parallel-unsafety | Committed | Tom Lane (tgl) | Robert Haas (rhaas) | tgl | 1 | 2016-08-19 18:04 |
2016-08-20 12:42 |
|
Fix md.c scalability issues for large relations | Committed | Andres Freund (andresfreund) | Peter Geoghegan (pgeoghegan) | andresfreund | 1 | 2016-09-09 00:41 |
2016-09-09 00:43 |
|
Use static inline functions for Float <-> Datum conversions | Committed | Heikki Linnakangas (heikki) | heikki | 1 | 2016-08-31 13:04 |
2016-08-31 13:44 |
||
Less expensive pg_buffercache v1.2 on big shmem | Committed | Ivan Kartyshov (fenimorkin) | Tomas Vondra (fuzzycz) | heikki | 1 | 2016-09-29 10:18 |
2016-09-29 10:17 |
|
Procedural Languages | ||||||||
Endless loop calling PL/Python set returning and recursive functions | Committed | Alexey Grishchenko (0x0fff) | Tom Lane (tgl) | tgl | 1 | 2016-04-05 18:51 |
2016-04-05 19:00 |
|
Fix intra-function memory leaks in pl/pgsql | Committed | Tom Lane (tgl) | Pavel Stehule (okbobcz) | tgl | 1 | 2016-08-17 19:34 |
2016-08-19 17:29 |
|
PL/Python adding support for multi-dimensional arrays | Committed | Alexey Grishchenko (0x0fff) | Pavel Stehule (okbobcz) | heikki | 1 | 2016-11-02 15:12 |
2016-10-03 02:13 |
|
Refactoring | ||||||||
Rework help interface of vcregress.pl | Committed | Michael Paquier (michael-kun) | mha | 1 | 2016-05-18 19:17 |
2016-04-15 12:08 |
||
Redesigning parallel dump/restore's wait-for-workers logic | Committed | Tom Lane (tgl) | Kevin Grittner (kgrittn) | tgl | 1 | 2016-09-27 18:26 |
2016-09-27 16:11 |
|
Misdesigned command/status APIs for parallel dump/restore | Committed | Tom Lane (tgl) | Kevin Grittner (kgrittn) | tgl | 1 | 2016-09-27 18:26 |
2016-09-27 17:29 |
|
Small patch - reorderbuffer.c:1099 | Committed | Aleksander Alekseev (a.alekseev) | tgl | 1 | 2016-09-05 00:50 |
2016-09-05 09:03 |
||
RBTree iteration interface improvement | Committed | Aleksander Alekseev (a.alekseev) | Heikki Linnakangas (heikki) | heikki | 1 | 2016-09-02 05:41 |
2016-09-02 11:11 |
|
LWLocks in DSM memory | Committed | Thomas Munro (macdice) | rhaas | 1 | 2016-08-15 23:02 |
2016-08-19 11:46 |
||
Make better use of existing enums in plpgsql | Committed | Peter Eisentraut (petere) | Pavel Stehule (okbobcz) | petere | 1 | 2016-09-09 14:24 |
2016-09-09 14:23 |
|
Replication & Recovery | ||||||||
pg_basebackup creates a corrupt file for pg_stat_tmp and pg_replslot on a backup location | Committed | Ashutosh Sharma (ashutosh.sharma88) | Peter Eisentraut (petere) | petere | 1 | 2016-09-29 01:57 |
2016-09-29 01:56 |
|
LSN as a recovery target | Committed | Michael Paquier (michael-kun) | Simon Riggs (simon), Petr Jelínek (pjmodos), Adrien Nayrat (anayrat) | simon | 1 | 2016-09-03 16:50 |
2016-09-05 07:05 |
|
Exclude additional directories in pg_basebackup | Committed | David Steele (dsteele) | Michael Paquier (michael-kun), Peter Eisentraut (petere) | petere | 1 | 2016-09-29 01:57 |
2016-09-29 11:02 |
|
pg_basebackup cleans created directories | Committed | Peter Eisentraut (petere) | Masahiko Sawada (masahikosawada) | petere | 1 | 2016-09-12 19:27 |
2016-09-15 00:32 |
|
Security | ||||||||
if(superuser()) ereport() reduction- pgstattuple | Committed | Stephen Frost (sfrost) | Peter Eisentraut (petere) | sfrost | 1 | 2016-09-30 02:52 |
2016-09-28 15:38 |
|
OpenSSL 1.1 support | Committed | Andreas Karlsson (kandreas) | Heikki Linnakangas (heikki) | heikki | 1 | 2016-09-15 11:58 |
2016-09-17 09:39 |
|
Server Features | ||||||||
Add a per-relation parallel_degree | Committed | Julien Rouhaud (rjuju) | Amit Kapila (amitkapila) | rhaas | 1 | 2016-09-05 09:16 |
2016-09-14 21:54 |
|
Add effective number of parallel workers in explain output | Committed | Julien Rouhaud (rjuju) | Robert Haas (rhaas) | rhaas | 1 | 2016-09-05 09:16 |
2016-09-14 21:54 |
|
Keeping CURRENT_DATE and similar constructs in original format | Committed | Tom Lane (tgl) | Peter Eisentraut (petere) | tgl | 1 | 2016-08-17 00:38 |
2016-08-17 00:35 |
|
Add program option to file_fdw | Committed | Corey Huinker (coreyh), Adam Gomaa (adamg) | Amit Langote (amitlan) | tgl | 1 | 2016-09-29 17:33 |
2016-09-29 17:51 |
|
PostmasterPid not marked with PGDLLIMPORT | Committed | Michael Paquier (michael-kun) | rhaas | 1 | 2016-08-18 17:19 |
2016-06-03 21:32 |
||
Return NULL for non-existing objects with functions pg_get_*def() | Committed | Michael Paquier (michael-kun) | Fabien Coelho (calvin) | rhaas | 1 | 2016-08-30 06:18 |
2016-09-09 15:23 |
|
primary_conninfo missing from pg_stat_wal_receiver | Committed | Michael Paquier (michael-kun) | Vik Fearing (xocolatl) | alvherre | 1 | 2016-08-06 18:20 |
2016-07-07 18:11 |
|
Allow GIN array_ops to work on anyarray | Committed | Tom Lane (tgl) | Enrique Meneses (emeneses) | tgl | 1 | 2016-09-26 18:54 |
2016-09-26 18:54 |
|
txid_current_if_assigned() | Committed | Craig Ringer (ringerc) | Robert Haas (rhaas) | rhaas | 1 | 2016-12-28 14:03 |
2017-03-31 17:28 |
|
SQL Commands | ||||||||
Add ALTER TYPE ... RENAME VALUE ... TO ... for enum types | Committed | Dagfinn Ilmari Mannsåker (ilmari) | Emre Hasegeli (hasegeli) | tgl | 1 | 2016-09-07 20:12 |
2016-09-11 14:34 |
|
System Administration | ||||||||
pg_ctl promote wait | Committed | Peter Eisentraut (petere) | Michael Paquier (michael-kun) | petere | 2 | 2016-09-21 16:26 |
2016-09-23 13:10 |
|
Exclude schema during pg_restore | Committed | Michael Banck (mbanck) | Peter Eisentraut (petere) | petere | 1 | 2016-09-21 00:59 |
2016-09-22 17:37 |