summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
18 hoursFix various incorrect filename referencesDavid Rowley
46 hoursAdd support for base64url encoding and decodingDaniel Gustafsson
2 daysTrack the maximum possible frequency of non-MCE array elements.Tom Lane
2 daysRe-allow using statistics for bool-valued functions in WHERE.Tom Lane
3 daysImprove wording in a few commentsDavid Rowley
4 daysAdd optional pid parameter to pg_replication_origin_session_setup().Amit Kapila
4 daysImprove few errdetail messages introduced in commit 0d48d393d46.Amit Kapila
4 daysMake XLogFlush() and XLogNeedsFlush() decision-making more consistentMichael Paquier
4 daysFix EPQ crash from missing partition pruning state in EStateAmit Langote
4 daysDocument and check that PgStat_HashKey has no paddingMichael Paquier
4 daysFix re-initialization of LWLock-related shared memory.Nathan Bossart
5 daysMark shared buffer lookup table HASH_FIXED_SIZEAndres Freund
5 daysCalculate agglevelsup correctly when Aggref contains a CTE.Tom Lane
6 daysjit: Fix type used for Datum values in LLVM IR.Thomas Munro
6 daysFix shared memory calculation size of PgAioCtlMichael Paquier
6 daysAdd missing EPQ recheck for TID Range ScanDavid Rowley
6 daysAdd missing EPQ recheck for TID ScanDavid Rowley
6 daysRevert "Avoid race condition between "GRANT role" and "DROP ROLE"".Tom Lane
6 daysProvide more-specific error details/hints for function lookup failures.Tom Lane
6 daysTreat JsonConstructorExpr as non-strictRichard Guo
6 daysGenerate GB18030 mappings from the Unicode Consortium's UCM fileJohn Naylor
7 daysFix incorrect const qualifierPeter Eisentraut
7 daysTeach nbtree to avoid evaluating row compare keys.Peter Geoghegan
7 daysExpand virtual generated columns in constraint expressionsPeter Eisentraut
7 daysCREATE STATISTICS: improve misleading error messagePeter Eisentraut
7 daysChange fmgr.h typedefs to use original namesPeter Eisentraut
7 daysRemove hbaPort typePeter Eisentraut
7 daysResume conflict-relevant data retention automatically.Amit Kapila
8 daysjit: fix build with LLVM-21Peter Eisentraut
8 daysSome stylistic improvements in toast_save_datum()Peter Eisentraut
8 daysHide duplicate names from extension viewsPeter Eisentraut
9 daysnbtree: Always set skipScan flag on rescan.Peter Geoghegan
9 daysAmend recent fix for SIMILAR TO regex conversion.Tom Lane
9 daysRe-pgindent nbtpreprocesskeys.c after commit 796962922e.Nathan Bossart
10 daysReject "ALTER DATABASE/USER ... RESET foo" with invalid GUC name.Tom Lane
10 daysFix oversights in pg_event_trigger_dropped_objects() fixes.Tom Lane
10 daysAlways commute strategy when preprocessing DESC keys.Peter Geoghegan
10 daysAvoid unexpected changes of CurrentResourceOwner and CurrentMemoryContextÁlvaro Herrera
11 daysAllow redeclaration of typedef yyscan_tPeter Eisentraut
11 daysDefault to log_lock_waits=onPeter Eisentraut
11 daysRemove traces of support for Sun Studio compilerPeter Eisentraut
11 daysSilence compiler warnings on clang 21Peter Eisentraut
11 daysFix misuse of Relids for storing attribute numbersRichard Guo
11 daysAdd more information for WAL records of hash index AMsMichael Paquier
11 daysMove named LWLock tranche requests to shared memory.Nathan Bossart
11 daysReport the correct is_temporary flag for column defaults.Tom Lane
11 daysRemove stray semicolon at global scopePeter Eisentraut
12 daysAvoid faulty alignment of Datums in build_sorted_items().Tom Lane
12 daysEliminate duplicative hashtempcxt in nodeSubplan.c.Tom Lane
12 daysFix memory leakage in nodeSubplan.c.Tom Lane