summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-03-30Predicate locking in GIN indexTeodor Sigaev
2018-03-29Remove 'target' from GroupPathExtraData.Robert Haas
2018-03-29Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane
2018-03-29While vacuuming a large table, update upper-level FSM data every so often.Tom Lane
2018-03-29Add casts from jsonbTeodor Sigaev
2018-03-28Allow committing inside cursor loopPeter Eisentraut
2018-03-28Add EXPLAIN support for JIT.Andres Freund
2018-03-28Add inlining support to LLVM JIT provider.Andres Freund
2018-03-28Use isinf builtin for clang, for performance.Andres Freund
2018-03-28PL/pgSQL: Nested CALL with transactionsPeter Eisentraut
2018-03-28Store 2PC GID in commit/abort WAL recs for logical decodingSimon Riggs
2018-03-28Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund
2018-03-28Add catversion bump missed in 16828d5c0.Andres Freund
2018-03-28Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-03-27Allow HOT updates for some expression indexesSimon Riggs
2018-03-27Skip temp tables from basebackup.Teodor Sigaev
2018-03-26JIT tuple deforming in LLVM JIT provider.Andres Freund
2018-03-26Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera
2018-03-23Exclude unlogged tables from base backupsTeodor Sigaev
2018-03-23Fix interaction of Perl and stdbool.hPeter Eisentraut
2018-03-23Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera
2018-03-23Adapt expression JIT to stdbool.h introduction.Andres Freund
2018-03-23Use stdbool.h if suitablePeter Eisentraut
2018-03-22Add expression compilation support to LLVM JIT provider.Andres Freund
2018-03-22Add FIELDNO_* macro designating offset into structs required for JIT.Andres Freund
2018-03-22Expand list of synchronized types and functions in LLVM JIT provider.Andres Freund
2018-03-22Basic planner and executor integration for JIT.Andres Freund
2018-03-22Add helpers for emitting LLVM IR.Andres Freund
2018-03-22Debugging and profiling support for LLVM JIT provider.Andres Freund
2018-03-22Support for optimizing and emitting code in LLVM JIT provider.Andres Freund
2018-03-22Implement partition-wise grouping/aggregation.Robert Haas
2018-03-22Add \if support to pgbenchTeodor Sigaev
2018-03-22Add file containing extensions of the LLVM C API.Andres Freund
2018-03-22Basic JIT provider and error handling infrastructure.Andres Freund
2018-03-22Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-21Change oddly-chosen OID allocation.Tom Lane
2018-03-21Handle heap rewrites even better in logical decodingPeter Eisentraut
2018-03-21Add configure tests for stdbool.h and sizeof boolPeter Eisentraut
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-20Attempt to fix build with unusual OpenSSL versionsPeter Eisentraut
2018-03-20Don't pass the grouping target around unnecessarily.Robert Haas
2018-03-20Prevent query-lifespan memory leakage of SP-GiST traversal values.Tom Lane
2018-03-19Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2018-03-19Remove unnecessary members from ModifyTableState and ExecInsertAlvaro Herrera
2018-03-19Fix state reversal after partition tuple routingAlvaro Herrera
2018-03-17Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane
2018-03-17Add ssl_passphrase_command settingPeter Eisentraut
2018-03-17Add 'unit' parameter to ExplainProperty{Integer,Float}.Andres Freund