summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-04-02Make be-secure-common.c more consistent for future SSL implementationsPeter Eisentraut
2018-04-02postgres_fdw: Push down partition-wise aggregation.Robert Haas
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-04-01Add Bloom filter implementation.Andres Freund
2018-03-31Portability fix for commit 9a895462d.Tom Lane
2018-03-31Add SKIP_LOCKED option to RangeVarGetRelidExtended().Andres Freund
2018-03-31Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund
2018-03-30Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao
2018-03-30Fix bogus provolatile/proparallel markings on a few built-in functions.Tom Lane
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