summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-08-24Use FD_CLOEXEC on ListenSocketsHeikki Linnakangas
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-23Add to_bin() and to_oct().Nathan Bossart
2023-08-23Use the buffer cache when initializing an unlogged index.Heikki Linnakangas
2023-08-23Fix wording in commentDaniel Gustafsson
2023-08-23Some vertical reformattingPeter Eisentraut
2023-08-23Rename some function arguments for better clarityPeter Eisentraut
2023-08-23Add const decorationsPeter Eisentraut
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-08-22Cache by-reference missing values in a long lived contextAndrew Dunstan
2023-08-22Add comment missing in a4a232b1e702Alvaro Herrera
2023-08-22Simplify the logical worker type checks by using the switch on worker type.Amit Kapila
2023-08-21Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier
2023-08-20Add system view pg_wait_eventsMichael Paquier
2023-08-18Remove dubious warning message from SQL/JSON functionsPeter Eisentraut
2023-08-17Fix format if entry in wait_event_names.txtMichael Paquier
2023-08-17Invalidate smgr_targblock in smgrrelease().Thomas Munro
2023-08-16Add OAT hook calls for more subcommands of ALTER TABLEMichael Paquier
2023-08-16Unify some error messagesPeter Eisentraut
2023-08-16Improved CREATE SUBSCRIPTION message for clarityPeter Eisentraut
2023-08-16Remove incorrect field from information schemaPeter Eisentraut
2023-08-16Split out tiebreaker comparisons from comparetup_* functionsJohn Naylor
2023-08-15Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita
2023-08-14De-pessimize ConditionVariableCancelSleep().Thomas Munro
2023-08-14hio: Take number of prior relation extensions into accountAndres Freund
2023-08-14Change custom wait events to use dynamic shared hash tablesMichael Paquier
2023-08-14Simplify determining logical replication worker types.Amit Kapila
2023-08-12Fix off-by-one in XLogRecordMaxSize check.Noah Misch
2023-08-12Show GIDs of two-phase commit commands as constants in pg_stat_statementsMichael Paquier
2023-08-11Fix code indentation violations introduced by recent commitMichael Paquier
2023-08-10Transform proconfig for faster execution.Jeff Davis
2023-08-10Document RelationGetIndexAttrBitmap betterAlvaro Herrera
2023-08-09Recalculate search_path after ALTER ROLE.Jeff Davis
2023-08-09struct PQcommMethods: use C99 designated initializersAlvaro Herrera
2023-08-07doc: Fix incorrect entries generated from wait_event_names.txtMichael Paquier
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-07Fix misleading comment in paraminfo_get_equal_hashopsDavid Rowley
2023-08-06Tidy up join_search_one_level codeDavid Rowley
2023-08-04Simplify some of the logical replication worker-type checks.Amit Kapila
2023-08-03Minor adjustments to WindowAgg startup cost codeDavid Rowley
2023-08-03Account for startup rows when costing WindowAggsDavid Rowley
2023-08-03Refactor to split Apply and Tablesync Workers code.Amit Kapila