summaryrefslogtreecommitdiff
path: root/src/include/executor
AgeCommit message (Expand)Author
10 daysClose relations opened specifically for AFTER triggersDavid Rowley
2026-08-22Retire execdebug.h and its debugging facilityMichael Paquier
2026-07-11Shorten pg_attribute_always_inline to pg_always_inlineTomas Vondra
2026-06-30Make SPI_prepare argtypes argument constPeter Eisentraut
2026-06-30Fixes for SPI "const Datum *" usePeter Eisentraut
2026-06-27Reject child partition FDWs in FOR PORTION OFPeter Eisentraut
2026-06-08Revert "Enable fast default for domains with non-volatile constraints"Andrew Dunstan
2026-05-13Pre-beta mechanical code beautification, step 1: run pgindent.Tom Lane
2026-04-24Fix incorrect logic for hashed IN / NOT IN with non-strict operatorsDavid Rowley
2026-04-22Harmonize function parameter names for Postgres 19.Peter Geoghegan
2026-04-08instrumentation: Allocate query level instrumentation in ExecutorStartAndres Freund
2026-04-08instrumentation: Move ExecProcNodeInstr to allow inliningAndres Freund
2026-04-07Add EXPLAIN (IO) instrumentation for TidRangeScanTomas Vondra
2026-04-07Add EXPLAIN (IO) instrumentation for SeqScanTomas Vondra
2026-04-07Add EXPLAIN (IO) infrastructure with BitmapHeapScan supportTomas Vondra
2026-04-07Fix BitmapHeapScan non-parallel-aware EXPLAIN ANALYZETomas Vondra
2026-04-06Allocate separate DSM chunk for parallel Index[Only]Scan instrumentationMelanie Plageman
2026-04-05instrumentation: Separate per-node logic from other usesAndres Freund
2026-04-05instrumentation: Separate trigger logic from other usesAndres Freund
2026-03-30Remove bits* typedefs.Nathan Bossart
2026-03-30Pass down information on table modification to scan nodesMelanie Plageman
2026-03-19Improve hash join's handling of tuples with null join keys.Tom Lane
2026-03-16Reduce header inclusions via execnodes.hÁlvaro Herrera
2026-03-15Optimize tuple deformationDavid Rowley
2026-03-14Allow sibling call optimization in slot_getsomeattrs_int()David Rowley
2026-03-12Enable fast default for domains with non-volatile constraintsAndrew Dunstan
2026-02-17Use a bitmask for ExecInsertIndexTuples optionsÁlvaro Herrera
2026-02-06Adjust style of some debugging macros.Nathan Bossart
2026-01-28Standardize replication origin naming to use "ReplOrigin".Masahiko Sawada
2026-01-12Move instrumentation-related structs to instrument_node.hÁlvaro Herrera
2026-01-09instrumentation: Keep time fields as instrtime, convert in callersAndres Freund
2026-01-01Update copyright for 2026Bruce Momjian
2025-12-14Update typedefs.list to match what the buildfarm currently reports.Tom Lane
2025-12-11Fix some comments.Nathan Bossart
2025-11-27Add parallelism support for TID Range ScansDavid Rowley
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-28Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()Michael Paquier
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-10-15Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch.Etsuro Fujita
2025-10-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-09-15Update various forward declarations to use typedefPeter Eisentraut
2025-09-04Fix replica identity check for INSERT ON CONFLICT DO UPDATE.Dean Rasheed
2025-08-11Fix security checks in selectivity estimation functions.Dean Rasheed
2025-08-04Detect and report update_deleted conflicts.Amit Kapila
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote