summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-09-25Limit to_tsvector_byid's initial array allocation to something sane.Tom Lane
2023-09-22Don't trust unvalidated xl_tot_len.Thomas Munro
2023-09-22Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane
2023-09-21Update comment about set_join_pathlist_hook().Etsuro Fujita
2023-09-19Fix GiST README's explanation of the NSN cross-check.Heikki Linnakangas
2023-09-18Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.Tom Lane
2023-09-15Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane
2023-09-14Revert "Improve error message on snapshot import in snapmgr.c"Michael Paquier
2023-09-14Improve error message on snapshot import in snapmgr.cMichael Paquier
2023-09-13Fix incorrect logic in plan dependency recordingDavid Rowley
2023-09-13Fix exception safety bug in typcache.c.Thomas Munro
2023-09-12Fix uninitialized access to InitialRunningXacts during decoding after ERROR.Amit Kapila
2023-09-12Make recovery report error message when invalid page header is found.Fujii Masao
2023-09-04Fix out-of-bound read in gtsvector_picksplit()Michael Paquier
2023-08-29Avoid possible overflow with ltsGetFreeBlock() in logtape.cMichael Paquier
2023-08-29Initialize ListenSocket array earlier.Heikki Linnakangas
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom Lane
2023-08-22Cache by-reference missing values in a long lived contextAndrew Dunstan
2023-08-07Recalculate search_path after ALTER ROLE.Jeff Davis
2023-08-07Reject substituting extension schemas or owners matching ["$'\].Noah Misch
2023-08-07Translation updatesPeter Eisentraut
2023-08-07Don't Memoize lateral joins with volatile join conditionsDavid Rowley
2023-08-02Fix ReorderBufferCheckMemoryLimit() comment.Masahiko Sawada
2023-08-01Fix overly strict Assert in jsonpath codeDavid Rowley
2023-07-28Disallow replacing joins with scans in problematic cases.Etsuro Fujita
2023-07-27Raise fixed token-length limit in hba.c.Tom Lane
2023-07-20Guard against null plan pointer in CachedPlanIsSimplyValid().Tom Lane
2023-07-18Fix indentation in twophase.cMichael Paquier
2023-07-18Fix recovery of 2PC transaction during crash recoveryMichael Paquier
2023-07-14Add indisreplident to fields refreshed by RelationReloadIndexInfo()Michael Paquier
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-13Release lock after encountering bogs row in vac_truncate_clog()Andres Freund
2023-07-10Be more rigorous about local variables in PostgresMain().Tom Lane
2023-07-10Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier
2023-07-06WAL-log the creation of the init fork of unlogged indexes.Heikki Linnakangas
2023-07-06Revert the commits related to allowing page lock to conflict among parallel g...Amit Kapila
2023-07-05Fix leak of LLVM "fatal-on-oom" section counter.Heikki Linnakangas
2023-07-04Ensure that creation of an empty relfile is fsync'd at checkpoint.Heikki Linnakangas
2023-07-04Re-bin segment when memory pages are freed.Thomas Munro
2023-07-03Fix race in SSI interaction with gin fast path.Thomas Munro
2023-07-03Fix race in SSI interaction with bitmap heap scan.Thomas Munro
2023-07-03Fix race in SSI interaction with empty btrees.Thomas Munro
2023-07-02Fix oversight in handling of modifiedCols since f24523672dTomas Vondra
2023-07-02Fix memory leak in Incremental Sort rescansTomas Vondra
2023-06-30Fix marking of indisvalid for partitioned indexes at creationMichael Paquier
2023-06-29Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane
2023-06-29Remove inappropriate raw_expression_tree_walker() codePeter Eisentraut
2023-06-28Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier
2023-06-24Check for interrupts and stack overflow in TParserGet().Tom Lane