Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-27Don't use double-quotes in #include's of system headers, redux.Tom Lane
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-11Add special case fast-paths for strict functionsDaniel Gustafsson
2025-03-11Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson
2025-01-30Simplify executor's handling of CaseTestExpr & CoerceToDomainValue.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-15Rename RowCompareType to CompareTypePeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Optimize alignment calculations in tuple form/deformDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-11-25Fix NULLIF()'s handling of read-write expanded objects.Tom Lane
2024-11-15jit: Stop emitting some unnecessary instructionsHeikki Linnakangas
2024-11-06Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro
2024-10-17Don't store intermediate hash values in ExprState->resvalueDavid Rowley
2024-10-01jit: Use opaque pointers in all supported LLVM versions.Peter Eisentraut
2024-10-01jit: Require at least LLVM 14, if enabled.Peter Eisentraut
2024-08-20Speed up Hash Join by making ExprStates support hashingDavid Rowley
2024-08-04Use CXXFLAGS instead of CFLAGS for linking C++ codePeter Eisentraut
2024-08-01Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund
2024-07-19Move resowner from common JitContext to LLVM specificHeikki Linnakangas
2024-07-15Run LLVM verify pass on IR in assert builds.Thomas Munro
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-06-06meson: Add user-provided c_args to bitcode_cflagsPeter Eisentraut
2024-04-17Remove dead codePeter Eisentraut
2024-04-10Fix illegal attribute propagation in LLVM JIT.Thomas Munro
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-01-25jit: Require at least LLVM 10.Thomas Munro
2024-01-25Track LLVM 18 changes.Thomas Munro
2024-01-24Add soft error handling to some expression nodesAmit Langote
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-11-06Remove distprepPeter Eisentraut
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-02Revert "Add soft error handling to some expression nodes"Amit Langote
2023-10-02Add soft error handling to some expression nodesAmit Langote
2023-09-27llvmjit: Use explicit LLVMContextRef for inliningDaniel Gustafsson
2023-09-27llvmjit: Make llvm_types_module variable staticDaniel Gustafsson
2023-09-27llvmjit: Remove unnecessary typesDaniel Gustafsson
2023-09-08Add JIT deform_counterDaniel Gustafsson
2023-07-13Remove duplicated assignment of LLVMJitHandle->lljitMichael Paquier
2023-07-05Fix leak of LLVM "fatal-on-oom" section counter.Heikki Linnakangas
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-05-02Fix typos in commentsMichael Paquier
2023-04-24Rename ExecAggTransReparent, and improve its documentation.Tom Lane