summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-27Update types in smgr APIPeter Eisentraut
2023-02-27Change xl_hash_vacuum_one_page.ntuples from int to uint16.Amit Kapila
2023-02-26Silence more compiler warnings introduced by d87d548cd0.Tom Lane
2023-02-26Don't force SQL_ASCII/no-locale for installcheck in vcregress.plAndrew Dunstan
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-24pg_dump: Remove move "blob" terminologyDaniel Gustafsson
2023-02-24Fix incorrect format placeholdersPeter Eisentraut
2023-02-23Don't repeatedly register cache callbacks in pgoutput plugin.Tom Lane
2023-02-23Add LZ4 compression to pg_dumpTomas Vondra
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-23Introduce a generic pg_dump compression APITomas Vondra
2023-02-23Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane
2023-02-23Prepare pg_dump internals for additional compression methodsTomas Vondra
2023-02-23pg_rewind: Fix determining TLI when server was just promoted.Heikki Linnakangas
2023-02-23Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed
2023-02-23Consider a failed process as a failed test in pg_regressDaniel Gustafsson
2023-02-22Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytesAndres Freund
2023-02-22Check for unbounded authentication exchanges in libpq.Heikki Linnakangas
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-22Remove newly added asserts from pg_bitutils.hJohn Naylor
2023-02-22Fix MERGE command tag for cross-partition updates.Dean Rasheed
2023-02-22Implement ANY_VALUE aggregatePeter Eisentraut
2023-02-22pg_dump: Remove some dead codePeter Eisentraut
2023-02-22Fix small memory leak in psql's \bind commandMichael Paquier
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-21pgbench: Prepare commands in pipelines in advanceAlvaro Herrera
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-20Add assert checking to 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-17Fix incorrect format placeholderPeter Eisentraut
2023-02-17Redesign archive modulesMichael Paquier
2023-02-17Remove obsolete platforms from ps_status.c.Thomas Munro