TopicMailing ListsActivityParticipants
2 commits
Test that vacuum removes tuples older than OldestXmin
REL_16_STABLE16.4REL_15_STABLE15.8REL_14_STABLE14.13
Ensure vacuum removes all visibly dead tuples older than OldestXmin
master18beta1REL_19_STABLE18beta1REL_18_STABLE18beta1REL_17_STABLE17beta3REL_16_STABLE16.4REL_15_STABLE15.8REL_14_STABLE14.13
BUG #17257: (auto)vacuum hangs within lazy_scan_prune()bugs
bugs
104 replies
Jul 12, 2024
Peter GeogheganMelanie PlagemanNoah MischAndres FreundRobert Haas+6
1 commit
Give better hints for ambiguous or unreferenceable columns.
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
BUG #17233: Incorrect behavior of DELETE command with bad subquery in WHERE clausebugs
bugs
15 replies
Nov 22, 2022
Tom LaneBruce MomjianDavid G. JohnstonPG Bug reporting formАлександр Королев+1
1 commit
doc: use FILTER in aggregate example
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1REL_15_STABLE15beta4REL_14_STABLE14.6REL_13_STABLE13.9+3 more
nicer examples for aggregate callsdocs
docs
2 replies
Sep 01, 2022
Bruce MomjianPG Bug reporting form
docs
2 replies
Aug 18, 2022
Bruce MomjianPG Bug reporting form
1 commit
doc: Add a note on PO editors
master16beta1REL_19_STABLE16beta1REL_18_STABLE16beta1REL_17_STABLE16beta1REL_16_STABLE16beta1
Update documentation page for translatorsdocs
docs
5 replies
Aug 17, 2022
Daniel GustafssonBruce MomjianPG Bug reporting form
5 commits
vacuumlazy.c: Standardize rel_pages terminology.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
vacuumlazy.c: document vistest and OldestXmin.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
heap pruning: Only call BufferGetBlockNumber() once.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
Assert redirect pointers are sensible after heap_page_prune().
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1REL_14_STABLE14.2
CI historyapply failed
Patchsetv90
Statenever applied
Base5y behind master
BUG #17255: Server crashes in index_delete_sort_cmp() due to race condition with vacuumbugs
bugs
89 replies
Mar 18, 2022
Peter GeogheganAndres FreundDmitry DolgovAlexander LakhinTom Lane+1
2 commits
Flush Memoize cache when non-key parameters change, take 2
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1REL_14_STABLE14.2
Flush Memoize cache when non-key parameters change
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1REL_14_STABLE14.2
BUG #17213: Wrong result from a query involving Merge Semi Join and Memoizebugs
bugs
9 replies
Nov 24, 2021
David RowleyElvis PranskevichusPG Bug reporting formTom Lane
4 commits
Add hardening to catch invalid TIDs in indexes.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
Add various assertions to heap pruning code.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
Don't overlook indexes during parallel VACUUM.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1REL_14_STABLE14.1
Further harden nbtree posting split code.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1REL_14_STABLE14.1REL_13_STABLE13.5
BUG #17245: Index corruption involving deduplicated entriesbugs
bugs
102 replies
Nov 12, 2021
Peter GeogheganKamigishi ReiAndres FreundThomas MunroAndrew Gierth+7
1 commit
Pipeline mode disallows multicommand strings
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1REL_14_STABLE14.1
BUG #17235: PQsendQuery (with two sql) after PQenterPipelineMode cause ERRORbugs
bugs
7 replies
Nov 05, 2021
David G. JohnstonAlvaro HerreraPG Bug reporting formDaniel Verite
bugs
2 replies
Nov 02, 2021
PG Bug reporting formAndres Freundarjun shetty
1 commit
Don't try to read a multi-GB pg_stat_statements file in one call.
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1REL_14_STABLE14.1REL_13_STABLE13.5+4 more
BUG #17254: Crash with 0xC0000409 in pg_stat_statements when pg_stat_tmp\pgss_query_texts.stat exceeded 2GB.bugs
bugs
10 replies
Nov 02, 2021
Juan José Santamaría FlechaTom LanePG Bug reporting formegashira.yusuke@fujitsu.com
bugs
1 reply
Oct 31, 2021
PG Bug reporting formTom Lane
bugs
18 replies
Oct 30, 2021
Mark DilgerDavid G. JohnstonDavid M. CalascibettaPG Bug reporting formTom Lane+1
bugs
1 reply
Oct 29, 2021
PG Bug reporting formDavid G. Johnston
bugs
4 replies
Oct 29, 2021
Tom LaneMarek LällPG Bug reporting form
bugs
0 replies
Oct 29, 2021
PG Bug reporting form
bugs
4 replies
Oct 28, 2021
Tom LanePG Bug reporting formDavid HillmanDavid G. Johnston
bugs
1 reply
Oct 28, 2021
PG Bug reporting formDavid G. Johnston
bugs
1 reply
Oct 28, 2021
PG Bug reporting formMagnus Hagander
bugs
0 replies
Oct 28, 2021
PG Bug reporting form
bugs
1 reply
Oct 27, 2021
PG Bug reporting formSemab Tariq
bugs
4 replies
Oct 26, 2021
PG Bug reporting formBharath RupireddyHayk ManukyanPavel BorisovDavid G. Johnston
bugs
13 replies
Oct 26, 2021
Efrain J. BerdeciaTom LaneAlexander KorotkovPG Bug reporting formPeter Geoghegan
bugs
1 reply
Oct 26, 2021
PG Bug reporting formJuan José Santamaría Flecha
docs
1 reply
Oct 25, 2021
PG Bug reporting formTom Lane
Loading more results...