summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-11-06Detect integer overflow while computing new array dimensions.Tom Lane
2023-11-06Compute aggregate argument types correctly in transformAggregateCall().Tom Lane
2023-11-06Set GUC "is_superuser" in all processes that set AuthenticatedUserId.Noah Misch
2023-11-06Ban role pg_signal_backend from more superuser backend types.Noah Misch
2023-11-06Translation updatesPeter Eisentraut
2023-11-02Be more wary about NULL values for GUC string variables.Tom Lane
2023-10-31doc: 1-byte varlena headers can be used for user PLAIN storageBruce Momjian
2023-10-30Diagnose !indisvalid in more SQL functions.Noah Misch
2023-10-28Fix intra-query memory leak when a SRF returns zero rows.Tom Lane
2023-10-27Fix minmax-multi distance for extreme interval valuesTomas Vondra
2023-10-27Fix minmax-multi on infinite date/timestamp valuesTomas Vondra
2023-10-27Fix calculation in brin_minmax_multi_distance_dateTomas Vondra
2023-10-27Fix overflow when calculating timestamp distance in BRINTomas Vondra
2023-10-24Fix problems when a plain-inheritance parent table is excluded.Tom Lane
2023-10-21Fix min_dynamic_shared_memory on Windows.Thomas Munro
2023-10-20Dodge a compiler bug affecting timetz_zone/timetz_izone.Tom Lane
2023-10-18jit: Changes for LLVM 17.Thomas Munro
2023-10-18jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro
2023-10-18jit: Support opaque pointers in LLVM 16.Thomas Munro
2023-10-17Avoid calling proc_exit() in processes forked by system().Nathan Bossart
2023-10-16Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane
2023-10-15Acquire ControlFileLock in relevant SQL functions.Thomas Munro
2023-10-14Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch
2023-10-12Fix runtime partition pruning for HASH partitioned tablesDavid Rowley
2023-10-12Fix incorrect step generation in HASH partition pruningDavid Rowley
2023-10-10Fix bug in GenericXLogFinish().Jeff Davis
2023-10-06Remove extra parenthesis from comment.Etsuro Fujita
2023-10-05Fix memory leak in Memoize codeDavid Rowley
2023-10-03Avoid memory size overflow when allocating backend activity bufferMichael Paquier
2023-10-03Fail hard on out-of-memory failures in xlogreader.cMichael Paquier
2023-10-02Flush WAL stats in bgwriterHeikki Linnakangas
2023-10-01Fix datalen calculation in tsvectorrecv().Tom Lane
2023-10-01In COPY FROM, fail cleanly when unsupported encoding conversion is needed.Tom Lane
2023-09-30Fix briefly showing old progress stats for ANALYZE on inherited tables.Heikki Linnakangas
2023-09-28Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan
2023-09-28Fix checking of index expressions in CompareIndexInfo().Tom Lane
2023-09-28Add missing TidRangePath handling in print_path()David Rowley
2023-09-28Fix typo in src/backend/access/transam/README.Etsuro Fujita
2023-09-26Fix another bug in parent page splitting during GiST index build.Heikki Linnakangas
2023-09-25Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro
2023-09-25Collect dependency information for parsed CallStmts.Tom Lane
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