summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-11-15jit: Stop emitting some unnecessary instructionsHeikki Linnakangas
2024-11-15Add an assertion in get_object_address()Peter Eisentraut
2024-11-15Fix race conditions with drop of reused pgstats entriesMichael Paquier
2024-11-14Pass MyPMChildSlot as an explicit argument to child processHeikki Linnakangas
2024-11-14Assign a child slot to every postmaster child processHeikki Linnakangas
2024-11-14Kill dead-end children when there's nothing else leftHeikki Linnakangas
2024-11-14Replace postmaster.c's own backend type codes with BackendTypeHeikki Linnakangas
2024-11-14Remove a useless cast to (void *) in hash_search() callPeter Eisentraut
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