summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-24Silence compiler warnings introduced by d87d548cd0.Jeff Davis
2023-02-24Fix comment indentation and whitespacePeter Eisentraut
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-24meson: windows: Fix tmp_install + prefix computation with meson 1.0.1Andres Freund
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-22doc: Add default value of createrole_self_grantDaniel Gustafsson
2023-02-22Fix MERGE command tag for cross-partition updates.Dean Rasheed
2023-02-22Implement ANY_VALUE aggregatePeter Eisentraut
2023-02-22gitattributes: Ignore imported pg_bsd_indent code for whitespace checksPeter Eisentraut
2023-02-22pg_dump: Remove some dead codePeter Eisentraut
2023-02-22Fix small memory leak in psql's \bind commandMichael Paquier
2023-02-22doc: Add missing values for meson options -Dcassert and -Db_coverageMichael 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-21Fix handling of escape sequences in postgres_fdw.application_nameMichael Paquier
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-20Limit memory usage of pg_walinspect functions.Jeff Davis
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-20Expand regression tests of pg_stat_statements for utility queriesMichael Paquier
2023-02-20Refactor tests of pg_stat_statements for planning, utility and level trackingMichael Paquier
2023-02-19Fix handling of multi-column BRIN indexesTomas Vondra
2023-02-17Print the correct aliases for DML target tables in ruleutils.Tom Lane