Commitfest 2019-07

Shortcuts
Text Status Target version Author (type to search) Reviewer (type to search)
Clear


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

Closed patches

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