aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add missing support for the latest SPI status codes.Dean Rasheed2023-02-22
* Fix Assert failure for MERGE into a partitioned table with RLS.Dean Rasheed2023-02-22
* Remove newly added asserts from pg_bitutils.hJohn Naylor2023-02-22
* doc: Add default value of createrole_self_grantDaniel Gustafsson2023-02-22
* Fix MERGE command tag for cross-partition updates.Dean Rasheed2023-02-22
* Implement ANY_VALUE aggregatePeter Eisentraut2023-02-22
* gitattributes: Ignore imported pg_bsd_indent code for whitespace checksPeter Eisentraut2023-02-22
* pg_dump: Remove some dead codePeter Eisentraut2023-02-22
* Fix small memory leak in psql's \bind commandMichael Paquier2023-02-22
* doc: Add missing values for meson options -Dcassert and -Db_coverageMichael Paquier2023-02-22
* Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOGMichael Paquier2023-02-22
* Fix erroneous Valgrind markings in AllocSetRealloc.Tom Lane2023-02-21
* Remove obsolete coding for early macOS.Thomas Munro2023-02-22
* Fix handling of escape sequences in postgres_fdw.application_nameMichael Paquier2023-02-21
* pgbench: Prepare commands in pipelines in advanceAlvaro Herrera2023-02-21
* Detect overflow in timestamp[tz] subtraction.Tom Lane2023-02-20
* Fix parsing of ISO-8601 interval fields with exponential notation.Tom Lane2023-02-20
* Prevent join removal from removing the query's result relation.Tom Lane2023-02-20
* Limit memory usage of pg_walinspect functions.Jeff Davis2023-02-20
* Remove gratuitous assumptions about what make_modifytable can see.Tom Lane2023-02-20
* Correctly set userid of subquery relations' child relsAlvaro Herrera2023-02-20
* Optimize generate_orderedappend_pathsDavid Rowley2023-02-20
* Add MSVC support for pg_leftmost_one_pos32() and friendsJohn Naylor2023-02-20
* Add assert checking to pg_leftmost_one_pos32() and friendsJohn Naylor2023-02-20
* Speedup and increase usability of set proc title functionsDavid Rowley2023-02-20
* Expand regression tests of pg_stat_statements for utility queriesMichael Paquier2023-02-20
* Refactor tests of pg_stat_statements for planning, utility and level trackingMichael Paquier2023-02-20
* Fix handling of multi-column BRIN indexesTomas Vondra2023-02-19
* Print the correct aliases for DML target tables in ruleutils.Tom Lane2023-02-17
* Fix incorrect format placeholderPeter Eisentraut2023-02-17
* Redesign archive modulesMichael Paquier2023-02-17
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-17
* Fix check for child column generation status matching parent.Tom Lane2023-02-16
* pgindent: mention directory arguments in help textAndrew Dunstan2023-02-16
* Remove duplicated comment in nodeModifyTable.cMichael Paquier2023-02-16
* Add a new wait state and use it when sending data in the apply worker.Amit Kapila2023-02-16
* Add description for new patterns supported in HBA and ident sample filesMichael Paquier2023-02-16
* Don't rely on uninitialized value in MERGE / DELETEAlvaro Herrera2023-02-15
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-15
* doc: Fix spelling of option -Dtap_tests for mesonMichael Paquier2023-02-15
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Fix make_etags failure on Mac.Tatsuo Ishii2023-02-15
* Change argument type of pq_sendbytes from char * to void *Peter Eisentraut2023-02-14
* Correct docs for the default locale_provider of a new database.Jeff Davis2023-02-13
* When removing a relation from the query, drop its RelOptInfo.Tom Lane2023-02-13
* Fix buggy recursion in flatten_rtes_walker().Tom Lane2023-02-13
* Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.Tom Lane2023-02-13
* Remove obsolete pgindent options --code-base and --buildAndrew Dunstan2023-02-13
* Fix object identity string for transformsAlvaro Herrera2023-02-13
* Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera2023-02-13