aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier2023-08-21
* Add system view pg_wait_eventsMichael Paquier2023-08-20
* Remove dubious warning message from SQL/JSON functionsPeter Eisentraut2023-08-18
* Fix format if entry in wait_event_names.txtMichael Paquier2023-08-18
* Invalidate smgr_targblock in smgrrelease().Thomas Munro2023-08-17
* Add OAT hook calls for more subcommands of ALTER TABLEMichael Paquier2023-08-17
* Unify some error messagesPeter Eisentraut2023-08-16
* Improved CREATE SUBSCRIPTION message for clarityPeter Eisentraut2023-08-16
* Remove incorrect field from information schemaPeter Eisentraut2023-08-16
* Split out tiebreaker comparisons from comparetup_* functionsJohn Naylor2023-08-16
* Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita2023-08-15
* De-pessimize ConditionVariableCancelSleep().Thomas Munro2023-08-15
* hio: Take number of prior relation extensions into accountAndres Freund2023-08-14
* 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