summaryrefslogtreecommitdiff
path: root/src/backend/executor
AgeCommit message (Expand)Author
2 daysUpdate typedefs.list to match what the buildfarm currently reports.Tom Lane
6 daysUse palloc_object() and palloc_array(), the last changeMichael Paquier
7 daysUse palloc_object() and palloc_array() in backend codeMichael Paquier
2025-12-02Fix ON CONFLICT with REINDEX CONCURRENTLY and partitionsÁlvaro Herrera
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-11-27Add parallelism support for TID Range ScansDavid Rowley
2025-11-25Improve test case stabilityÁlvaro Herrera
2025-11-24Fix infer_arbiter_index during concurrent index operationsÁlvaro Herrera
2025-11-19Fix typo in nodeHash.cRichard Guo
2025-11-18Fix typoÁlvaro Herrera
2025-11-16Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update.Dean Rasheed
2025-11-10Fix typos in nodeWindowAgg commentsDaniel Gustafsson
2025-11-06Update obsolete comment in ExecScanReScan().Etsuro Fujita
2025-11-02Change "long" numGroups fields to be Cardinality (i.e., double).Tom Lane
2025-11-02Improve planner's estimates of tuple hash table sizes.Tom Lane
2025-10-31Mark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-10-30Use BumpContext contexts in TupleHashTables, and do some code cleanup.Tom Lane
2025-10-30Mark ItemPointer arguments as const throughoutPeter Eisentraut
2025-10-30Fix some confusing uses of constPeter Eisentraut
2025-10-28Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()Michael Paquier
2025-10-27Fix a couple of comments.Nathan Bossart
2025-10-25Fix incorrect logic for caching ResultRelInfos for triggersDavid Rowley
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-10-23Fix coding style with "else".Tatsuo Ishii
2025-10-22Fix multi WinGetFuncArgInFrame/Partition calls with IGNORE NULLS.Tatsuo Ishii
2025-10-19Fix Coverity issue reported in commit 2273fa32bce.Tatsuo Ishii
2025-10-18Fix reset of incorrect hash iterator in GROUPING SETS queriesDavid Rowley
2025-10-17Fix hashjoin memory balancing logicTomas Vondra
2025-10-16Fix EPQ crash from missing partition directory in EStateAmit Langote
2025-10-14Use ereport rather than elog in WinCheckAndInitializeNullTreatment.Tatsuo Ishii
2025-10-09Avoid uninitialized-variable warnings from older compilers.Tom Lane
2025-10-08Fix Coverity issues reported in commit 25a30bbd423.Tatsuo Ishii
2025-10-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-10-03Add IGNORE NULLS/RESPECT NULLS option to Window functions.Tatsuo Ishii
2025-09-19Fix EPQ crash from missing partition pruning state in EStateAmit Langote
2025-09-17Add missing EPQ recheck for TID Range ScanDavid Rowley
2025-09-16Add missing EPQ recheck for TID ScanDavid Rowley
2025-09-10Eliminate duplicative hashtempcxt in nodeSubplan.c.Tom Lane
2025-09-10Fix memory leakage in nodeSubplan.c.Tom Lane
2025-09-10Replace callers of dynahash.h's my_log() by equivalent in pg_bitutils.hMichael Paquier
2025-09-08Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases.Robert Haas
2025-09-05Fix concurrent update issue with MERGE.Dean Rasheed
2025-09-04Fix replica identity check for MERGE.Dean Rasheed
2025-09-04Fix replica identity check for INSERT ON CONFLICT DO UPDATE.Dean Rasheed
2025-08-25Message wording improvementsPeter Eisentraut
2025-08-20Fix re-execution of a failed SQLFunctionCache entry.Tom Lane
2025-08-16Fix typos in comments.Masahiko Sawada
2025-08-11Reduce ExecSeqScan* code size using pg_assume()Andres Freund
2025-08-11Fix security checks in selectivity estimation functions.Dean Rasheed
2025-08-08Mop-up for Datum conversion cleanups.Tom Lane