summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-04-01Fix non-portable use of round().Andres Freund
2018-04-01Add Bloom filter implementation.Andres Freund
2018-03-31Small cleanups in fast default code.Andrew Dunstan
2018-03-31Remove PARTIAL_LINKING build mode.Andres Freund
2018-03-31Fix bug with view locking code.Tatsuo Ishii
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-30Ensure that WAL pages skipped by a forced WAL switch are zero-filled.Tom Lane
2018-03-30Remove obsolete SLRU wrapping and warnings from predicate.c.Tom Lane
2018-03-30Improve out-of-memory error reports by including memory context name.Tom Lane
2018-03-30Do index FSM vacuuming sooner.Tom Lane
2018-03-30Don't call IS_DUMMY_REL() when cheapest_total_path might be junk.Robert Haas
2018-03-30Predicate locking in GIN indexTeodor Sigaev
2018-03-30Fix typo in commentMagnus Hagander
2018-03-30Allow to lock views.Tatsuo Ishii
2018-03-29Improve JIT docs.Andres Freund
2018-03-29Remove 'target' from GroupPathExtraData.Robert Haas
2018-03-29Rewrite the code that applies scan/join targets to paths.Robert Haas
2018-03-29Postpone generate_gather_paths for topmost scan/join rel.Robert Haas
2018-03-29Teach create_projection_plan to omit projection where possible.Robert Haas
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
2018-03-29README change: update for hash access methodBruce Momjian
2018-03-29Remove unnecessary BufferGetPage() calls in fsm_vacuum_page().Tom Lane
2018-03-29Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane
2018-03-29C comment: fix wording about shared memory message queueBruce Momjian
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-29Fix typo in commentMagnus Hagander
2018-03-28Allow committing inside cursor loopPeter Eisentraut
2018-03-28C comment: fix typo, log -> lagBruce Momjian
2018-03-28Fix mistakes in the just added JIT docs.Andres Freund
2018-03-28Add documentation for the JIT feature.Andres Freund
2018-03-28Add EXPLAIN support for JIT.Andres Freund
2018-03-28Add inlining support to LLVM JIT provider.Andres Freund
2018-03-28Make pg_rewind skip files and directories that are removed during server start.Fujii Masao
2018-03-28PL/pgSQL: Nested CALL with transactionsPeter Eisentraut
2018-03-28Fix actual and potential double-frees around tuplesort usage.Tom Lane
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-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-27Add predicate locking for GiSTTeodor Sigaev
2018-03-26Adapt to LLVM 7+ Orc API changes.Andres Freund
2018-03-26LLVMJIT: Free created module in LLVM < 5.Andres Freund
2018-03-26Correct some typos in the new JIT code.Andres Freund
2018-03-26JIT tuple deforming in LLVM JIT provider.Andres Freund
2018-03-26Fix thinko in commentAlvaro Herrera