Commitfest 2019-11

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


Status summary: Committed: 35. Moved to next CF: 149. Withdrawn: 4. Rejected: 6. Returned with Feedback: 27. Total: 221.

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 Rejected Not processed Takayuki Tsunakawa (maumau) Haribabu Kommi (haribabu) 9 5 years ago
Allow AddForeignUpdateTargets to add extra target expressions other than columns 1819 Returned with feedback Not processed Etsuro Fujita (efujita), Kyotaro Horiguchi (horiguti) Etsuro Fujita (efujita) 6 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
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
Fix unique join costings 2050 Moved to next CF stable Not processed David Rowley (davidrowley) Tom Lane (tgl) 9 4 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
ALTER TABLE restructuring 2130 Moved to next CF Not processed Tom Lane (tgl) Álvaro Herrera (alvherre) Tom Lane (tgl) 4 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 Committed Not processed Julien Rouhaud (rjuju) Heikki Linnakangas (heikki), Michael Paquier (michael-kun) Michael Paquier (michael-kun) 3 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
CVE-2017-7484-induced bugs, or, btree cmp functions are not leakproof? 2205 Committed Not processed Dilip Kumar (dilip.kumar), Amit Langote (amitlan) Dilip Kumar (dilip.kumar), Amit Langote (amitlan) Tom Lane (tgl) 2 5 years ago
pg_upgrade fails with non-standard ACL 2215 Moved to next CF Not processed Anastasia Lubennikova (lubennikovaav), Artur Zakirov (a.zakirov) Grigory Smolkin (g.smolkin.postgrespro.ru) Noah Misch (nmisch) 12 3 years ago
Race condition in logical walsender causes long postgresql shutdown delay 2224 Committed stable Not processed Craig Ringer (ringerc) Álvaro Herrera (alvherre) 2 5 years ago
Invalid permission check in pg_stats for functional indexes 2274 Moved to next CF 13 Not processed Pierre Ducroquet (pinaraf) Kuntal Ghosh (kuntal_ghosh) 5 4 years ago
vacuum_set_xid_limits() can set multiXactCutoff to an unsafe value 2280 Committed Not processed Nathan Bossart (bossartn), Jeremy Schneider (jer) Thomas Munro (macdice) Thomas Munro (macdice) 1 5 years ago
Wrong value in metapage of GIN INDEX. 2289 Committed stable Not processed Insung Moon (tuskiwamoon) Tom Lane (tgl) Tom Lane (tgl) 1 5 years ago
logical decoding : exceeded maxAllocatedDescs for .spill files 2293 Moved to next CF Not processed Amit Khandekar (amitdkhan) Amit Kapila (amitkapila) Amit Kapila (amitkapila) 2 5 years ago
Include RELKIND_TOASTVALUE in get_relkind_objtype 2304 Committed stable Not processed Michael Paquier (michael-kun) Tom Lane (tgl) 1 5 years ago
Fix base backup checksum verification for random or zero page headers 2308 Moved to next CF Not processed Michael Banck (mbanck) 4 3 years ago
Restore replication settings when modifying a field type 2317 Moved to next CF 13 Not processed Zongliang Quan (quanzl) Peter Eisentraut (petere), Euler Taveira (eulerto) Peter Eisentraut (petere) 3 5 years ago
CREATE TEXT SEARCH DICTIONARY segfaulting on 9.6+ 2318 Committed Not processed Artur Zakirov (a.zakirov) Tom Lane (tgl) Tom Lane (tgl) 1 5 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
pgbench - extend initialization phase control 2086 Committed Not processed Fabien Coelho (calvin) Fujii Masao (masaofujii), Ibrar Ahmed (ibrar), Anna Endo (btannaendo) Fujii Masao (masaofujii) 3 5 years ago
pgbench - implement strict TPC-B benchmark 2090 Rejected 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
pgbench - allow to create partitioned "account" tables 2217 Committed Not processed Fabien Coelho (calvin) Asif Rehman (asifrana) Amit Kapila (amitkapila) 2 5 years ago
psql - improve code coverage 2262 Moved to next CF Not processed Fabien Coelho (calvin) Gerdan Santos (gerdan) 5 4 years ago
ensure same width of last column 2281 Withdrawn Not processed Pavel Stehule (okbobcz) 1 5 years ago
Sort policies and triggers by table name in pg_dump 2288 Committed Not processed Benjie Gillam (benjie) Tom Lane (tgl) Tom Lane (tgl) 1 5 years ago
libpq: Fix wrong connection status on invalid "connect_timeout" 2311 Committed Not processed Michael Paquier (michael-kun) 1 5 years ago
psql: echo edited query after \e 2321 Committed Not processed Tom Lane (tgl) Fabien Coelho (calvin), Laurenz Albe (laurenz) Tom Lane (tgl) 1 5 years ago
ECPG new statement: DECLARE STATEMENT 2334 Moved to next CF Not processed Hayato Kuroda (ha-kun) Shawn Wang (shawnwang) Michael Meskes (meskes) 8 4 years ago
Application name for pg_basebackup, pg_receivewal and pg_recvlogical 2335 Rejected Not processed Jesper Pedersen (jpedersen) 1 5 years ago
libpq sslpassword parameter and callback function 2341 Moved to next CF Not processed Andrew Dunstan (adunstan) Greg Nancarrow (gregn1234) Andrew Dunstan (adunstan) 2 5 years ago
Documentation
document that psql's FETCH_COUNT does not work with combined (\;) queries 2219 Moved to next CF Not processed Fabien Coelho (calvin) Gerdan Santos (gerdan), David Johnston (polobo) 6 4 years ago
Add A Glossary 2305 Moved to next CF Not processed Corey Huinker (coreyh) Fabien Coelho (calvin), Justin Pryzby (justinpryzby) Álvaro Herrera (alvherre) 2 4 years ago
Add Change Badges to documentation 2309 Returned with feedback Not processed Corey Huinker (coreyh) Fabien Coelho (calvin) 1 5 years ago
Miscellaneous
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
parse-time support function for "any" datatype 2081 Moved to next CF Not processed Pavel Stehule (okbobcz) 10 4 years ago
Improve Append/MergeAppend EXPLAIN output when all subplans are pruned. 2102 Returned with feedback 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 Committed Not processed Fujii Masao (masaofujii) Julien Rouhaud (rjuju) Fujii Masao (masaofujii) 3 5 years ago
Avoiding deadlock errors in CREATE INDEX CONCURRENTLY 2141 Returned with feedback Not processed Dhruv Goel (goeldhru) Yoshikazu Imai (yimai) 3 5 years ago
errbacktrace 2177 Committed Not processed Álvaro Herrera (alvherre), Peter Eisentraut (petere) Álvaro Herrera (alvherre) 3 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
Adding a test for speculative wait case 2200 Moved to next CF Not processed Ashwin Agrawal (ashwinstar), Melanie Plageman (melanieplageman) Andres Freund (andresfreund) 4 5 years ago
pgrename_temp() – concurrent rename of temporary files on Windows 2230 Moved to next CF Not processed Alexander Korotkov (smagen) 4 4 years ago
allocation limit for encoding conversion 2240 Committed Not processed Álvaro Herrera (alvherre) Tom Lane (tgl) Tom Lane (tgl) 2 5 years ago
Ltree, lquery, and ltxtquery binary protocol support 2242 Moved to next CF Not processed Nino Floris (nino) Alexander Korotkov (smagen) Tom Lane (tgl) 4 4 years ago
Add index AM callback to adjust opfamily member dependencies 2243 Moved to next CF Not processed Tom Lane (tgl) Alexander Korotkov (smagen), Hamid Akhtar (hamidakhtar) Tom Lane (tgl) 5 4 years ago
enhance SPI to support EXECUTE commands 2279 Moved to next CF Not processed Zongliang Quan (quanzl) 2 5 years ago
Add more compile-time asserts 2286 Moved to next CF 13 Not processed Peter Smith (smithpb) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 3 5 years ago
Make use of C99 designated initialisers for nulls/values arrays 2290 Rejected 13 Not processed Peter Smith (smithpb) 1 5 years ago
Add some useful asserts into View Options Macroses 2295 Committed Not processed Nikolay Shaplov (nataraj) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 5 years ago
Add uri percent-encoding for binary data 2299 Moved to next CF Not processed Anders Åstrand (anders_a) Daniel Gustafsson (d_gustafsson) 4 4 years ago
Safeguards against incorrect fd flags for fsync() 2300 Committed 13 Not processed Michael Paquier (michael-kun) Mark Dilger (hornschnorter) Michael Paquier (michael-kun) 1 5 years ago
Ordering of header file inclusion 2306 Committed Not processed vigneshwaran C (vignesh.postgres) Amit Kapila (amitkapila) Amit Kapila (amitkapila) 1 5 years ago
Sorry please remove this duplicated entry. 2324 Withdrawn Not processed 1
Shared Memory Context 2325 Moved to next CF 13 Not processed Takeshi Ideriha (ideriha) 2 5 years ago
Add support for automatically updating Unicode derived files 2327 Moved to next CF Not processed Peter Eisentraut (petere) John Naylor (john.naylor) Peter Eisentraut (petere) 2 5 years ago
Preserve versions of initdb-created collations in pg_upgrade 2328 Moved to next CF Not processed Peter Eisentraut (petere) 2 5 years ago
Add SQL function to show total block numbers in the relation 2329 Rejected Not processed Yu Kimura (yukimura) 1 5 years ago
Extracting only the columns needed for a query 2331 Moved to next CF Not processed Ashwin Agrawal (ashwinstar), Melanie Plageman (melanieplageman) Dmitry Dolgov (erthalion) 4 4 years ago
Improve checking for pg_index.xmin 2337 Moved to next CF Not processed Alexander Korotkov (smagen) 3 5 years ago
TestLib::command_fails_like enhancement 2339 Committed Not processed Andrew Dunstan (adunstan) Mark Dilger (hornschnorter) Andrew Dunstan (adunstan) 1 5 years ago
Remove configure --disable-float4-byval and --disable-float8-byval 2343 Committed Not processed Peter Eisentraut (petere) Michael Paquier (michael-kun) 1 5 years ago
Monitoring & Control
SQL statements statistics counter view (pg_stat_sql) 790 Moved to next CF Not processed Haribabu Kommi (haribabu) Dilip Kumar (dilip.kumar), Vinayak Pokale (vinpokale), Mark Dilger (mark.dilger) 8 4 years ago
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
Log bind parameter values on error 1934 Moved to next CF 13 Not processed Alexey Bashtanov (bashtanov) Álvaro Herrera (alvherre) 6 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
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
allow to set log_statement_sample_limit - maximal duration for sampling 2163 Rejected 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
get current and recovery timeline 2225 Moved to next CF 13 Not processed Jehan-Guillaume de Rorthais (ioguix) Kyotaro Horiguchi (horiguti), Fujii Masao (masaofujii) 3 5 years ago
Amcheck: check B-tree leftlink-rightlink invariant on standby 2254 Moved to next CF Not processed Andrey Borodin (x4m) Georgy Rylov (godjan) Peter Geoghegan (pgeoghegan) 4 4 years ago
Add a reset_computed_values function in pg_stat_statements 2275 Returned with feedback Not processed Pierre Ducroquet (pinaraf) Julien Rouhaud (rjuju), Euler Taveira (eulerto) 2 5 years ago
Log statement sample 2312 Committed 13 Not processed Adrien Nayrat (anayrat) Tomas Vondra (fuzzycz) 1 5 years ago
Parallel leader process info in EXPLAIN output 2315 Moved to next CF Not processed Thomas Munro (macdice) Melanie Plageman (melanieplageman) 3 5 years ago
Add accumulated statistics for wait event 2332 Moved to next CF Not processed Yoshikazu Imai (yimai) Pavel Stehule (okbobcz), atsushi torikoshi (atorik) 4 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
Incremental sort 1124 Moved to next CF Not processed Alexander Korotkov (smagen), Tomas Vondra (fuzzycz), James Coleman (jcole1989) Tomas Vondra (fuzzycz), Antonin Houska (a.houska), James Coleman (jcole1989), Diego - (galponcio) Tomas Vondra (fuzzycz) 11 4 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 Returned with feedback 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
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
Convert NOT IN to anti-joins when possible 2020 Returned with feedback 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
Bloom index cost model 2043 Returned with feedback 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
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
accounting for memory used for BufFile during hash joins 2109 Returned with feedback 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
Optimized partial TOAST decompression 2135 Committed Not processed Xiao Bao (djydewang) Andrey Borodin (x4m) Tomas Vondra (fuzzycz) 3 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
de-TOAST'ing using a iterator 2194 Moved to next CF Not processed Xiao Bao (djydewang) 8 4 years ago
Memory-Bounded Hash Aggregation 2201 Moved to next CF Not processed Jeff Davis (jdavis) Jeff Davis (jdavis) 4 4 years ago
B-tree deduplication 2202 Moved to next CF Not processed Anastasia Lubennikova (lubennikovaav) Peter Geoghegan (pgeoghegan), Antonin Houska (a.houska) Peter Geoghegan (pgeoghegan) 4 5 years ago
Memory Accounting at Block Level 2216 Committed Not processed Jeff Davis (jdavis) Melanie Plageman (melanieplageman), Soumyadeep Chakraborty (soumyadeep2007) Tomas Vondra (fuzzycz) 2 5 years ago
Write visibility map during CLUSTER/VACUUM FULL 2273 Returned with feedback Not processed Alexander Korotkov (smagen) Shawn Wang (shawnwang), Anna Akenteva (a.akenteva) 2 2 years ago
Fix handling of full outer joins by partitionwise join 2278 Moved to next CF Not processed Amit Langote (amitlan) Tom Lane (tgl), Justin Pryzby (justinpryzby), Richard Guo (richardguo) Tom Lane (tgl) 3 4 years ago
Optimize expression evaluation in PL/pgSQL 2282 Committed Not processed Konstantin Knizhnik (knizhnik) Pavel Stehule (okbobcz) Tom Lane (tgl) 1 5 years ago
Make integer operations more efficient, inspired by Ryū 2285 Moved to next CF 13 Not processed David Fetter (dfetter) Andrew Gierth (rhodiumtoad) Andrew Gierth (rhodiumtoad) 3 5 years ago
Improve recovery performance of dropping database having many tablespaces 2291 Committed Not processed Fujii Masao (masaofujii) Kirk Jamison (kirkjamison) Fujii Masao (masaofujii) 1 5 years ago
Remove size limitations of vacuums dead_tuples array 2302 Returned with feedback 13 Not processed Ants Aasma (ants) 1 5 years ago
bitmap cost should account for correlated indexes 2310 Moved to next CF 14 Not processed Justin Pryzby (justinpryzby) 7 4 years ago
Optimize dropping of relation buffers during recovery 2319 Moved to next CF Not processed Kirk Jamison (kirkjamison) Takayuki Tsunakawa (maumau), Haiying Tang (tanghy) Amit Kapila (amitkapila) 7 4 years ago
Reducing memory usage of creating foreign key between partitioned tables 2330 Moved to next CF Not processed sho kato (kato-sho) Tom Lane (tgl) 5 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
Refactoring
Avoid duplication of code to read XLOG page 2098 Committed Not processed Antonin Houska (a.houska) Michael Paquier (michael-kun) Álvaro Herrera (alvherre) 3 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
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
standardize integer parsing in front-end utilities 2197 Moved to next CF Not processed Surafel Temesgen (surafel), Joe Nelson (begriffs) Daniel Gustafsson (d_gustafsson) 4 5 years ago
Remove IndexBuildCallback's dependency on HeapTuple 2235 Committed Not processed Ashwin Agrawal (ashwinstar) Andres Freund (andresfreund) 2 5 years ago
pgbench - improve variable management performance 2236 Moved to next CF Not processed Fabien Coelho (calvin) 6 4 years ago
Consolidate code that makes a sorted array unique. 2267 Committed Not processed Thomas Munro (macdice) Thomas Munro (macdice) 2 5 years ago
Introduce xid8 and xid8_current() etc, for 64 bit transaction IDs. 2271 Moved to next CF Not processed Thomas Munro (macdice) Takao Fujii (t-fujii) Thomas Munro (macdice) 4 4 years ago
share string to *int64 functions, take two 2272 Returned with feedback 13 Not processed Michael Paquier (michael-kun), Fabien Coelho (calvin) 2 5 years ago
Executor code refactoring around result relations 2277 Moved to next CF Not processed Amit Langote (amitlan) Heikki Linnakangas (heikki) Heikki Linnakangas (heikki) 6 4 years ago
Make each Access Method to use own stucture for storing options instead of StdRdOptions 2294 Committed Not processed Nikolay Shaplov (nataraj) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 5 years ago
Do not use StdRdOptions for partitioned table options, use empty structure instead 2297 Committed Not processed Nikolay Shaplov (nataraj) John Dent (denty) Michael Paquier (michael-kun) 1 5 years ago
pgbench - refactor init functions with buffers 2313 Moved to next CF Not processed Fabien Coelho (calvin) Heikki Linnakangas (heikki) 5 4 years ago
fe_utils - share query cancellation code 2336 Moved to next CF Not processed Fabien Coelho (calvin) Ibrar Ahmed (ibrar) Michael Paquier (michael-kun) 2 5 years ago
Refactor parse analysis of EXECUTE command 2344 Moved to next CF Not processed Peter Eisentraut (petere) Pavel Stehule (okbobcz) Peter Eisentraut (petere) 2 5 years ago
Replication & Recovery
Restricting maximum keep segments by repslots 1260 Returned with feedback 13 Not processed Kyotaro Horiguchi (horiguti) Masahiko Sawada (masahikosawada), Greg Stark (stark), Jehan-Guillaume de Rorthais (ioguix) 12 4 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
pg_basebackup to adjust existing data directory permissions 2018 Returned with feedback Not processed Haribabu Kommi (haribabu) Martín Marqués (mmarques) 4 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
base backup client as auxiliary backend process 2192 Moved to next CF Not processed Peter Eisentraut (petere) 5 4 years ago
Row filtering for logical replication 2270 Moved to next CF 13 Not processed Euler Taveira (eulerto) Amit Langote (amitlan), Gerdan Santos (gerdan), movead li (movead.li) 4 3 years ago
Minimal logical decoding on standbys 2283 Moved to next CF Not processed Amit Khandekar (amitdkhan) Rahila Syed (rahila.syed) 4 1 year ago
pause recovery if pitr target not reached when recovery_target_time is specified 2284 Moved to next CF 13 Not processed Leif Gunnar Erlandsen (leif) Peter Eisentraut (petere) Peter Eisentraut (petere) 2 5 years ago
Add new developer GUC "ignore_invalid_pages", to ignore invalid pages failure during recovery 2292 Moved to next CF Not processed Fujii Masao (masaofujii) Michael Paquier (michael-kun) Fujii Masao (masaofujii) 2 5 years ago
Add a GUC variable that control logical replication 2296 Returned with feedback 13 Not processed Zongliang Quan (quanzl) Peter Eisentraut (petere) 1 5 years ago
Security
Add mandatory access control for TRUNCATE 2221 Committed 13 Not processed Yulian Khodorkovskiy (ykhodo) KaiGai Kohei (kaigai), Mike Palmiotto (mpalmiotto) Joe Conway (jconway) 2 5 years ago
Allow cluster owner to bypass authentication 2244 Moved to next CF Not processed Peter Eisentraut (petere) 4 4 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
BRIN bloom and multi-minmax indexes 1348 Returned with feedback Not processed Tomas Vondra (fuzzycz) 11 3 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 Returned with feedback 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
amcheck verification for GiST 1800 Returned with feedback 13 Not processed Andrey Borodin (x4m) Peter Geoghegan (pgeoghegan) Peter Geoghegan (pgeoghegan) 6 5 years ago
Cleaning up orphaned files using undo logs 1863 Returned with feedback 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
Data at rest encryption 2104 Returned with feedback 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
Support for jsonpath .datetime() method 2133 Committed Not processed Alexander Korotkov (smagen), Nikita Glukhov (n.glukhov) Peter Eisentraut (petere), Anastasia Lubennikova (lubennikovaav) Alexander Korotkov (smagen) 3 5 years ago
Opclass parameters 2183 Returned with feedback 13 Not processed Nikita Glukhov (n.glukhov) 3 4 years ago
KMS - Internal key management system 2196 Moved to next CF Not processed Masahiko Sawada (masahikosawada), Ibrar Ahmed (ibrar), Insung Moon (tsukiwamoon) Cary Huang (cary) 6 4 years ago
Resume vacuum and autovacuum from interruption and cancellation 2211 Moved to next CF Not processed Masahiko Sawada (masahikosawada) Rafia Sabih (rafia.sabih), Ibrar Ahmed (ibrar) 4 4 years ago
Global temporary tables 2233 Moved to next CF Not processed Konstantin Knizhnik (knizhnik) 3 5 years ago
A hook for path-removal decision on add_path 2234 Moved to next CF Not processed KaiGai Kohei (kaigai) 11 2 years ago
Unix-domain socket support on Windows 2237 Moved to next CF Not processed Peter Eisentraut (petere) Andrew Dunstan (adunstan) Peter Eisentraut (petere) 4 4 years ago
Remove pg_pltemplate, add trustable extensions instead 2246 Moved to next CF Not processed Tom Lane (tgl) Peter Eisentraut (petere) Tom Lane (tgl) 3 5 years ago
Asymmetric partition-wise JOIN 2249 Moved to next CF Not processed KaiGai Kohei (kaigai) Andrei Lepikhov (lepikhov) 7 3 years ago
Hooks for session start and end, take two 2251 Returned with feedback 13 Not processed Michael Paquier (michael-kun) Fabrízio Mello (fabriziomello) Michael Paquier (michael-kun) 2 5 years ago
ICU for global collation 2256 Moved to next CF Not processed Peter Eisentraut (petere) Julien Rouhaud (rjuju) Peter Eisentraut (petere) 4 3 years ago
Startup Centralization 2259 Returned with feedback 13 Not processed Mike Palmiotto (mpalmiotto), Yulian Khodorkovskiy (ykhodo) Mike Palmiotto (mpalmiotto) 2 4 years ago
seccomp-bpf support 2263 Moved to next CF 13 Not processed Joe Conway (jconway) Monk Dead (monkd) 3 4 years ago
Fix partitionwise join with partially-redundant join clauses 2266 Moved to next CF Not processed Richard Guo (richardguo) Tom Lane (tgl), Dilip Kumar (dilip.kumar), Ashutosh Bapat (ashutoshbapat) Richard Guo (richardguo) 16 7 months ago
GiST sorting build 2276 Moved to next CF Not processed Andrey Borodin (x4m) Heikki Linnakangas (heikki), Pavel Borisov (pborisov) Heikki Linnakangas (heikki) 5 3 years ago
JIT: Don't codegen deform code for virtual tuples in expr eval for scan fetch 2287 Committed 13 Not processed Soumyadeep Chakraborty (soumyadeep2007) Andres Freund (andresfreund) 1 5 years ago
JIT: Optimize generated functions earlier to lower memory usage 2298 Withdrawn 13 Not processed Soumyadeep Chakraborty (soumyadeep2007) 1 5 years ago
Support adding partitioned tables to logical replication publications 2301 Moved to next CF Not processed Amit Langote (amitlan) Peter Eisentraut (petere), Rafia Sabih (rafia.sabih), Rui Zhao (markrui) Peter Eisentraut (petere) 3 4 years ago
Simple collation versions for glibc 2303 Committed Not processed Thomas Munro (macdice) Thomas Munro (macdice) 1 4 years ago
Make list of reportable GUC's configurable 2314 Returned with feedback 13 Not processed Dave Cramer (dcramer) 1 5 years ago
Using multiple extended statistics for estimates 2320 Moved to next CF Not processed Tomas Vondra (fuzzycz) Mark Dilger (hornschnorter) Tomas Vondra (fuzzycz) 2 5 years ago
jsonb_set_lax function 2323 Moved to next CF 13 Not processed Andrew Dunstan (adunstan) Pavel Stehule (okbobcz) Andrew Dunstan (adunstan) 2 5 years ago
Shared system catalog cache 2326 Moved to next CF 13 Not processed Takeshi Ideriha (ideriha) 2 5 years ago
Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings 2342 Moved to next CF Not processed Andrew Dunstan (adunstan) Peter Eisentraut (petere) Andrew Dunstan (adunstan) 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
[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
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
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
Implement INSERT SET syntax 2218 Moved to next CF Not processed Gareth Palmer (gareth) Jaime Casanova (jcasanov), Ibrar Ahmed (ibrar), movead li (movead.li), Wenjing Zeng (wenjing.zwj) 15 2 years ago
Allow to_date() and to_timestamp() to accept localized names 2255 Moved to next CF 13 Not processed Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com) Tom Lane (tgl) Tom Lane (tgl) 4 5 years ago
Allow REINDEX, CLUSTER and VACUUM FULL to rebuild on new TABLESPACE/INDEX_TABLESPACE 2269 Moved to next CF Not processed Justin Pryzby (justinpryzby), Alexey Kondratov (ololobus) Justin Pryzby (justinpryzby), Cleysson Lima (cleyssonlima) Michael Paquier (michael-kun) 9 4 years ago
extension patch of CREATE OR REPLACE TRIGGER 2307 Moved to next CF Not processed Takamichi Osumi (tatatappp) Surafel Temesgen (surafel), Philippe BEAUDOIN (beaud76), Peter Smith (smithpb2250) Tom Lane (tgl) 6 4 years ago
WITH SYSTEM VERSIONING Temporal Tables 2316 Moved to next CF Not processed Surafel Temesgen (surafel) Vik Fearing (xocolatl), Rémi Lapeyre (remilapeyre) 11 3 years ago
Join Correlation Name 2322 Withdrawn 13 Not processed Vik Fearing (xocolatl) Andrew Gierth (rhodiumtoad) 1 5 years ago
Allow CREATE OR REPLACE VIEW to rename the columns 2333 Committed Not processed Fujii Masao (masaofujii) Fujii Masao (masaofujii) 1 5 years ago
abs function for interval 2345 Returned with feedback 13 Not processed Euler Taveira (eulerto) 1 5 years ago
Modernizing SQL functions' result type coercions 2362 Moved to next CF Not processed Tom Lane (tgl) Heikki Linnakangas (heikki) Tom Lane (tgl) 2 5 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 Returned with feedback 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
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
Add --include-foreign-data option to pg_dump to dump the data of foreign tables 2208 Moved to next CF 13 Not processed Luis M Carril (lmcarril) Daniel Gustafsson (d_gustafsson), Ashutosh Bapat (ashutoshbapat), vigneshwaran C (vignesh.postgres) Álvaro Herrera (alvherre) 4 4 years ago
Add FOREIGN to ALTER TABLE in pg_dump when the target is a foreign table 2213 Moved to next CF 13 Not processed Luis M Carril (lmcarril) Daniel Gustafsson (d_gustafsson), vigneshwaran C (vignesh.postgres) Álvaro Herrera (alvherre) 4 5 years ago
New GUC prepared_statement_limit to limit memory used by prepared statements 2241 Returned with feedback Not processed Daniel Migowski (dmigowski) Ibrar Ahmed (ibrar) 2 5 years ago
Online checksums - take 3 2260 Moved to next CF Not processed Magnus Hagander (mha), Daniel Gustafsson (d_gustafsson) 4 4 years ago
ssl passphrase callback 2338 Moved to next CF 13 Not processed Andrew Dunstan (adunstan) Andreas Karlsson (kandreas) Andrew Dunstan (adunstan) 3 4 years ago
Allow superuser to grant passwordless connection rights on postgres_fdw 2340 Moved to next CF 13 Not processed Craig Ringer (ringerc) Andrew Dunstan (adunstan) 2 5 years ago