summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-20Bump catalog version for pg_wait_eventsMichael Paquier
2023-08-20Add system view pg_wait_eventsMichael Paquier
2023-08-19ci: macos: use cached macports installAndres Freund
2023-08-18Remove dubious warning message from SQL/JSON functionsPeter Eisentraut
2023-08-18pg_upgrade: Improve style of a few verbose messagesMichael Paquier
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-14pgtest: fix spacingBruce Momjian
2023-08-14pgtest: update shell script to use more modern syntaxBruce Momjian
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-10Remove test from commit fa2e874946.Jeff Davis
2023-08-10Fix erroneous -Werror=missing-braces on old GCCPeter Eisentraut
2023-08-10Update Solution.pm for new LoongArch CRC symbolJohn Naylor
2023-08-10Document RelationGetIndexAttrBitmap betterAlvaro Herrera
2023-08-10Use native CRC instructions on 64-bit LoongArchJohn Naylor
2023-08-09Recalculate search_path after ALTER ROLE.Jeff Davis
2023-08-09struct PQcommMethods: use C99 designated initializersAlvaro Herrera
2023-08-09Fix last remaining uninitialized memory warningsPeter Eisentraut
2023-08-08Fix pg_dumpall with in-place tablespacesMichael Paquier
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-07Improve const use in zlib-using codePeter Eisentraut
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-04Attempt to stabilize new window agg regression testDavid Rowley
2023-08-03Minor adjustments to WindowAgg startup cost codeDavid Rowley
2023-08-03Account for startup rows when costing WindowAggsDavid Rowley
2023-08-03Update comments on CustomPath struct.Etsuro Fujita
2023-08-03Refactor to split Apply and Tablesync Workers code.Amit Kapila
2023-08-02Fix ReorderBufferCheckMemoryLimit() comment.Masahiko Sawada
2023-08-02Fix performance regression in pg_strtointNN_safe functionsDavid Rowley