Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-03-28Add support for not-null constraints on virtual generated columnsPeter Eisentraut
2025-03-28Rename a node field for clarityPeter Eisentraut
2025-03-25Remove 'additional' pointer from TupleHashEntryData.Jeff Davis
2025-03-25Create accessor functions for TupleHashEntry.Jeff Davis
2025-03-25HashAgg: use Bump allocator for hash TupleHashTable entries.Jeff Davis
2025-03-15BitmapHeapScan uses the read stream APIMelanie Plageman
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2025-02-17Fix an oversight in cbc127917 to handle MERGE correctlyAmit Langote
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit Langote
2025-01-31Perform runtime initial pruning outside ExecInitNode()Amit Langote
2025-01-30Move PartitionPruneInfo out of plan nodes into PlannedStmtAmit Langote
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-13Revert "TupleHashTable: store additional data along with tuple."Jeff Davis
2025-01-13Fix pgindent damageRichard Guo
2025-01-11TupleHashTable: store additional data along with tuple.Jeff Davis
2025-01-07Remove unused TupleHashTableData->entrysize.Jeff Davis
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-19Convert SetOp to read its inputs as outerPlan and innerPlan.Tom Lane
2024-12-18Bitmap Table Scans use unified TBMIteratorMelanie Plageman
2024-12-18Add common interface for TBMIteratorsMelanie Plageman
2024-12-11Use ExprStates for hashing in GROUP BY and SubPlansDavid Rowley
2024-10-31Remove unused field from SubPlanState structDavid Rowley
2024-10-25Make table_scan_bitmap_next_block() async-friendlyMelanie Plageman
2024-10-08Introduce two fields in EState to track parallel worker activityMichael Paquier
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-06Update comment about ExprState.escontextAmit Langote
2024-09-05Optimize WindowAgg's use of tuplestoresDavid Rowley
2024-08-20Speed up Hash Join by making ExprStates support hashingDavid Rowley
2024-08-12Fix outdated commentsDavid Rowley
2024-08-01Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund
2024-07-09Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley
2024-07-08Widen lossy and exact page counters for Bitmap Heap ScanDavid Rowley
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-05-01Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley
2024-04-23Remove some unnecessary fields from executor nodes.Tom Lane
2024-04-19Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.Dean Rasheed
2024-04-06BitmapHeapScan: Push skip_fetch optimization into table AMTomas Vondra
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-14Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas
2024-01-24Add soft error handling to some expression nodesAmit Langote
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-03Remove IndexInfo.ii_OpclassOptions fieldPeter Eisentraut