Commitfest 2019-07

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Committed: 64. Moved to next CF: 147. Withdrawn: 11. Returned with Feedback: 7. Rejected: 2. Total: 231.

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Fix the optimization to skip WAL-logging on table created in same transaction Moved to next CF 13 Heikki Linnakangas (heikki), Michael Paquier (michael-kun), Kyotaro Horiguchi (horiguti) Michael Paquier (michael-kun), Kyotaro Horiguchi (horiguti), Noah Misch (nmisch), satyanarayana Narlapuram (snarlap), Sameer Arora (sameera), Hüseyin Demir (huseyin.demir) nmisch 19 2020-04-06
07:02
2020-04-06
07:04
postgres.exe doesn't output crash dump when it crashes before main() Moved to next CF Takayuki Tsunakawa (maumau) Haribabu Kommi (haribabu) 9 2019-11-12
03:19
2019-11-12
03:20
Strengthen PGSharedMemoryCreate checks for still-attached processes Committed Noah Misch (nmisch) Daniel Gustafsson (d_gustafsson), Alexandra Wang (l-wang) nmisch 5 2019-04-27
15:23
2019-05-10
07:47
Allow AddForeignUpdateTargets to add extra target expressions other than columns Moved to next CF Etsuro Fujita (efujita), Kyotaro Horiguchi (horiguti) efujita 6 2019-11-27
07:27
2019-11-27
07:30
Fix performance issue in foreign-key-aware join estimation Committed 13 David Rowley (davidrowley) Tom Lane (tgl) davidrowley 2 2019-07-21
05:44
2019-07-21
22:35
Generated as identity field in a temporary table with on commit drop corrupts system catalogs Committed stable Michael Paquier (michael-kun) Peter Eisentraut (petere) petere 2 2019-04-29
06:57
2019-04-29
06:56
Fix Deadlock Issue in Single User Mode When IO Failure Occurs Moved to next CF stable Chengchao Yu (allelujava) Amit Kapila (amitkapila), Kyotaro Horiguchi (horiguti) 5 2020-02-01
05:39
2020-02-01
05:42
COPY FREEZE, PD_VISIBLE_ALL and VM status Moved to next CF Pavan Deolasee (pavan), Ibrar Ahmed (ibrar) Darafei Praliaskouski (komzpa), Hamid Akhtar (hamidakhtar) fuzzycz 6 2021-01-17
21:33
2021-01-24
00:54
SimpleLruTruncate() mutual exclusion (data loss from lack thereof) Moved to next CF stable Noah Misch (nmisch) 5 2020-01-25
18:58
2020-01-31
08:42
Spurious "apparent wraparound" via SimpleLruTruncate() rounding (data loss) Moved to next CF stable Noah Misch (nmisch) Andrey Borodin (x4m) nmisch 10 2021-01-17
23:42
2021-01-12
16:41
Problem with default partition pruning Moved to next CF stable Yuzuko Hosoya (yuzu) Thibaut MADELAINE (madtibo), Ibrar Ahmed (ibrar), Shawn Wang (shawnwang) alvherre 3 2019-08-13
15:25
2019-08-14
01:12
propagating replica identity to partitions Moved to next CF 13 Álvaro Herrera (alvherre) 3 2019-09-11
17:44
2019-09-11
17:44
Fix unique join costings Moved to next CF stable David Rowley (davidrowley) Tom Lane (tgl) 9 2020-12-03
09:54
2020-10-30
16:33
Fix SRF handling on dummy rels Committed 12 Tom Lane (tgl), Julien Rouhaud (rjuju) Julien Rouhaud (rjuju) tgl 1 2019-03-07
20:51
2019-03-07
20:58
fix for BUG #3720: wrong results at using ltree Moved to next CF Filip Rembiałkowski (filiprem) Tom Lane (tgl), Ibrar Ahmed (ibrar), Benjie Gillam (benjie) tgl 5 2020-03-31
15:48
2020-03-31
15:47
update/delete on partitioned tables may crash under concurrency Committed Amit Langote (amitlan) Tom Lane (tgl) tgl 1 2019-04-08
16:35
2019-06-29
05:09
Unaccent extension python script Issue in Windows Moved to next CF Hugh Ranalli (hughr), Ramanarayana M (ramnar) alvherre 2 2019-09-10
21:20
2019-09-10
21:19
Fix pg_dump for partition tablespaces Committed David Rowley (davidrowley) alvherre 1 2019-04-26
22:38
2019-04-25
14:35
selecting from partition directly can't use constraint exclusion Committed Amit Langote (amitlan) Thibaut MADELAINE (madtibo) tgl 1 2019-04-30
19:04
2019-04-08
04:45
Fix: vacuum_cost_delay should be real everywhere Committed 12 Nikolay Shaplov (nataraj) tgl 1 2019-03-27
10:02
2019-03-26
17:38
Fix crash/error in foreign key constraint check for partitioned tables Committed stable Hadi Moshayedi (hadi) Edmund Horner (ejrh) tgl 1 2020-08-07
14:31
2019-04-07
12:16
fix pgbench -R hanging on pg11 Committed Fabien Coelho (calvin) Yoshikazu Imai (yimai), Raymond Martin (ramarti) tgl 1 2019-07-26
19:17
2019-07-26
19:17
Problem during Windows service start Moved to next CF Ramanarayana M (ramnar) 2 2019-09-05
23:12
2019-04-11
09:03
TM format can mix encodings in to_char() Committed Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com) tgl 1 2019-06-29
13:57
2019-06-29
13:58
REINDEX INDEX results in a crash for an index of pg_class since 9.6 Committed Michael Paquier (michael-kun) andresfreund 1 2019-05-11
12:03
2019-05-10
20:29
Fix failure of identity columns if there is a second sequence OWNED BY the column Committed 13 Laurenz Albe (laurenz) Peter Eisentraut (petere) petere 1 2019-07-22
10:17
2019-07-22
10:17
'pg_dump --create' orders database GRANTs incorrectly Committed stable Nathan Bossart (bossartn) Michael Paquier (michael-kun) michael-kun 1 2019-05-22
06:28
2019-05-22
16:59
pg_stat_database update stats_reset only by pg_stat_reset Withdrawn zhang lian zhuang (zlianzhuang) 1 2019-07-19
02:19
2019-07-17
05:52
Fix issues with "x SIMILAR TO y ESCAPE NULL" Moved to next CF 13 Tom Lane (tgl) tgl 2 2019-09-07
18:22
2019-09-07
18:23
ALTER TABLE restructuring Moved to next CF Tom Lane (tgl) Álvaro Herrera (alvherre) tgl 4 2020-01-15
23:50
2020-01-21
00:46
Windows Visual Studio build with OpenSSL 1.1.0 Committed stable Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com) Michael Paquier (michael-kun) michael-kun 1 2019-06-26
14:13
2019-06-26
14:12
Fix subqueries with shadowed aliases Committed stable Demur Rumed (serprex) tgl 1 2019-06-13
00:11
2019-06-12
23:46
pg_basebackup failure after setting default_table_access_method option Committed vigneshwaran C (vignesh.postgres) andresfreund 1 2019-06-19
05:40
2019-06-12
08:00
defining a comment on a domain constraint fails with wrong OID Committed Michael Paquier (michael-kun) Álvaro Herrera (alvarofherrera) michael-kun 1 2019-06-12
04:02
2019-06-12
05:40
nbtdesc.c and nbtpage.c are inconsistent with XLOG_BTREE_META_CLEANUP (11~) Committed stable Michael Paquier (michael-kun) michael-kun 1 2019-06-19
02:20
2019-06-19
02:04
Race conditions with TAP test for syncrep Committed stable Michael Paquier (michael-kun) Noah Misch (nmisch) michael-kun 1 2019-07-24
01:56
2019-07-24
01:56
Fix up grouping sets reorder Committed Richard Guo (richardguo) Jeff Davis (jdavis) rhodiumtoad 1 2019-07-02
04:26
2019-06-30
23:00
standby recovery fails when re-replaying due to missing directory which was removed in previous replay. Moved to next CF stable Kyotaro Horiguchi (horiguti), Paul Guo (paulguo) Michael Paquier (michael-kun) alvherre 16 2022-07-28
06:42
2022-08-01
02:01
Fix support for hypothetical indexes using BRIN access method Moved to next CF Julien Rouhaud (rjuju) Heikki Linnakangas (heikki), Michael Paquier (michael-kun) michael-kun 3 2019-11-21
01:33
2019-11-21
01:33
Bad canonicalization for dateranges with 'infinity' bounds Committed stable Laurenz Albe (laurenz) Jeff Davis (jdavis), Thomas Munro (macdice) jdavis 1 2019-07-18
20:51
2019-07-21
18:25
Multiple problems with default partition constraint checking Committed Amit Langote (amitlan) alvherre 1 2019-06-28
21:16
2019-06-29
05:13
Duplicated LSN in ReorderBuffer Moved to next CF Ildar Musin (i.musin) Masahiko Sawada (masahikosawada) alvherre 2 2019-09-13
19:43
2019-09-13
22:00
Windows could not stat file - over 4GB Moved to next CF Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com) Emil Iggland (emiliggland) tgl 8 2020-10-09
20:22
2020-10-13
00:25
Clients
pgbench - another attempt at tap test for time-related options Moved to next CF Fabien Coelho (calvin) 14 2020-07-13
10:22
2020-07-13
10:21
New libpq option to prefer standby for connection Moved to next CF Haribabu Kommi (haribabu), vigneshwaran C (vignesh.postgres), Greg Nancarrow (gregn1234) Laurenz Albe (laurenz), Takayuki Tsunakawa (maumau), Peter Smith (smithpb) tgl 15 2021-03-03
01:18
2021-03-03
18:54
Psql patch to show access methods info Moved to next CF 13 Alik Khilazhev (alikhil), Sergey Cherkashin (cherkashins) Kyotaro Horiguchi (horiguti), Nikita Glukhov (n.glukhov), vigneshwaran C (vignesh.postgres) smagen 10 2020-03-08
10:46
2020-03-08
10:47
pgbench - add pseudo-random permutation function Moved to next CF Fabien Coelho (calvin), Hironobu Suzuki (suzuki_hironobu) Muhammad Usama (muhammad_usama) deanr 14 2021-04-06
12:34
2021-04-06
21:31
libpq host/hostaddr consistency Moved to next CF Fabien Coelho (calvin) Artur Zakirov (a.zakirov) alvherre 6 2019-09-11
13:17
2019-09-11
13:16
libpq trace log Moved to next CF 13 Aya Iwata (iwata.aya) Jacob Champion (jchampion), Jim Doty (doty-pivotal), Ramanarayana M (ramnar) 5 2021-01-18
00:33
2021-04-02
23:07
\describe: verbose commands in psql Moved to next CF 13 Corey Huinker (coreyh) Ibrar Ahmed (ibrar) 3 2019-09-07
23:08
2019-09-03
18:33
pgbench - add minimal stats on initialization Committed Fabien Coelho (calvin) Ibrar Ahmed (ibrar) macdice 1 2019-07-15
23:43
2019-07-15
23:43
pgbench - extend initialization phase control Moved to next CF Fabien Coelho (calvin) Fujii Masao (masaofujii), Ibrar Ahmed (ibrar), Anna Endo (btannaendo) masaofujii 3 2019-11-06
02:32
2019-11-07
11:18
pgbench - add option to show builtin script code Committed Fabien Coelho (calvin) Ibrar Ahmed (ibrar) macdice 1 2019-07-16
00:03
2019-07-16
07:59
pgbench - implement strict TPC-B benchmark Moved to next CF Fabien Coelho (calvin) 3 2019-11-06
10:46
2019-08-28
08:23
pgbench - add \aset to store results of combined queries (\;) Moved to next CF Fabien Coelho (calvin) Ibrar Ahmed (ibrar) michael-kun 5 2020-04-03
02:48
2020-04-03
05:23
psql - add SHOW_ALL_RESULTS option Moved to next CF Fabien Coelho (calvin) Peter Eisentraut (petere) petere 13 2022-04-04
21:33
2022-04-06
17:05
Add \warn to psql Committed 13 David Fetter (dfetter) Fabien Coelho (calvin) tgl 1 2019-07-05
16:33
2019-07-09
04:19
Show table persistence in \dt+ Committed David Fetter (dfetter) Fabien Coelho (calvin), Rafia Sabih (rafia.sabih) tgl 1 2019-07-03
15:46
2019-07-03
15:49
make \d pg_toast.foo show its indices, and the associated non-toast table, and \d relkind=I show its partitions (and tablespace) Committed Justin Pryzby (justinpryzby) Fabien Coelho (calvin) tgl 1 2019-07-23
21:08
2019-07-23
22:06
cleanup & refactoring on reindexdb.c Committed 13 Julien Rouhaud (rjuju) Michael Paquier (michael-kun) michael-kun 1 2019-07-02
03:01
2019-07-02
05:12
Tab completion for CREATE TYPE Committed Thomas Munro (macdice) Kyotaro Horiguchi (horiguti) macdice 1 2019-07-13
04:56
2019-07-13
04:54
psql - sort by size Moved to next CF Pavel Stehule (okbobcz) Fabien Coelho (calvin) 2 2019-09-13
08:01
2019-09-13
08:06
Add parallelism and glibc dependent only options to reindexdb Committed 13 Julien Rouhaud (rjuju) Michael Paquier (michael-kun), Sergei Kornilov (melkij) michael-kun 1 2019-07-27
13:28
2019-07-28
16:42
Code Comments
Contribution to Perldoc for TestLib module in Postgres Moved to next CF Ramanarayana M (ramnar) Andrew Dunstan (adunstan), Daniel Gustafsson (d_gustafsson) alvherre 2 2019-09-02
17:48
2019-09-03
06:30
Fix comment in pgcrypto tests Committed stable Gurjeet Singh (gurjeet) Michael Paquier (michael-kun) michael-kun 1 2019-05-28
19:38
2019-05-28
19:39
Documentation
documenting signal handling with readme Moved to next CF Chris Travers (einhverfr) Tom Lane (tgl) 5 2019-09-30
17:58
2019-09-02
17:54
DOC: Document encode() and decode() base64 encoding Moved to next CF Karl Pinc (kop) Fabien Coelho (calvin) tgl 3 2020-01-18
22:51
2020-01-22
01:03
Warn against using too many partitions Committed David Rowley (davidrowley) Amit Langote (amitlan), Justin Pryzby (justinpryzby), Álvaro Herrera (alvarofherrera) davidrowley 1 2019-06-11
21:26
2019-06-12
22:36
Small typo fix on tableam documentation Rejected Alexis Andrieu (aandrieu) 1 2019-04-05
17:25
2019-04-05
17:18
libpq - improve PQexec documentation Returned with feedback Fabien Coelho (calvin) Peter Eisentraut (petere) 1 2019-08-01
09:11
2019-08-01
09:12
make libpq documentation navigable between functions Committed Fabien Coelho (calvin) Peter Eisentraut (petere) petere 1 2019-07-26
20:42
2019-07-26
10:28
docs about FKs referencing partitioned tables Withdrawn 12 Paul Jungwirth (pjungwir) 1 2019-05-21
05:05
2019-05-29
15:20
fix documentation bug in logical replication Committed stable Robert Treat (xzilla) Peter Eisentraut (petere) petere 1 2019-07-08
12:56
2019-07-08
12:56
Formatting of warning about using ident Withdrawn Daniel Gustafsson (d_gustafsson) Peter Eisentraut (petere) 1 2019-07-24
08:28
2019-07-24
08:28
SPITupleTable members missing in docs Committed Daniel Gustafsson (d_gustafsson) Fabien Coelho (calvin) tgl 1 2019-07-17
18:55
2019-07-17
18:56
pg_receivewal Committed Robert Haas (rhaas), Jesper Pedersen (jpedersen) Laurenz Albe (laurenz) michael-kun 1 2019-07-24
02:34
2019-07-25
08:29
Miscellaneous
Make installcheck-world in a clean environment Withdrawn Alexander Lakhin (law) 6 2019-07-30
16:56
2019-07-30
16:56
anycompatible and anycompatiblearray polymorphic types Moved to next CF Pavel Stehule (okbobcz) Tom Lane (tgl) tgl 7 2020-03-19
15:43
2020-03-19
16:09
Introduce timeout capability for ConditionVariableSleep Committed Shawn Debnath (sd) Kyotaro Horiguchi (horiguti), Thomas Munro (macdice) macdice 1 2019-07-13
03:02
2019-07-23
04:50
suppress errors thrown by to_reg*() Moved to next CF takuma hoshiai (hoshiai) Tom Lane (tgl) 2 2019-09-30
17:59
2019-09-03
22:56
[WIP] Show a human-readable n_distinct in pg_stats view Moved to next CF 13 Maxence Ahlouche (maahl) Laurenz Albe (laurenz) 2 2019-08-28
06:46
2019-03-15
10:11
src/test/modules/dummy_index -- way to test reloptions from inside of access method Moved to next CF Nikolay Shaplov (nataraj) Michael Paquier (michael-kun) michael-kun 2 2019-09-25
03:16
2019-09-25
03:13
Change ereport level for QueuePartitionConstraintValidation Moved to next CF Sergei Kornilov (melkij) Tom Lane (tgl) tgl 2 2019-09-07
23:45
2019-09-08
09:31
Compile from source using latest Microsoft Windows SDK Committed Peifeng Qiu (pqiu) adunstan 1 2019-07-25
15:45
2019-07-25
23:52
Speed up build on Windows by generating symbol definition in batch Committed Peifeng Qiu (pqiu) nmisch 1 2019-05-06
02:06
2019-04-29
07:36
parse-time support function for "any" datatype Moved to next CF Pavel Stehule (okbobcz) 10 2021-03-09
05:31
2021-03-03
17:25
Mingw: Fix import library extension, build actual static libraries Moved to next CF Sandro Mani (sandrom) Peter Eisentraut (petere) 2 2019-09-30
17:59
2019-09-04
06:47
Implement uuid_version() Moved to next CF 13 Jose Luis Tallon (jltallon) Fabien Coelho (calvin) 2 2019-09-02
16:00
2019-09-02
16:00
pg_upgrade version and path checking Moved to next CF Daniel Gustafsson (d_gustafsson) Peter Eisentraut (petere) petere 2 2019-09-30
17:59
2021-03-03
09:04
Improve Append/MergeAppend EXPLAIN output when all subplans are pruned. Moved to next CF David Rowley (davidrowley) 3 2019-12-01
01:58
2019-12-01
02:49
Make pg_waldump and xact_desc() report the detail information like GID about PREPARE TRANSACTION record Moved to next CF Fujii Masao (masaofujii) Julien Rouhaud (rjuju) masaofujii 3 2019-11-13
08:38
2019-11-20
08:50
Rearrange postmaster startup order to improve logging behavior Moved to next CF Tom Lane (tgl) tgl 2 2019-09-11
15:43
2019-09-11
15:47
Avoiding deadlock errors in CREATE INDEX CONCURRENTLY Moved to next CF Dhruv Goel (goeldhru) Yoshikazu Imai (yimai) 3 2019-11-25
08:01
2019-11-25
08:01
Fix runtime errors from -fsanitize=undefined Moved to next CF Peter Eisentraut (petere) Fabien Coelho (calvin), didier gautheron (didier.users.sourceforge.net) 2 2019-08-13
18:50
2019-08-13
18:49
vacuumlo: report the number of large objects going to be removed Moved to next CF Timur Birsh (taem) 2 2019-09-30
18:00
2019-09-06
15:25
uuid generation function in core Committed Peter Eisentraut (petere) Fabien Coelho (calvin) petere 1 2019-07-14
12:39
2019-09-02
16:00
run collation tests by default Committed Peter Eisentraut (petere) Tom Lane (tgl) petere 1 2019-07-31
11:54
2019-07-31
11:54
Logging corruption error codes Committed Andrey Borodin (x4m) Peter Eisentraut (petere) petere 1 2019-08-01
09:26
2019-08-01
09:42
errbacktrace Moved to next CF Álvaro Herrera (alvherre), Peter Eisentraut (petere) alvherre 3 2019-11-08
18:53
2019-11-23
16:14
postgres_fdw: Minor improvement to postgresAcquireSampleRowsFunc Committed Etsuro Fujita (efujita) Julien Rouhaud (rjuju) efujita 1 2019-07-03
09:03
2019-07-03
09:01
relative rpath Returned with feedback Peter Eisentraut (petere) Tom Lane (tgl) 1 2019-08-01
08:28
2019-08-01
08:28
allow_system_table_mods stuff Moved to next CF Peter Eisentraut (petere) Tom Lane (tgl) petere 4 2019-11-29
09:31
2019-11-29
09:30
Monitoring & Control
Shared-memory based stats collector Moved to next CF Kyotaro Horiguchi (horiguti) Tomas Vondra (fuzzycz), Antonin Houska (a.houska) 17 2021-10-01
17:20
2022-04-08
04:44
Add client connection check during the execution of the query Returned with feedback Sergey Cherkashin (cherkashins) Stas Kelvich (kelvich) 2 2019-08-01
06:15
2022-02-14
04:15
Log bind parameter values on error Moved to next CF 13 Alexey Bashtanov (bashtanov) alvherre 6 2019-12-11
22:41
2019-12-12
23:19
pg_stat_statements should notice FOR UPDATE clauses Committed Andrew Gierth (rhodiumtoad), Vik Fearing (xocolatl) Greg Stark (stark), Takayuki Tsunakawa (maumau), Sergei Kornilov (melkij) rhodiumtoad 2 2019-07-14
11:25
2019-07-14
11:43
Planning counters in pg_stat_statements Moved to next CF Fujii Masao (masaofujii), Julien Rouhaud (rjuju), Thomas Munro (macdice), PAscal L (pascall) Greg Stark (stark), Yoshikazu Imai (yimai), PAscal L (pascall) masaofujii 6 2020-04-02
02:37
2020-04-08
12:32
query logging of prepared statements Withdrawn 12 Justin Pryzby (justinpryzby) Artur Zakirov (a.zakirov) 2 2019-04-22
17:55
2019-04-07
16:09
Expose queryid in pg_stat_activity and log_line_prefix Moved to next CF Julien Rouhaud (rjuju) atsushi torikoshi (atorik), Evgeny Efimkin (efimkine), Nitin Jadhav (nitinjadhav11) bmomjian 10 2021-04-08
08:34
2021-04-08
15:17
minimizing pg_stat_statements.track='none' performance overhead Withdrawn Raymond Martin (ramarti) 1 2019-04-15
21:44
2019-07-19
20:50
allow to set log_statement_sample_limit - maximal duration for sampling Moved to next CF Pavel Stehule (okbobcz) Adrien Nayrat (anayrat) 3 2019-11-06
19:21
2019-11-06
19:22
progress report for ANALYZE Moved to next CF 13 Álvaro Herrera (alvherre), Vinayak Pokale (vinayak), Tatsuro Yamada (tatsuro_yamada) Julien Rouhaud (rjuju), Amit Langote (amitlan) alvherre 4 2020-01-15
14:53
2020-01-27
10:16
socket_timeout in interfaces/libpq Moved to next CF 13 Ryohei Nagaura (nyannyan) 5 2020-04-08
12:39
2020-04-08
12:39
Performance
Protect syscache from bloating with negative cache entries Moved to next CF Kyotaro Horiguchi (horiguti) Heikki Linnakangas (heikki), Jim Nasby (decibel), Takayuki Tsunakawa (maumau), Takeshi Ideriha (ideriha) 23 2021-10-05
16:21
2021-03-24
05:26
Evaluate immutable functions during planning (in FROM clause) Moved to next CF Alexander Kuzmenkov (akuzmenkov), Aleksandr Parfenov (a.parfenov) Antonin Houska (a.houska), Anastasia Lubennikova (lubennikovaav), Anthony Bykov (anthonyb) tgl 7 2019-08-01
22:51
2019-09-24
15:17
Global shared meta cache Moved to next CF 13 Takeshi Ideriha (ideriha) 7 2019-10-30
01:15
2020-02-01
11:51
Remove self join on a unique column Moved to next CF Konstantin Knizhnik (knizhnik), Alexander Kuzmenkov (akuzmenkov), Andrei Lepikhov (lepikhov) Alena Rybakina (a.rybakina) smagen 27 2023-10-25
10:02
2023-10-23
11:29
Autoprepare: implicitly replace literals with parameters and store generalized plan Moved to next CF Konstantin Knizhnik (knizhnik) Ryo Yamaji (ryamaji), Ryohei Nagaura (nyannyan) 10 2020-07-01
09:19
2020-07-01
09:18
Tid range scan Moved to next CF 13 Edmund Horner (ejrh) David Rowley (davidrowley), Shawn Wang (shawnwang) davidrowley 7 2019-12-01
02:34
2021-02-27
10:05
Block level parallel vacuum Moved to next CF Masahiko Sawada (masahikosawada) Dilip Kumar (dilip.kumar), Sergei Kornilov (melkij) amitkapila 8 2020-01-30
02:45
2020-01-30
02:47
KNN for B-tree Moved to next CF Nikita Glukhov (n.glukhov) Alexander Korotkov (smagen), Anastasia Lubennikova (lubennikovaav) smagen 8 2020-03-16
13:18
2020-03-16
13:17
Referential Integrity Checks with Statement Level Triggers Returned with feedback 13 Corey Huinker (coreyh) Antonin Houska (a.houska) 2 2019-08-01
10:49
2019-08-01
19:28
SortSupport implementation on inet/cdir Committed 13 Brandur Leach (brandur) Edmund Horner (ejrh) pgeoghegan 2 2019-08-01
20:53
2019-08-01
16:41
Speed up transaction completion faster after many relations are accessed in a transaction Moved to next CF 13 Takayuki Tsunakawa (maumau) Takayuki Tsunakawa (maumau) davidrowley 5 2021-06-30
06:14
2024-01-09
06:24
Optimization of some jsonb functions Moved to next CF 13 Nikita Glukhov (n.glukhov) Andrew Dunstan (adunstan) alvherre 3 2019-09-21
00:13
2019-09-21
00:09
Convert Lists into arrays Committed 13 Tom Lane (tgl) David Rowley (davidrowley), Jesper Pedersen (jpedersen) tgl 2 2019-07-15
17:46
2019-08-01
01:15
Convert NOT IN to anti-joins when possible Moved to next CF 13 David Rowley (davidrowley) Antonin Houska (a.houska) 4 2019-11-28
02:30
2019-11-28
02:30
NOT IN to ANTI JOIN transformation Moved to next CF 13 James Finnerty (jimfinnerty), Zheng Li (zhengli) 6 2020-04-08
13:32
2020-04-08
13:32
Flexible partition pruning hook Moved to next CF 13 Mike Palmiotto (mpalmiotto) 3 2019-09-30
18:02
2019-07-12
18:34
Bloom index cost model Moved to next CF 13 Jeff Janes (jjanes) Julien Rouhaud (rjuju) 4 2019-09-30
19:06
2019-09-26
07:00
Built-in connection proxy Moved to next CF Konstantin Knizhnik (knizhnik) Koichi Suzuki (koichi) 7 2020-09-17
05:07
2021-04-28
10:14
Avoid full GIN index scan when possible Moved to next CF 13 Julien Rouhaud (rjuju), Nikita Glukhov (n.glukhov) Tom Lane (tgl) smagen 4 2020-01-17
22:23
2020-01-17
22:13
Minimizing pg_stat_statements performance overhead when track = none. Committed Raymond Martin (ramarti) Fabien Coelho (calvin) jdavis 1 2019-07-19
20:48
2019-07-19
20:50
Trigger autovacuum on tuple insertion Moved to next CF Laurenz Albe (laurenz) David Rowley (davidrowley), Laurenz Albe (laurenz), Justin Pryzby (justinpryzby) davidrowley 5 2020-03-28
07:50
2020-04-02
23:44
Parallel-aware file_fdw Moved to next CF Thomas Munro (macdice) Daniel Gustafsson (d_gustafsson) 2 2019-09-30
18:03
2019-09-03
17:31
accounting for memory used for BufFile during hash joins Moved to next CF Tomas Vondra (fuzzycz) Melanie Plageman (melanieplageman) 3 2019-11-26
04:55
2019-11-26
04:59
Use memcpy in pglz decompression Moved to next CF Andrey Borodin (x4m), Владимир Лесков (tinsane) Peter Eisentraut (petere) fuzzycz 4 2019-11-28
22:44
2019-12-01
02:50
Use heap_multi_insert for catalog relations Moved to next CF Daniel Gustafsson (d_gustafsson) Michael Paquier (michael-kun) 4 2020-01-23
06:29
2020-07-31
15:51
Cleanup and speedup string functions Committed David Rowley (davidrowley) davidrowley 1 2019-07-22
12:17
2019-07-22
16:00
New context under MessageContext that's reset per plannable statement Committed 13 Amit Langote (amitlan) Julien Rouhaud (rjuju) tgl 1 2019-07-10
18:33
2019-07-12
05:22
Optimized partial TOAST decompression Moved to next CF Xiao Bao (djydewang) Andrey Borodin (x4m) fuzzycz 3 2019-10-01
12:31
2019-11-15
06:44
Reduce overhead of NOTIFY with many databases Moved to next CF Martijn van Oosterhout (martijnvoosterhout) Tom Lane (tgl) tgl 2 2019-09-22
15:46
2019-09-22
15:48
Speedup truncates of relation forks Moved to next CF Kirk Jamison (kirkjamison) Fujii Masao (masaofujii) masaofujii 2 2019-09-24
08:42
2019-09-24
23:57
Parallel grouping sets Moved to next CF Richard Guo (richardguo) 6 2020-07-12
20:31
2020-07-12
20:30
Multi insert in CTAS/MatView Moved to next CF Paul Guo (paulguo), Taylor Vesely (tvesely) Asim Rama Praveen (apraveen) 6 2020-07-30
22:07
2020-07-30
22:08
Run-time pruning for ModifyTable Moved to next CF David Rowley (davidrowley) Amit Langote (amitlan), sho kato (kato-sho) 5 2020-04-07
11:52
2020-04-08
05:54
Optimize pglz compression Moved to next CF Andrey Borodin (x4m), Владимир Лесков (tinsane) 2 2019-09-30
05:14
2019-12-01
02:50
de-TOAST'ing using a iterator Moved to next CF Xiao Bao (djydewang) 8 2020-11-27
08:31
2020-11-27
08:31
Procedural Languages
session variables, LET command Moved to next CF Pavel Stehule (okbobcz) Fabien Coelho (calvin), Julien Rouhaud (rjuju), Gilles Darold (darold), Dmitry Dolgov (erthalion), Justin Pryzby (justinpryzby), Brian Faherty (scrummyin), Philippe BEAUDOIN (beaud76), Asif Rehman (asifrana), remi duval (remduv) 30 2024-02-01
18:15
2024-03-18
07:08
block level PRAGMA Rejected Pavel Stehule (okbobcz) 3 2019-04-09
13:03
2019-04-09
18:48
Refactoring
get rid of StdRdOptions, use individual binary reloptions representation for each relation kind instead Moved to next CF Nikolay Shaplov (nataraj) John Dent (denty) 8 2019-10-05
15:19
2019-09-27
08:24
Avoid duplication of code to read XLOG page Moved to next CF Antonin Houska (a.houska) Michael Paquier (michael-kun) alvherre 3 2019-11-25
18:16
2019-11-26
10:40
share string to *int64 functions Returned with feedback Fabien Coelho (calvin) Michael Paquier (michael-kun) 1 2019-08-01
04:19
2019-11-25
07:21
Remove page-read callback from XLogReaderState Moved to next CF Kyotaro Horiguchi (horiguti) Heikki Linnakangas (heikki), Antonin Houska (a.houska), Takashi Menjo (tmenjo) macdice 13 2021-10-04
06:18
2021-10-07
08:28
Unwind some workarounds for lack of portable int64 format specifier Committed Peter Eisentraut (petere) Tom Lane (tgl) petere 1 2019-07-04
15:04
2019-07-04
15:02
Refactoring base64 encoding and decoding into a safer interface Committed 13 Michael Paquier (michael-kun) Daniel Gustafsson (d_gustafsson) michael-kun 1 2019-07-04
07:14
2019-07-04
07:14
Remove HeapTuple and Buffer dependency for predicate locking functions Moved to next CF 13 Ashwin Agrawal (ashwinstar) Thomas Munro (macdice) macdice 4 2020-01-28
00:48
2020-01-28
01:00
Reduce size of core scanner transition array Moved to next CF 13 John Naylor (john.naylor) Tom Lane (tgl) tgl 4 2020-01-13
20:05
2020-01-14
00:59
Replication & Recovery
Respect client-initiated CopyDone during logical streaming replication Withdrawn Dave Cramer (dcramer), Vladimir Gordiychuk (gordiychuk) Craig Ringer (ringerc) 6 2019-07-08
10:48
2019-07-08
10:41
Logical decoding of two-phase transactions Moved to next CF 13 Nikhil Sontakke (nikkhils) Tomas Vondra (fuzzycz), Petr Jelínek (pjmodos) 13 2019-09-30
18:04
2021-08-09
03:00
Restricting maximum keep segments by repslots Moved to next CF 13 Kyotaro Horiguchi (horiguti) Masahiko Sawada (masahikosawada), Greg Stark (stark), Jehan-Guillaume de Rorthais (ioguix) 12 2019-11-28
03:09
2020-04-08
08:02
Synchronous replay mode for avoiding stale reads on hot standbys Withdrawn 13 Thomas Munro (macdice) 7 2019-07-01
09:05
2019-02-04
06:34
pg_rewind: options to use restore_command from recovery.conf or command line Moved to next CF 13 Alexey Kondratov (ololobus) Andrey Borodin (x4m) michael-kun 8 2020-04-01
02:20
2020-04-01
08:56
online change primary_conninfo Moved to next CF 13 Sergei Kornilov (melkij) Fujii Masao (masaofujii) alvherre 7 2020-03-27
23:40
2020-04-01
14:03
Remove deprecated exclusive backup mode Moved to next CF David Steele (dsteele) Magnus Hagander (mha) 9 2021-03-19
14:13
2020-07-10
19:56
Add timeline to partial WAL segments Moved to next CF David Steele (dsteele) 9 2020-09-30
07:17
2020-09-30
07:17
logical streaming for large in-progress transactions Moved to next CF Amit Kapila (amitkapila), Tomas Vondra (fuzzycz), Petr Jelínek (pjmodos), Dilip Kumar (dilip.kumar) Dilip Kumar (dilip.kumar), Masahiko Sawada (masahikosawada), vigneshwaran C (vignesh.postgres) amitkapila 9 2020-09-09
03:10
2020-09-16
06:01
Synchronizing slots from primary to standby Moved to next CF 13 Petr Jelínek (pjmodos) Shaun Thomas (bonesmoses) 4 2019-09-30
18:05
2019-07-08
10:28
pg_basebackup to adjust existing data directory permissions Moved to next CF Haribabu Kommi (haribabu) Martín Marqués (mmarques) 4 2019-11-27
09:15
2019-11-27
09:14
Add tablespace tap test to pg_rewind Returned with feedback Shaoqi Bai (baishaoqi) Michael Paquier (michael-kun) 1 2019-05-10
11:54
2019-05-10
11:53
warning to publication created and wal_level is not set to logical Committed Lucas Viecelli (lucasviecelli) macdice 1 2019-07-13
01:11
2019-07-13
01:10
Two new options for pg_rewind (1. Ensure clean shutdown 2. Add recovery conf information); Also extract common code of pg_rewind and pg_basebackup. Moved to next CF 13 Ashwin Agrawal (ashwinstar), Paul Guo (paulguo), Jimmy Yih (jyih) Payal Singh (payal) alvherre 2 2019-09-30
17:14
2019-09-30
17:15
Add the capability to logical replication to transfer base types using binary Moved to next CF Dave Cramer (dcramer) Daniel Gustafsson (d_gustafsson) tgl 6 2020-07-21
23:53
2020-07-20
19:02
unlogged sequences Moved to next CF Peter Eisentraut (petere) petere 3 2022-04-07
15:26
2022-04-07
15:24
fsync error handling in pg_receivewal, pg_recvlogical Committed Peter Eisentraut (petere) Sehrope Sarkuni (sehrope) petere 1 2019-07-29
06:25
2019-07-29
06:06
base backup client as auxiliary backend process Moved to next CF Peter Eisentraut (petere) 5 2020-02-28
09:01
2020-03-28
13:49
Security
ldapbindpasswdfile Withdrawn Thomas Munro (macdice) Daniel Gustafsson (d_gustafsson) macdice 1 2019-07-08
00:07
2019-06-21
13:21
Replacing the EDH SKIP primes Committed 13 Daniel Gustafsson (d_gustafsson) Michael Paquier (michael-kun), Peter Eisentraut (petere) michael-kun 1 2019-07-05
02:05
2019-07-05
02:04
initdb: Change authentication defaults Committed Peter Eisentraut (petere) Julien Rouhaud (rjuju) petere 1 2019-07-22
13:21
2019-07-24
20:34
using explicit_bzero Moved to next CF Peter Eisentraut (petere) petere 2 2019-09-05
06:38
2019-09-17
09:10
Server Features
Generic type subscripting Moved to next CF 14 Dmitry Dolgov (erthalion) Tom Lane (tgl), Pavel Stehule (okbobcz), Artur Zakirov (a.zakirov) smagen 19 2021-02-01
12:12
2021-02-01
08:39
Push aggregation down to base relations and joins Moved to next CF Antonin Houska (a.houska) Tom Lane (tgl), Ashutosh Bapat (ashutoshbapat), Richard Guo (richardguo), Andy Fan (andyf) 19 2021-03-11
10:06
2021-03-11
13:34
Custom compression methods Moved to next CF Ildus Kurbangaliev (ildus) 10 2019-09-30
18:47
2021-01-19
09:53
BRIN bloom and multi-minmax indexes Moved to next CF Tomas Vondra (fuzzycz) 11 2019-12-01
01:52
2021-03-27
20:42
Add enum relation option type Moved to next CF 13 Nikolay Shaplov (nataraj) alvherre 8 2019-09-25
19:00
2019-09-25
18:59
Advanced partition matching for partition-wise join Moved to next CF 13 Etsuro Fujita (efujita), Ashutosh Bapat (ashutoshbapat) Etsuro Fujita (efujita), Amul Sul (sulamul), Ashutosh Bapat (ashutoshbapat), Mark Dilger (mark.dilger) efujita 11 2020-04-08
02:44
2020-04-08
10:18
Transactions involving multiple postgres foreign servers Moved to next CF Masahiko Sawada (masahikosawada), Ashutosh Bapat (ashutoshbapat) Takayuki Tsunakawa (maumau), Ashutosh Bapat (ashutoshbapat), Chris Travers (einhverfr), Muhammad Usama (muhammad_usama), Masahiro Ikeda (masahiro.ikeda) 18 2021-10-04
01:00
2021-10-06
03:03
Undo logs Moved to next CF 13 Dilip Kumar (dilip.kumar), Thomas Munro (macdice) Amit Kapila (amitkapila) 8 2019-12-01
02:24
2019-12-01
02:24
Index Skip Scan Moved to next CF 16 Dmitry Dolgov (erthalion), Thomas Munro (macdice), Jesper Pedersen (jpedersen) Peter Geoghegan (pgeoghegan), Dilip Kumar (dilip.kumar), Thomas Munro (macdice), Chris Travers (einhverfr), James Coleman (jcole1989), Cristiano Duarte (cunha17), Andy Fan (andyf), Yuming Wang (yumwang), Jet Zhang (thinkj), Alexandre Felipe (bob.tpro) 19 2022-03-24
11:32
2022-03-29
03:19
SERIALIZABLE on standby servers Withdrawn 13 Thomas Munro (macdice) Kevin Grittner (kgrittn) 4 2019-07-01
11:14
2019-02-04
06:19
amcheck verification for GiST Moved to next CF 13 Andrey Borodin (x4m) Peter Geoghegan (pgeoghegan) pgeoghegan 6 2019-11-28
03:57
2019-11-28
03:57
Undo worker and transaction rollback Moved to next CF 13 Amit Kapila (amitkapila), Dilip Kumar (dilip.kumar), mithun cy (mithun.cy), Rafia Sabih (rafia.sabih) 5 2019-09-09
03:32
2019-01-24
09:01
Cleaning up orphaned files using undo logs Moved to next CF Thomas Munro (macdice) 5 2019-11-28
02:45
2022-01-12
08:27
Add Hook Functions for Disk Quota Extension Moved to next CF Haozhou Wang (hawang), Hubert Zhang (hubertz), Hao Wu (hwu) Raymond Martin (ramarti) 8 2020-07-31
19:36
2020-07-31
19:35
Implement NULL-related checks in object address functions to prevent cache lookup errors, take two Moved to next CF Michael Paquier (michael-kun) Daniel Gustafsson (d_gustafsson) michael-kun 8 2020-07-15
01:20
2020-07-15
00:09
Ltree syntax improvement Moved to next CF Dmitry Belyavsky (beldmit) Nikolay Shaplov (nataraj), Nikita Glukhov (n.glukhov), Aleksandr Sorokin (mustiks) 8 2020-09-30
07:48
2020-09-30
07:48
Replica with large recovery_min_apply_delay is not receiving changes from master after restart until this delay is expired Moved to next CF Konstantin Knizhnik (knizhnik) Martín Marqués (mmarques) 7 2020-08-03
09:32
2020-08-03
09:31
Don't count parallel worker transactions as commits or rollbacks Committed 12 Haribabu Kommi (haribabu) Rahila Syed (rahila.syed), Kirk Jamison (kirkjamison) amitkapila 2 2019-05-24
04:28
2019-04-10
09:13
NOTIFY options + COLLAPSE (make deduplication optional) Moved to next CF Filip Rembiałkowski (filiprem) tgl 2 2019-08-15
16:22
2019-08-14
18:04
Add missing operator <->(box, point) Committed 13 Nikita Glukhov (n.glukhov) Tom Lane (tgl), Alexander Korotkov (smagen), Fabien Coelho (calvin) smagen 1 2019-07-14
12:31
2019-07-11
16:13
Introduce MIN/MAX aggregate functions to pg_lsn Committed Fabrízio Mello (fabriziomello) Michael Paquier (michael-kun), Surafel Temesgen (surafel) michael-kun 1 2019-07-05
03:23
2019-07-05
12:52
Fulltext search for Greek language Committed 13 Panagiotis Mavrogiorgos (pmav99.gmail.com) Peter Eisentraut (petere) petere 1 2019-07-05
02:40
2019-07-11
09:55
Data at rest encryption Moved to next CF 13 Antonin Houska (a.houska), Ants Aasma (antsaasma) Shawn Wang (shawnwang) 3 2019-11-25
08:13
2019-11-25
08:13
tableam vs. TOAST Moved to next CF 13 Robert Haas (rhaas) Peter Eisentraut (petere) rhaas 4 2020-01-08
08:59
2020-01-07
19:38
Compilation support with Visual Studio 2019 Committed Haribabu Kommi (haribabu) Michael Paquier (michael-kun) michael-kun 1 2019-07-03
00:01
2019-07-03
08:51
Introduce spgist quadtree @<(point,circle) operator Moved to next CF 13 Matwey V. Kornilov (matwey) 2 2019-09-30
18:07
2019-07-20
23:07
Support for jsonpath .datetime() method Moved to next CF Alexander Korotkov (smagen), Nikita Glukhov (n.glukhov) Peter Eisentraut (petere), Anastasia Lubennikova (lubennikovaav) smagen 3 2019-11-18
20:25
2019-09-27
14:25
tableam: abstracting relation sizing code Committed Robert Haas (rhaas) Michael Paquier (michael-kun), Daniel Gustafsson (d_gustafsson) rhaas 1 2019-07-08
19:15
2019-07-08
19:15
Allow table AM's to cache stuff in relcache Committed Heikki Linnakangas (heikki) Julien Rouhaud (rjuju) heikki 1 2019-07-30
19:20
2019-07-30
19:19
Shared Memory Context Moved to next CF 13 Takeshi Ideriha (ideriha) Thomas Munro (macdice) 2 2019-10-30
01:11
2020-02-01
11:24
Opclass parameters Moved to next CF 13 Nikita Glukhov (n.glukhov) 3 2019-12-01
02:30
2020-04-01
12:09
ALTER STATISTICS ... SET STATISTICS ... Moved to next CF 13 Tomas Vondra (fuzzycz) Kirk Jamison (kirkjamison) fuzzycz 2 2019-09-10
22:29
2019-09-10
22:28
SQL Commands
SQL/JSON: functions Moved to next CF Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg) Pavel Stehule (okbobcz), Andrew Dunstan (adunstan), Gerdan Santos (gerdan), Andrew Alsup (ahalsup) 13 2020-09-17
05:41
2022-04-08
12:15
SQL/JSON: JSON_TABLE Moved to next CF Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg) Pavel Stehule (okbobcz), Andrew Dunstan (adunstan) 12 2020-08-03
07:56
2022-04-06
18:05
Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT Moved to next CF Matheus Oliveira (matheus.oliveira) Gerdan Santos (gerdan), Ashutosh Bapat (ashutoshbapat), José Villanova (azlev), Lucas Viecelli (lucasviecelli), Cleysson Lima (cleyssonlima) 15 2021-04-08
15:08
2021-04-08
15:07
FETCH FIRST clause WITH TIES option Moved to next CF Surafel Temesgen (surafel) Tomas Vondra (fuzzycz), Vik Fearing (xocolatl) alvherre 8 2020-04-07
22:48
2020-04-08
04:29
extension patch of CREATE OR REPLACE TRIGGER Moved to next CF 13 Takamichi Osumi (tatatappp) Surafel Temesgen (surafel), Philippe BEAUDOIN (beaud76) 3 2019-09-30
18:08
2020-11-14
22:07
[WIP] Temporal query processing with range types - Temporal Normalization Moved to next CF 13 Peter Moser (pemoser), Anton Dignös (dignoes) Ibrar Ahmed (ibrar) 5 2020-01-30
14:48
2020-01-30
15:00
SQL:2011 application time Moved to next CF Paul Jungwirth (pjungwir), Ibrar Ahmed (ibrar) Peter Eisentraut (petere) 12 2022-02-07
03:18
2024-03-19
09:01
range_agg / multiranges Moved to next CF 14 Paul Jungwirth (pjungwir) Pavel Stehule (okbobcz), Jeff Davis (jdavis) smagen 9 2020-12-21
00:29
2020-12-27
19:38
Change EXPLAIN's ANALYZE option to the clearer (EXEC) Withdrawn David Fetter (dfetter) Peter Eisentraut (petere) 1 2019-07-02
18:06
2019-07-02
18:06
Incremental Materialized View Maintenance Moved to next CF 16 Yugo Nagata (yugo.nagata), takuma hoshiai (hoshiai) Tatsuo Ishii (ishii), Toshi Harada (nuko-yokohama), yonghua jian (yonghua) 17 2022-10-12
07:49
2022-10-12
07:53
Add CREATE DATABASE LOCALE option Committed Peter Eisentraut (petere) Fabien Coelho (calvin) petere 1 2019-07-23
13:44
2019-07-23
13:00
Allow an alias to be attached directly to a JOIN ... USING Moved to next CF Peter Eisentraut (petere) Tom Lane (tgl) petere 10 2021-03-31
15:41
2021-03-31
15:49
FETCH FIRST clause PERCENT option Moved to next CF Surafel Temesgen (surafel) 12 2021-10-03
16:16
2021-09-30
18:31
conflict handling for COPY FROM Moved to next CF Surafel Temesgen (surafel) Alexey Kondratov (ololobus), Anthony Nowocien (anthonyn), Takanori Asaba (takanori.asaba) 5 2020-04-08
15:17
2020-03-30
12:46
System Administration
Support huge_pages on AIX Moved to next CF 13 Thomas Munro (macdice) macdice 6 2019-12-03
22:39
2019-10-03
13:22
Windows Service status is set to "SERVICE_RUNNING" when timeout is occurred (version 9.6 or earlier). Moved to next CF daisuke higuchi (daisukehiguchi), Ramanarayana M (ramnar) Takayuki Tsunakawa (maumau) 4 2019-11-25
07:06
2019-11-25
07:06
DROP DATABASE FORCE Moved to next CF Pavel Stehule (okbobcz), Filip Rembiałkowski (filiprem) Amit Kapila (amitkapila), Ibrar Ahmed (ibrar), Anthony Nowocien (anthonyn), vigneshwaran C (vignesh.postgres), Cleysson Lima (cleyssonlima), Federico Campoli (rotellaro) amitkapila 4 2020-02-01
05:17
2020-02-01
05:26
Data-only mode for pg_rewind Returned with feedback Chris Travers (einhverfr) Payal Singh (payal) 1 2019-08-01
23:03
2019-08-01
23:07
Improve search for missing parent downlinks in amcheck Moved to next CF 13 Alexander Korotkov (smagen) Peter Geoghegan (pgeoghegan) smagen 5 2020-03-11
09:04
2020-03-11
15:41