TopicMailing ListsActivityParticipants
PG20-2Needs review
Patch#6824
TagsBugfix
CINeeds rebase
ReviewersAndrey Borodin (x4m), Rui Zhao (zhaorui)
CI historyapply failed
Patchsetv27
Statenever applied
Base27d behind master
BUG #19519: REPACK can fail due to missing chunk for toast valuebugs
bugs
26 replies
Aug 23, 17:12
Michael PaquierMatthias van de MeentKonstantin KnizhnikSrinath Reddy SadipirallaImran Zaheer+7
1 commit
psql: Schema-qualify catalogs in ALTER DATABASE RESET completion
masterunreleasedREL_19_STABLEunreleasedREL_18_STABLEunreleased
PG20-2Committed
Patch#7027
TagsBugfix
CICI score: 10/10
ReviewersPaul Kim (mok03127.naver.com)
CommitterFujii Masao (masaofujii)
CI historyCI passed - final, thread committed
Patchsetv3
Statewon't retry
Resultsuccess
Tests1022 / 1022
Base9d behind master
BUG #19523: psql tab-completion shadows pg_db_role_settingbugs
bugs
2 replies
Jul 19, 14:58
PG Bug reporting formVismay TiwariPaul Kim
bugs
4 replies
Jul 13, 10:01
Karen HuangPG Bug reporting formKyotaro HoriguchiNazir Bilal Yavuz
1 commit
Fix RETURNING OLD with BEFORE UPDATE trigger and concurrent update.
masterunreleasedREL_19_STABLE19beta2REL_18_STABLE18.6
BUG #19536: UPDATE RETURNING OLD value is stale after concurrent update when table has a BEFORE UPDATE triggerbugs
bugs
6 replies
Jul 08, 20:29
Bharath RupireddyDean RasheedPG Bug reporting form
1 commit
doc: Fix typo in rule-system view example
masterunreleasedREL_19_STABLE19beta2REL_18_STABLE18.6REL_17_STABLE17.11REL_16_STABLE16.15REL_15_STABLE15.19REL_14_STABLE14.24
Check querydocs
docs
4 replies
Jul 08, 00:08
Fujii MasaoPG Bug reporting formDavid G. JohnstonDaniel Gustafsson
1 commit
Fix COUNT's logic for window run condition support
masterunreleasedREL_19_STABLE19beta2REL_18_STABLE18.6REL_17_STABLE17.11REL_16_STABLE16.15REL_15_STABLE15.19
PG20-1Committed
Patch#6945
TagsBugfix
CINeeds rebase
CommitterDavid Rowley (davidrowley)
BUG #19533: Wrong results from WindowAgg run-condition pushdown on count() with EXCLUDE CURRENT ROWbugs
bugs
14 replies
Jul 07, 12:02
David RowleyJohn NaylorChengpeng YanPG Bug reporting formRichard Guo
CI historytests failed
Patchsetv6
Stateapplies
Tests916 / 917
Failedtest_extensions/002_load_extension_control_path
Base0d behind master
BUG #19506: LOAD '$libdir/...' inside extension scripts ignores dynamic_library_path with extension_control_pathbugs
bugs
7 replies
Jul 07, 10:02
Gabriele BartoliniAyush TiwariMatheus AlcantaraPG Bug reporting form
1 commit
Simplify dxsyn_lexize().
masterunreleased
PG20-1Committed
Patch#6914
TagsBugfix
CICI score: 10/10
ReviewersTom Lane (tgl)
CommitterTom Lane (tgl)
BUG #19525: In `contrib/dict_int`, handling a token whose first byte is a null byte causes `pnstrdup()` .bugs
bugs
3 replies
Jul 05, 20:12
PG Bug reporting formAyush Tiwari王跃林Tom Lane
bugs
1 reply
Jul 01, 02:36
PG Bug reporting formThomas Munro
docs
3 replies
Jun 30, 16:51
David G. JohnstonPG Bug reporting formYaroslav Saburov
bugs
1 reply
Jun 30, 15:58
PG Bug reporting formTom Lane
docs
1 reply
Jun 30, 13:32
PG Bug reporting formDavid G. Johnston
1 commit
Disallow set-returning functions within window OVER clauses.
masterunreleasedREL_19_STABLE19beta2
BUG #19535: Splitting window input targets can break same-level SRF lockstep semanticsbugs
bugs
1 reply
Jun 29, 23:32
PG Bug reporting formDavid Rowley
comitters
0 replies
Jun 29, 20:10
PG Bug reporting form
bugs
1 reply
Jun 29, 13:55
PG Bug reporting formTom Lane
CI historyretired, base too old
Patchsetv3
Statewon't retry
Resultsuccess
Tests1005 / 1005
Base4mo behind master
BUG #19534: Qual pushdown across a window subquery is unsafe with nondeterministic partition collationsbugs
bugs
5 replies
Jun 29, 01:53
Tender WangPG Bug reporting formChengpeng YanRichard Guo
bugs
1 reply
Jun 27, 17:00
PG Bug reporting formChengpeng Yan
bugs
1 reply
Jun 27, 15:32
PG Bug reporting formDavid G. Johnston
bugs
2 replies
Jun 24, 08:20
PG Bug reporting formLaurenz AlbeFrancisco Olarte
3 commits
Re-introduce pgstat_drop_entry(), keeping ABI compatibility
REL_18_STABLE18.6REL_17_STABLE17.11REL_16_STABLE16.15REL_15_STABLE15.19
Update .abi-compliance-history for pgstat_drop_entry()
REL_18_STABLE18.6REL_17_STABLE17.11REL_16_STABLE16.15REL_15_STABLE15.19
Fix PANIC with track_functions due to concurrent drop of pgstats entries
master19beta2REL_19_STABLE19beta2REL_18_STABLE18.6REL_17_STABLE17.11REL_16_STABLE16.15REL_15_STABLE15.19
BUG #19520: PANIC when concurrently manipulating stored procedures with pg_stat_statements and track_functions =bugs
bugs
16 replies
Jun 22, 23:12
Michael PaquierAyush TiwariAlvaro HerreraPG Bug reporting formSami Imseih+1
1 commit
pgcrypto: avoid recursive ResourceOwnerForget().
master19beta2REL_19_STABLE19beta2REL_18_STABLE18.6REL_17_STABLE17.11
BUG #19527: Double-Abort Crash in `ResOwnerReleaseOSSLCipher` via `encrypt_iv` with Oversized Inputbugs
bugs
1 reply
Jun 22, 16:37
PG Bug reporting formTom Lane
bugs
1 reply
Jun 22, 09:51
PG Bug reporting formJohn Naylor
1 commit
doc: Update pg_dump/dumpall/upgrade about handling of external statistics
master19beta2REL_19_STABLE19beta2
BUG #19529: Documentation appears inconsistent with pg_dump --statistics behavior for CREATE STATISTICS objectsbugs
bugs
2 replies
Jun 22, 07:50
PG Bug reporting formFujii MasaoMichael Paquier
1 commit
pg_stat_statements: Fix buffer overflow with query normalization
masterunreleasedREL_19_STABLE19beta3REL_18_STABLE18.6
CI historyCI passed - final, thread committed
Patchsetv2
Statewon't retry
Resultsuccess
Tests1019 / 1019
Base40d behind master
BUG #19528: Assert failure in generate_normalized_query() via Squashed Array Literalsbugs
bugs
2 replies
Jun 20, 16:30
PG Bug reporting formFujii Masao王跃林
1 commit
btree_gist: fix NaN handling in float4/float8 opclasses.
masterunreleasedREL_19_STABLE19beta2REL_18_STABLE18.6REL_17_STABLE17.11REL_16_STABLE16.15REL_15_STABLE15.19REL_14_STABLE14.24
BUG #19524: In `contrib/btree_gist` float4/float8 GiST index operations, handling NaN values with raw C operatorbugs
bugs
5 replies
Jun 18, 14:23
Ayush Tiwari王跃林PG Bug reporting form
Loading more results...