aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane2023-09-21
* Update comment about set_join_pathlist_hook().Etsuro Fujita2023-09-21
* Fix GiST README's explanation of the NSN cross-check.Heikki Linnakangas2023-09-19
* Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.Tom Lane2023-09-18
* Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane2023-09-15
* Revert "Improve error message on snapshot import in snapmgr.c"Michael Paquier2023-09-14
* Fix tracking of temp table relation extensions as writesAndres Freund2023-09-13
* Improve error message on snapshot import in snapmgr.cMichael Paquier2023-09-14
* Refactor error messages for unsupported providers in pg_locale.cMichael Paquier2023-09-14
* Fix incorrect logic in plan dependency recordingDavid Rowley2023-09-14
* Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila2023-09-13
* Fix exception safety bug in typcache.c.Thomas Munro2023-09-13
* Translation updatesAlvaro Herrera2023-09-11
* Translation updatesPeter Eisentraut2023-09-06
* Fix out-of-bound read in gtsvector_picksplit()Michael Paquier2023-09-04
* Fix handling of shared statistics with dropped databasesMichael Paquier2023-09-04
* Report syncscan position at end of scan.Heikki Linnakangas2023-08-31
* Use actual backend IDs in pg_stat_get_backend_subxact().Nathan Bossart2023-08-30
* Rename some support functions for pgstat* views.Nathan Bossart2023-08-30
* Avoid possible overflow with ltsGetFreeBlock() in logtape.cMichael Paquier2023-08-30
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Initialize ListenSocket array earlier.Heikki Linnakangas2023-08-29
* Translation updatesPeter Eisentraut2023-08-28
* Avoid unnecessary plancache revalidation of utility statements.Tom Lane2023-08-24
* Fix lack of message pluralizationPeter Eisentraut2023-08-24
* Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut2023-08-24
* Fix the error message when failing to restore the snapshot.Amit Kapila2023-08-24
* Fix translation markersPeter Eisentraut2023-08-24
* Fix _bt_allequalimage() call within critical section.Heikki Linnakangas2023-08-23
* Use the buffer cache when initializing an unlogged index.Heikki Linnakangas2023-08-23
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Cache by-reference missing values in a long lived contextAndrew Dunstan2023-08-22
* Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier2023-08-21
* Remove dubious warning message from SQL/JSON functionsPeter Eisentraut2023-08-18
* Invalidate smgr_targblock in smgrrelease().Thomas Munro2023-08-17
* Unify some error messagesPeter Eisentraut2023-08-16
* Improved CREATE SUBSCRIPTION message for clarityPeter Eisentraut2023-08-16
* De-pessimize ConditionVariableCancelSleep().Thomas Munro2023-08-15
* hio: Take number of prior relation extensions into accountAndres Freund2023-08-14
* Fix off-by-one in XLogRecordMaxSize check.Noah Misch2023-08-12
* Document RelationGetIndexAttrBitmap betterAlvaro Herrera2023-08-10
* Recalculate search_path after ALTER ROLE.Jeff Davis2023-08-09
* 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 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
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28