TopicMailing ListsActivityParticipants
2 commits
Add overflow checks to money type.
master18beta1REL_19_STABLE18beta1REL_18_STABLE18beta1REL_17_STABLE17beta3REL_16_STABLE16.4REL_15_STABLE15.8REL_14_STABLE14.13REL_13_STABLE13.16+1 more
Reduce dependency to money data type in main regression test suite
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1
BUG #18240: Undefined behaviour in cash_mul_flt8() and friendsbugs
bugs
23 replies
Jul 19, 2024
Michael PaquierTom LaneJonathan S. KatzNathan BossartPG Bug reporting form+4
1 commit
Fix 'negative bitmapset member' error
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1
BUG #18260: Unexpected error: "negative bitmapset member not allowed" triggered by multiple JOINbugs
bugs
7 replies
Jan 15, 2024
Richard GuoAndrei LepikhovPG Bug reporting formZu-Ming JiangAlexander Korotkov
1 commit
Fix typos in simplehash.h
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1
BUG #18252: Assert in CheckOpSlotCompatibility() fails when recursive union filters tuples in non-recursive termbugs
bugs
5 replies
Jan 10, 2024
Richard GuoPeter EisentrautPG Bug reporting form
1 commit
Fix corruption of local buffer state during extend of temp relation
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1REL_16_STABLE16.2
BUG #18259: Assertion in ExtendBufferedRelLocal() fails after no-space-left conditionbugs
bugs
16 replies
Jan 09, 2024
Tender WangMichael PaquierAndres FreundPG Bug reporting formAlexander Lakhin+1
2 commits
Strengthen tests for 5ef34a8fc3
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1
Fix the issue that SJE mistakenly omits qual clauses
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1
BUG #18261: Inconsistent results of SELECT affected by joined subqueriesbugs
bugs
13 replies
Jan 09, 2024
Alexander KorotkovRichard GuoAndrei LepikhovPG Bug reporting formTom Lane
1 commit
Fix use of incorrect TupleTableSlot in DISTINCT aggregates
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1REL_16_STABLE16.2
BUG #18264: Table has type text, but query expects integer.attribute 1 of type record has wrong typebugs
bugs
4 replies
Jan 05, 2024
David RowleyPG Bug reporting formTom LaneVojtěch Beneš
docs
1 reply
Jan 01, 2024
PG Bug reporting formTom Lane
docs
1 reply
Dec 28, 2023
PG Bug reporting formDavid G. Johnston
bugs
1 reply
Dec 27, 2023
PG Bug reporting formTom Lane
bugs
2 replies
Dec 26, 2023
PG Bug reporting formLaurenz AlbeNoname
1 commit
Doc: specify aclitem syntax more clearly.
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1REL_16_STABLE16.2REL_15_STABLE15.6REL_14_STABLE14.11REL_13_STABLE13.14+1 more
Documentation does not describes format for access privileges: =Tc/userdocs
docs
5 replies
Dec 25, 2023
David G. JohnstonPG Bug reporting formEugen KonkovTom Lane
bugs
0 replies
Dec 24, 2023
PG Bug reporting form
bugs
1 reply
Dec 23, 2023
PG Bug reporting formXu Haorong
1 commit
Avoid trying to fetch metapage of an SPGist partitioned index.
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1REL_16_STABLE16.2REL_15_STABLE15.6REL_14_STABLE14.11REL_13_STABLE13.14+1 more
BUG #18256: spgGetCache() attempts to read to read invalid file for index attached to partitioned tablebugs
bugs
1 reply
Dec 21, 2023
PG Bug reporting formTom Lane
1 commit
Fix BEFORE ROW trigger handling in cross-partition MERGE update.
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1REL_16_STABLE16.2REL_15_STABLE15.6
BUG #18238: Cross-partitition MERGE/UPDATE with delete-preventing trigger leads to incorrect memory accessbugs
bugs
8 replies
Dec 21, 2023
jian heDean RasheedRichard GuoPG Bug reporting form
bugs
0 replies
Dec 21, 2023
PG Bug reporting form
bugs
2 replies
Dec 21, 2023
PG Bug reporting formThomas MunroMingjun Yang
docs
0 replies
Dec 20, 2023
PG Bug reporting form
2 commits
Prevent integer overflow when forming tuple width estimates.
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1
compute_bitmap_pages' loop_count parameter should be double not int.
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1
BUG #18247: Integer overflow leads to negative widthbugs
bugs
20 replies
Dec 20, 2023
Richard GuoTom LaneRekGRpthPG Bug reporting formJulien Rouhaud+2
1 commit
doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1REL_16_STABLE16.2REL_15_STABLE15.6REL_14_STABLE14.11REL_13_STABLE13.14+1 more
'bar' shouldn't be a string in exampledocs
docs
1 reply
Dec 19, 2023
PG Bug reporting formDaniel Gustafsson
2 commits
pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1REL_16_STABLE16.2REL_15_STABLE15.6REL_14_STABLE14.11REL_13_STABLE13.14+1 more
pgstattuple: Fix failure with pgstathashindex() for partitioned indexes
master17beta1REL_19_STABLE17beta1REL_18_STABLE17beta1REL_17_STABLE17beta1REL_16_STABLE16.2REL_15_STABLE15.6REL_14_STABLE14.11REL_13_STABLE13.14+1 more
BUG #18246: pgstathashindex() attempts to read invalid file for hash index attached to partitioned tablebugs
bugs
4 replies
Dec 19, 2023
Michael PaquierAlexander LakhinPG Bug reporting form
bugs
1 reply
Dec 17, 2023
PG Bug reporting formJulien Rouhaud
bugs
2 replies
Dec 15, 2023
PG Bug reporting formLaurenz AlbeWetmore, Matthew (CTR)
CI historyCI passed
Patchsetv2
Stateapplies
Tests1036 / 1036
Base1d behind master
BUG #18245: pg_restore accepts same output file name as input file namebugs
bugs
3 replies
Dec 14, 2023
PG Bug reporting formDaniel GustafssonJulien RouhaudTom Lane
bugs
4 replies
Dec 14, 2023
PG Bug reporting formLaurenz AlbeJulien RouhaudAlexander LakhinTom Lane
Loading more results...