aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Change custom wait events to use dynamic shared hash tablesMichael Paquier2023-08-14
* Simplify determining logical replication worker types.Amit Kapila2023-08-14
* Fix off-by-one in XLogRecordMaxSize check.Noah Misch2023-08-12
* Show GIDs of two-phase commit commands as constants in pg_stat_statementsMichael Paquier2023-08-12
* Fix code indentation violations introduced by recent commitMichael Paquier2023-08-11
* Transform proconfig for faster execution.Jeff Davis2023-08-10
* Document RelationGetIndexAttrBitmap betterAlvaro Herrera2023-08-10
* Recalculate search_path after ALTER ROLE.Jeff Davis2023-08-09
* struct PQcommMethods: use C99 designated initializersAlvaro Herrera2023-08-09
* doc: Fix incorrect entries generated from wait_event_names.txtMichael Paquier2023-08-08
* Reject substituting extension schemas or owners matching ["$'\].Noah Misch2023-08-07
* Translation updatesPeter Eisentraut2023-08-07
* Don't Memoize lateral joins with volatile join conditionsDavid Rowley2023-08-07
* Fix RLS policy usage in MERGE.Dean Rasheed2023-08-07
* Fix misleading comment in paraminfo_get_equal_hashopsDavid Rowley2023-08-07
* Tidy up join_search_one_level codeDavid Rowley2023-08-06
* Simplify some of the logical replication worker-type checks.Amit Kapila2023-08-04
* Minor adjustments to WindowAgg startup cost codeDavid Rowley2023-08-04
* Account for startup rows when costing WindowAggsDavid Rowley2023-08-04
* Refactor to split Apply and Tablesync Workers code.Amit Kapila2023-08-03
* Fix ReorderBufferCheckMemoryLimit() comment.Masahiko Sawada2023-08-02
* Fix performance regression in pg_strtointNN_safe functionsDavid Rowley2023-08-02
* Fix overly strict Assert in jsonpath codeDavid Rowley2023-08-02
* Rename OverrideSearchPath to SearchPathMatcher.Noah Misch2023-07-31
* Remove PushOverrideSearchPath() and PopOverrideSearchPath().Noah Misch2023-07-31
* Support custom wait events for wait event type "Extension"Michael Paquier2023-07-31
* Add WAIT_EVENT_{CLASS,ID}_MASK in wait_event.cMichael Paquier2023-07-31
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Eliminate fixed token-length limit in hba.c.Tom Lane2023-07-27
* Fix performance problem with new COPY DEFAULT codeDavid Rowley2023-07-27
* Add sanity asserts for index OID and attnums during cache initMichael Paquier2023-07-27
* Show savepoint names as constants in pg_stat_statementsMichael Paquier2023-07-27
* Add more SQL/JSON constructor functionsAmit Langote2023-07-26
* Rename a nonterminal used in SQL/JSON grammarAmit Langote2023-07-26
* Some refactoring to export json(b) conversion functionsAmit Langote2023-07-26
* Fix crash with RemoveFromWaitQueue() when detecting a deadlock.Masahiko Sawada2023-07-26
* Document more assumptions of LWLock variable changes with WAL insertsMichael Paquier2023-07-26
* Fix code indentation vioaltion introduced in commit d38ad8e31d.Amit Kapila2023-07-25
* Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-25
* Optimize WAL insertion lock acquisition and release with some atomicsMichael Paquier2023-07-25
* Fix the display of UNKNOWN message type in apply worker.Amit Kapila2023-07-25
* Fix off-by-one in LimitAdditionalPins()Andres Freund2023-07-24
* Avoid compiler warning in non-assert builds.Tom Lane2023-07-22
* Fix calculation of relid sets for partitionwise child joins.Tom Lane2023-07-21
* Code review for commit b6e1157e7dAmit Langote2023-07-21
* Guard against null plan pointer in CachedPlanIsSimplyValid().Tom Lane2023-07-20
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2023-07-20
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2023-07-20
* Unify JSON categorize type API and export for external useAmit Langote2023-07-20
* Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier2023-07-20