summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
15 hoursTolerate partial pgstats entries in pgstat_gc_entry_refs()REL_16_STABLEMichael Paquier
20 hoursFix assertion after aborting internal subtransaction at transaction endFujii Masao
39 hoursUse the join collation when unique-ifying a semijoin's RHSAlexander Korotkov
3 daysFix missing SIREAD lock on the row found by ON CONFLICT.Dean Rasheed
4 daysFix const-folding of JSON constructors inside a simple CASERichard Guo
4 daysFix stale copies of PHVs in subqueriesRichard Guo
6 daysdoc: Fix output column name for pg_stat_get_backend_subxact()Michael Paquier
6 dayspg_ctl: Silence warnings about unused global variablesPeter Eisentraut
6 daysRemove unused global variablesPeter Eisentraut
8 daysFix concurrency issues with DROP TABLESPACEAndrew Dunstan
10 daysRevert "Mark modified the FSM buffer as dirty during recovery"Alexander Korotkov
10 daysdoc: Remove unnecessary CVE items from release notesMichael Paquier
10 daysStabilize 026_overwrite_contrecord testFujii Masao
10 daysFix nestloop parameter handling for PlaceHolderVars in child joinsRichard Guo
13 daysFix incorrect error message in xlogreader.cMichael Paquier
14 daysssl: Fix expected output for OpenSSL 4Daniel Gustafsson
2026-09-03Fix lack of message pluralizationPeter Eisentraut
2026-09-03Avoid backend hang during temp table cleanup in deferrable transactionsFujii Masao
2026-09-02Fix checkpointer restartpoint assertion failureFujii Masao
2026-09-02Remove quals made redundant by reducing outer joins to antijoinsRichard Guo
2026-09-01doc: clarify aliasing of VALUES in FROM clausesFujii Masao
2026-09-01Handle PG_INT32_MIN negation overflow in right()Daniel Gustafsson
2026-09-01Fix integer to_char() overflow with V formatFujii Masao
2026-08-29Harden spell.c against out-of-order FLAG lines in Hunspell files.Tom Lane
2026-08-28Update .abi-compliance-history for join removal fix.Tom Lane
2026-08-28Perform join removal by editing the query's jointree.Tom Lane
2026-08-28Make platform guards in two regression tests match meson buildsAndrew Dunstan
2026-08-28Fix incorrect multi-column RANGE partition pruningDavid Rowley
2026-08-27Fix temporary WAL receiver slot handling on timeline switchesFujii Masao
2026-08-27Stabilize 019_replslot_limitFujii Masao
2026-08-27Don't create a shell type for function returning an arrayHeikki Linnakangas
2026-08-27Don't choose an invalid index for REPLICA IDENTITY FULL lookups.Amit Kapila
2026-08-26Provide a C-ctype variant expected file for test_regex_utf8Andrew Dunstan
2026-08-26Export subxip[] for snapshots taken during recovery.Peter Geoghegan
2026-08-26Fix crash in subscription refresh on concurrent relation drop.Masahiko Sawada
2026-08-26Close relations opened specifically for AFTER triggersDavid Rowley
2026-08-25Don't assume DISTINCT ON implies uniqueness when the tlist has SRFsRichard Guo
2026-08-22Fix GIN posting tree page deletion with incomplete splits.Peter Geoghegan
2026-08-22Doc: fix typoDavid Rowley
2026-08-21Attempt to stabilize plan of self-join test in tidscan.sqlDavid Rowley
2026-08-20Fix snapshot import xmin ProcArrayLock bug.Peter Geoghegan
2026-08-20hashtext: fix fragile code.Jeff Davis
2026-08-20Skip bogus find_composite_type_dependencies() call on sequencesHeikki Linnakangas
2026-08-20Reject too many arguments in CREATE TRIGGERMichael Paquier
2026-08-19GiST: Invalidate killed items consistently.Peter Geoghegan
2026-08-19Fix GIN multiple-VACUUM-scans pending list bug.Peter Geoghegan
2026-08-19Fix GIN VACUUM posting tree root split bug.Peter Geoghegan
2026-08-19psql: Fix psql slash option leaksFujii Masao
2026-08-19psql: Avoid returning oom_buffer from psql slash option scannerFujii Masao
2026-08-19psql: Avoid returning oom_buffer from psql slash command scannerFujii Masao