summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-03-02Mop up some undue familiarity with the innards of Bitmapsets.Tom Lane
2023-03-02Remove bms_first_member().Tom Lane
2023-03-02Mark options as deprecated in usage outputDaniel Gustafsson
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-03-02Make some xlogreader messages more accuratePeter Eisentraut
2023-03-01Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane
2023-03-01Suppress more compiler warnings in new pgstats code.Tom Lane
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-02-27Suppress compiler warnings in new pgstats code.Tom Lane
2023-02-27Update types in smgr APIPeter Eisentraut
2023-02-26Silence more compiler warnings introduced by d87d548cd0.Tom Lane
2023-02-25Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane
2023-02-25Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed
2023-02-24Silence compiler warnings introduced by d87d548cd0.Jeff Davis
2023-02-24Disallow NULLS NOT DISTINCT indexes for primary keysDaniel Gustafsson
2023-02-24Fix incorrect format placeholdersPeter Eisentraut
2023-02-23Don't repeatedly register cache callbacks in pgoutput plugin.Tom Lane
2023-02-23Remove unnecessary #ifdef USE_ICU and branch.Jeff Davis
2023-02-23Refactor to introduce pg_locale_deterministic().Jeff Davis
2023-02-23Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis
2023-02-23Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane
2023-02-23Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed
2023-02-22Fix some issues with wrong placement of pseudo-constant quals.Tom Lane
2023-02-22Fix snapshot handling in logicalmsg_decodeTomas Vondra
2023-02-22Add missing support for the latest SPI status codes.Dean Rasheed
2023-02-22Fix Assert failure for MERGE into a partitioned table with RLS.Dean Rasheed
2023-02-22Fix MERGE command tag for cross-partition updates.Dean Rasheed
2023-02-22Implement ANY_VALUE aggregatePeter Eisentraut
2023-02-22Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOGMichael Paquier
2023-02-21Fix erroneous Valgrind markings in AllocSetRealloc.Tom Lane
2023-02-21Remove obsolete coding for early macOS.Thomas Munro
2023-02-20Detect overflow in timestamp[tz] subtraction.Tom Lane
2023-02-20Fix parsing of ISO-8601 interval fields with exponential notation.Tom Lane
2023-02-20Prevent join removal from removing the query's result relation.Tom Lane
2023-02-20Remove gratuitous assumptions about what make_modifytable can see.Tom Lane
2023-02-20Correctly set userid of subquery relations' child relsAlvaro Herrera
2023-02-20Optimize generate_orderedappend_pathsDavid Rowley
2023-02-20Add MSVC support for pg_leftmost_one_pos32() and friendsJohn Naylor
2023-02-20Speedup and increase usability of set proc title functionsDavid Rowley
2023-02-19Fix handling of multi-column BRIN indexesTomas Vondra
2023-02-17Print the correct aliases for DML target tables in ruleutils.Tom Lane
2023-02-17Redesign archive modulesMichael Paquier
2023-02-17Remove obsolete platforms from ps_status.c.Thomas Munro
2023-02-16Fix check for child column generation status matching parent.Tom Lane
2023-02-16Remove duplicated comment in nodeModifyTable.cMichael Paquier
2023-02-16Add a new wait state and use it when sending data in the apply worker.Amit Kapila
2023-02-15Add description for new patterns supported in HBA and ident sample filesMichael Paquier
2023-02-15Don't rely on uninitialized value in MERGE / DELETEAlvaro Herrera
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier