summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-21Fix typo setting BITCODE_CXXFLAGS.jitAndres Freund
2018-03-21Empty CXXFLAGS inherited from autoconf.Andres Freund
2018-03-21fixup! LLVMJIT: Support for optimizing and emitting code.Andres Freund
2018-03-21fixup! LLVMJIT: JIT compile expressions.Andres Freund
2018-03-21WIP: deduplicate int/float overflow handling code.Andres Freund
2018-03-21WIP: Faster order.Andres Freund
2018-03-21Add noinline instruction to infrequently called functions.Andres Freund
2018-03-21LLVMJIT: Add documentation.Andres Freund
2018-03-21LLVMJIT: EXPLAIN support.Andres Freund
2018-03-21LLVMJIT: JITed tuple deforming.Andres Freund
2018-03-21WIP: Make scan desc available for all PlanStates.Andres Freund
2018-03-21WIP: Disable JITing for VALUES() nodes.Andres Freund
2018-03-21LLVMJIT: JIT compile expressions.Andres Freund
2018-03-21LLVMJIT: Add FIELDNO_* macro designating JIT required offsets into structs.Andres Freund
2018-03-21LLVMJIT: Add to-be-synchronized types.Andres Freund
2018-03-21LLVMJIT: Inlining support.Andres Freund
2018-03-21LLVMJIT: Basic planner and executor integration.Andres Freund
2018-03-21LLVMJIT: Add helpers for emitting LLVM IR.Andres Freund
2018-03-21LLVMJIT: Debugging and profiling support.Andres Freund
2018-03-21LLVMJIT: Support for optimizing and emitting code.Andres Freund
2018-03-21LLVMJIT: Add file containing extensions / polyfills of the LLVM C API.Andres Freund
2018-03-21Basic JIT provider and error handling infrastructure.Andres Freund
2018-03-21Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.Andres Freund
2018-03-21Add configure infrastructure (--with-llvm) to enable LLVM support.Andres Freund
2018-03-20Add C++ support to configure.Andres Freund
2018-03-20Attempt to fix build with unusual OpenSSL versionsPeter Eisentraut
2018-03-20Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.Andres Freund
2018-03-20Make configure check for a couple more Perl modules for --enable-tap-tests.Tom Lane
2018-03-20Don't pass the grouping target around unnecessarily.Robert Haas
2018-03-20Doc: typo fix, "PG_" should be "TG_" here.Tom Lane
2018-03-20Determine grouping strategies in create_grouping_paths.Robert Haas
2018-03-20Defer creation of partially-grouped relation until it's needed.Robert Haas
2018-03-20Fix CommandCounterIncrement in partition-related DDLAlvaro Herrera
2018-03-20Prevent query-lifespan memory leakage of SP-GiST traversal values.Tom Lane
2018-03-19Add missing breakPeter Eisentraut
2018-03-19Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2018-03-19Don't use an Msys virtual path to create a tablespaceAndrew Dunstan
2018-03-19Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2018-03-19Remove unnecessary members from ModifyTableState and ExecInsertAlvaro Herrera
2018-03-19Expand comment a little bitAlvaro Herrera
2018-03-19Fix state reversal after partition tuple routingAlvaro Herrera
2018-03-19Generate a separate upper relation for each stage of setop planning.Robert Haas
2018-03-19Rewrite recurse_union_children to iterate, rather than recurse.Robert Haas
2018-03-19Fix typo in commentMagnus Hagander
2018-03-18Doc: note that statement-level view triggers require an INSTEAD OF trigger.Tom Lane
2018-03-18Fix pg_recvlogical for pre-10 versionsMagnus Hagander
2018-03-17Fix overflow handling in plpgsql's integer FOR loops.Tom Lane
2018-03-17Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane
2018-03-17Fix closing of incorrectly named cursor.Michael Meskes
2018-03-17Set libpq sslcompression to off by defaultPeter Eisentraut