summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
20 hoursFix assertion after aborting internal subtransaction at transaction endREL_14_STABLEFujii Masao
40 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
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 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
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-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-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-26Export subxip[] for snapshots taken during recovery.Peter Geoghegan
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-21Attempt to stabilize plan of self-join test in tidscan.sqlDavid Rowley
2026-08-20Fix snapshot import xmin ProcArrayLock bug.Peter Geoghegan
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-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-14Add missing PGDLLIMPORT marker.Nathan Bossart
2026-08-14psql: count every COPY FROM STDIN when scanning a query string.Tom Lane
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
2026-08-10psql: Don't do backquote expansion in \unrestrict.Nathan Bossart
2026-08-10Fix out-of-bound reads with ascii() for invalid multibyte charactersMichael Paquier
2026-08-10Teach psql to skip in-line COPY ... FROM STDIN data after a failure.Tom Lane
2026-08-10Save/restore more lexer state when skipping text due to \if.Tom Lane
2026-08-10Invalidate plan cache after role changes.Nathan Bossart
2026-08-10Check for USAGE privilege on the composite type in ALTER TABLE OF.Nathan Bossart
2026-08-10Check for USAGE privilege on types used by stored expressions.Nathan Bossart