aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Don't leak descriptors into subprograms.Thomas Munro2023-03-03
* Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane2023-03-02
* Require empty Bitmapsets to be represented as NULL.Tom Lane2023-03-02
* Mop up some undue familiarity with the innards of Bitmapsets.Tom Lane2023-03-02
* Remove bms_first_member().Tom Lane2023-03-02
* Mark options as deprecated in usage outputDaniel Gustafsson2023-03-02
* Fix outdated references to guc.cDaniel Gustafsson2023-03-02
* Make some xlogreader messages more accuratePeter Eisentraut2023-03-02
* Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane2023-03-01
* Suppress more compiler warnings in new pgstats code.Tom Lane2023-02-28
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-28
* Suppress compiler warnings in new pgstats code.Tom Lane2023-02-27
* Update types in smgr APIPeter Eisentraut2023-02-27
* Silence more compiler warnings introduced by d87d548cd0.Tom Lane2023-02-26
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed2023-02-25
* Silence compiler warnings introduced by d87d548cd0.Jeff Davis2023-02-24
* Disallow NULLS NOT DISTINCT indexes for primary keysDaniel Gustafsson2023-02-24
* Fix incorrect format placeholdersPeter Eisentraut2023-02-24
* Don't repeatedly register cache callbacks in pgoutput plugin.Tom Lane2023-02-23
* Remove unnecessary #ifdef USE_ICU and branch.Jeff Davis2023-02-23
* Refactor to introduce pg_locale_deterministic().Jeff Davis2023-02-23
* Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis2023-02-23
* Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane2023-02-23
* Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed2023-02-23
* Fix some issues with wrong placement of pseudo-constant quals.Tom Lane2023-02-22
* Fix snapshot handling in logicalmsg_decodeTomas Vondra2023-02-22
* 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
* Fix MERGE command tag for cross-partition updates.Dean Rasheed2023-02-22
* Implement ANY_VALUE aggregatePeter Eisentraut2023-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
* 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
* 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
* Speedup and increase usability of set proc title functionsDavid Rowley2023-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
* 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
* 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