summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-11-13Add nbtree amgettuple return item function.Peter Geoghegan
2024-11-13Fix comment in injection_point.cMichael Paquier
2024-11-13Fix obsolete nbtree page reuse FSM comment.Peter Geoghegan
2024-11-12Silence compilers about extractNotNullColumn()Álvaro Herrera
2024-11-11Fix arrays comparison in CompareOpclassOptions()Alexander Korotkov
2024-11-11Parallel workers use AuthenticatedUserId for connection privilege checks.Tom Lane
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-11-11Ensure cached plans are correctly marked as dependent on role.Nathan Bossart
2024-11-11Add two attributes to pg_stat_database for parallel workers activityMichael Paquier
2024-11-08Assert consistency of currPage that ended scan.Peter Geoghegan
2024-11-08Improve fix for not entering parallel mode when holding interrupts.Tom Lane
2024-11-08Avoid nbtree parallel scan currPos confusion.Peter Geoghegan
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-08Disallow partitionwise join when collations don't matchAmit Langote
2024-11-08Disallow partitionwise grouping when collations don't matchAmit Langote
2024-11-08Fix inconsistent RestrictInfo serial numbersRichard Guo
2024-11-07Clarify a foreign key error messagePeter Eisentraut
2024-11-07Remove an obsolete comment in gistinsert()Michael Paquier
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-11-06Remove unused variableDaniel Gustafsson
2024-11-06doc: Remove event trigger firing matrixPeter Eisentraut
2024-11-06Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro
2024-11-05Fix hypothetical bug in ExprState building for hashingDavid Rowley
2024-11-05Clear padding of PgStat_HashKey when handling pgstats entriesMichael Paquier
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-11-04Fix typo in comment of gistdoinsert().Masahiko Sawada
2024-11-04Fix obsolete _bt_first comments.Peter Geoghegan
2024-11-04nbtree: Remove useless 'strat' local variable.Peter Geoghegan
2024-11-04Split ProcSleep function into JoinWaitQueue and ProcSleepHeikki Linnakangas
2024-11-04Move TRACE calls into WaitOnLock()Heikki Linnakangas
2024-11-04Set MyProc->heldLocks in ProcSleepHeikki Linnakangas
2024-11-04Clarify nbtree parallel scan _bt_endpoint contract.Peter Geoghegan
2024-11-04Fix comment in LockReleaseAll() on when locallock->nLock can be zeroHeikki Linnakangas
2024-11-03Suppress new "may be used uninitialized" warning.Noah Misch
2024-11-02Fix inplace update buffer self-deadlock.Noah Misch
2024-11-02Move I/O before the index_update_stats() buffer lock region.Noah Misch
2024-11-01Clarify nbtree array preprocessing comment.Peter Geoghegan
2024-11-01Rename two functions that wake up other processesHeikki Linnakangas
2024-11-01Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas
2024-11-01Remove use of pg_memory_is_all_zeros() in bufpage.cMichael Paquier
2024-11-01Add pg_memory_is_all_zeros() in memutils.hMichael Paquier
2024-11-01Add SQL function array_reverse()Michael Paquier
2024-10-31Make all ereport() calls within gram.y provide error locations.Tom Lane
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2024-10-31Fix refreshing physical relfilenumber on shared indexHeikki Linnakangas
2024-10-31Remove duplicate words in commentsDaniel Gustafsson
2024-10-31Split RelationClearRelation into three different functionsHeikki Linnakangas
2024-10-31Simplify call to rebuild relcache entry for indexesHeikki Linnakangas
2024-10-31Remove unused field from SubPlanState structDavid Rowley
2024-10-30nbtree: assert no scheduled primscan between pages.Peter Geoghegan