summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-08-22Cache by-reference missing values in a long lived contextAndrew Dunstan
2023-08-21Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier
2023-08-18Remove dubious warning message from SQL/JSON functionsPeter Eisentraut
2023-08-17Invalidate smgr_targblock in smgrrelease().Thomas Munro
2023-08-16Unify some error messagesPeter Eisentraut
2023-08-16Improved CREATE SUBSCRIPTION message for clarityPeter Eisentraut
2023-08-14De-pessimize ConditionVariableCancelSleep().Thomas Munro
2023-08-14hio: Take number of prior relation extensions into accountAndres Freund
2023-08-12Fix off-by-one in XLogRecordMaxSize check.Noah Misch
2023-08-10Document RelationGetIndexAttrBitmap betterAlvaro Herrera
2023-08-09Recalculate search_path after ALTER ROLE.Jeff Davis
2023-08-07Reject substituting extension schemas or owners matching ["$'\].Noah Misch
2023-08-07Translation updatesPeter Eisentraut
2023-08-07Don't Memoize lateral joins with volatile join conditionsDavid Rowley
2023-08-07Fix RLS policy usage in MERGE.Dean Rasheed
2023-08-02Fix ReorderBufferCheckMemoryLimit() comment.Masahiko Sawada
2023-08-02Fix performance regression in pg_strtointNN_safe functionsDavid Rowley
2023-08-01Fix overly strict Assert in jsonpath codeDavid Rowley
2023-07-28Disallow replacing joins with scans in problematic cases.Etsuro Fujita
2023-07-27Eliminate fixed token-length limit in hba.c.Tom Lane
2023-07-27Fix performance problem with new COPY DEFAULT codeDavid Rowley
2023-07-26Fix crash with RemoveFromWaitQueue() when detecting a deadlock.Masahiko Sawada
2023-07-25Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada
2023-07-25Fix the display of UNKNOWN message type in apply worker.Amit Kapila
2023-07-25Fix off-by-one in LimitAdditionalPins()Andres Freund
2023-07-22Avoid compiler warning in non-assert builds.Tom Lane
2023-07-21Fix calculation of relid sets for partitionwise child joins.Tom Lane
2023-07-21Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote
2023-07-20Guard against null plan pointer in CachedPlanIsSimplyValid().Tom Lane
2023-07-20Pass constructName to transformJsonValueExpr()Amit Langote
2023-07-18Fix indentation in twophase.cMichael Paquier
2023-07-18Fix recovery of 2PC transaction during crash recoveryMichael Paquier
2023-07-14Add missing initializations of p_perminfoAmit Langote
2023-07-14Add indisreplident to fields refreshed by RelationReloadIndexInfo()Michael Paquier
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-13Release lock after encountering bogs row in vac_truncate_clog()Andres Freund
2023-07-13Fix untranslatable log message assemblyPeter Eisentraut
2023-07-13Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada
2023-07-10Be more rigorous about local variables in PostgresMain().Tom Lane
2023-07-10Fix pgindentPeter Eisentraut
2023-07-10Message wording improvementsPeter Eisentraut
2023-07-10Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier
2023-07-08Make some indentation in gram.y consistentPeter Eisentraut
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-07Document relaxed HOT for summarizing indexesTomas Vondra
2023-07-06WAL-log the creation of the init fork of unlogged indexes.Heikki Linnakangas
2023-07-06Revert the commits related to allowing page lock to conflict among parallel g...Amit Kapila
2023-07-05Fix leak of LLVM "fatal-on-oom" section counter.Heikki Linnakangas