summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-09-04Fix out-of-bound read in gtsvector_picksplit()Michael Paquier
2023-09-03Fix handling of shared statistics with dropped databasesMichael Paquier
2023-08-31Report syncscan position at end of scan.Heikki Linnakangas
2023-08-30Use actual backend IDs in pg_stat_get_backend_subxact().Nathan Bossart
2023-08-30Rename some support functions for pgstat* views.Nathan Bossart
2023-08-29Avoid possible overflow with ltsGetFreeBlock() in logtape.cMichael Paquier
2023-08-29Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut
2023-08-29Initialize ListenSocket array earlier.Heikki Linnakangas
2023-08-28Translation updatesPeter Eisentraut
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom Lane
2023-08-24Fix lack of message pluralizationPeter Eisentraut
2023-08-24Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut
2023-08-24Fix the error message when failing to restore the snapshot.Amit Kapila
2023-08-24Fix translation markersPeter Eisentraut
2023-08-23Fix _bt_allequalimage() call within critical section.Heikki Linnakangas
2023-08-23Use the buffer cache when initializing an unlogged index.Heikki Linnakangas
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