summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 hoursFix incorrect error message in xlogreader.cREL_16_STABLEMichael Paquier
18 hoursssl: Fix expected output for OpenSSL 4Daniel Gustafsson
44 hoursFix lack of message pluralizationPeter Eisentraut
2 daysAvoid backend hang during temp table cleanup in deferrable transactionsFujii Masao
3 daysFix checkpointer restartpoint assertion failureFujii Masao
3 daysRemove quals made redundant by reducing outer joins to antijoinsRichard Guo
4 daysdoc: clarify aliasing of VALUES in FROM clausesFujii Masao
4 daysHandle PG_INT32_MIN negation overflow in right()Daniel Gustafsson
4 daysFix integer to_char() overflow with V formatFujii Masao
6 daysHarden spell.c against out-of-order FLAG lines in Hunspell files.Tom Lane
7 daysUpdate .abi-compliance-history for join removal fix.Tom Lane
7 daysPerform join removal by editing the query's jointree.Tom Lane
8 daysMake platform guards in two regression tests match meson buildsAndrew Dunstan
8 daysFix incorrect multi-column RANGE partition pruningDavid Rowley
9 daysFix temporary WAL receiver slot handling on timeline switchesFujii Masao
9 daysStabilize 019_replslot_limitFujii Masao
9 daysDon't create a shell type for function returning an arrayHeikki Linnakangas
9 daysDon't choose an invalid index for REPLICA IDENTITY FULL lookups.Amit Kapila
9 daysProvide a C-ctype variant expected file for test_regex_utf8Andrew Dunstan
9 daysExport subxip[] for snapshots taken during recovery.Peter Geoghegan
9 daysFix crash in subscription refresh on concurrent relation drop.Masahiko Sawada
10 daysClose relations opened specifically for AFTER triggersDavid Rowley
11 daysDon't assume DISTINCT ON implies uniqueness when the tlist has SRFsRichard Guo
13 daysFix 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
2026-08-19Fix relcache reference leak when decoding TRUNCATEMichael Paquier
2026-08-19Report single-page checksum failures in pg_stat_databaseMichael Paquier
2026-08-18Defend against null "SV *" pointers in plperl modules.Tom Lane
2026-08-17Doc: clean up documentation about text search datatype limits.Tom Lane
2026-08-17Tighten up tsqueryrecv().Tom Lane
2026-08-17GiST: Deprecate F_TUPLES_DELETED opaque area flag.Peter Geoghegan
2026-08-17Make plperl's handling of Perl arrays safer and more consistent.Tom Lane
2026-08-14doc: Clarify the logging collector's guarantees.Nathan Bossart
2026-08-14Add missing PGDLLIMPORT marker.Nathan Bossart
2026-08-14psql: count every COPY FROM STDIN when scanning a query string.Tom Lane
2026-08-13Fix authorization check for role membership changes.Nathan Bossart
2026-08-13Consistently enforce tsvector/tsquery maximum lengths.Tom Lane
2026-08-12Fix poll_query_until() timeout handling with an undefined query in Cluster.pmMichael Paquier
2026-08-11Tweak allocation rule for tzload()'s "union local_storage" variable.Tom Lane