aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Make be-secure-common.c more consistent for future SSL implementationsPeter Eisentraut2018-04-02
* postgres_fdw: Push down partition-wise aggregation.Robert Haas2018-04-02
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Fix non-portable use of round().Andres Freund2018-03-31
* Add Bloom filter implementation.Andres Freund2018-03-31
* Small cleanups in fast default code.Andrew Dunstan2018-04-01
* Fix assorted issues in parallel vacuumdb.Tom Lane2018-03-31
* Fix portability and translatability issues in commit 64f85894a.Tom Lane2018-03-31
* Portability fix for commit 9a895462d.Tom Lane2018-03-30
* Remove PARTIAL_LINKING build mode.Andres Freund2018-03-30
* Fix bug with view locking code.Tatsuo Ishii2018-03-31
* Add SKIP_LOCKED option to RangeVarGetRelidExtended().Andres Freund2018-03-30
* Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund2018-03-30
* Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao2018-03-31
* Fix bogus provolatile/proparallel markings on a few built-in functions.Tom Lane2018-03-30
* Ensure that WAL pages skipped by a forced WAL switch are zero-filled.Tom Lane2018-03-30
* Remove obsolete SLRU wrapping and warnings from predicate.c.Tom Lane2018-03-30
* Improve out-of-memory error reports by including memory context name.Tom Lane2018-03-30
* Do index FSM vacuuming sooner.Tom Lane2018-03-30
* Don't call IS_DUMMY_REL() when cheapest_total_path might be junk.Robert Haas2018-03-30
* Predicate locking in GIN indexTeodor Sigaev2018-03-30
* Fix typo in commentMagnus Hagander2018-03-30
* Allow to lock views.Tatsuo Ishii2018-03-30
* Improve JIT docs.Andres Freund2018-03-29
* Remove 'target' from GroupPathExtraData.Robert Haas2018-03-29
* Rewrite the code that applies scan/join targets to paths.Robert Haas2018-03-29
* Postpone generate_gather_paths for topmost scan/join rel.Robert Haas2018-03-29
* Teach create_projection_plan to omit projection where possible.Robert Haas2018-03-29
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-29
* README change: update for hash access methodBruce Momjian2018-03-29
* Fix incorrect copy/paste in commentMagnus Hagander2018-03-29
* Fix typo in commentMagnus Hagander2018-03-29
* Remove unnecessary BufferGetPage() calls in fsm_vacuum_page().Tom Lane2018-03-29
* Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane2018-03-29
* C comment: fix wording about shared memory message queueBruce Momjian2018-03-29
* While vacuuming a large table, update upper-level FSM data every so often.Tom Lane2018-03-29
* Add casts from jsonbTeodor Sigaev2018-03-29
* Fix typo in commentMagnus Hagander2018-03-29
* Allow committing inside cursor loopPeter Eisentraut2018-03-28
* C comment: fix typo, log -> lagBruce Momjian2018-03-28
* Fix mistakes in the just added JIT docs.Andres Freund2018-03-28
* Add documentation for the JIT feature.Andres Freund2018-03-28
* Add EXPLAIN support for JIT.Andres Freund2018-03-28
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-28
* Use isinf builtin for clang, for performance.Andres Freund2018-03-28
* Make pg_rewind skip files and directories that are removed during server start.Fujii Masao2018-03-29
* Fix handling of files that source server removes during pg_rewind is running.Fujii Masao2018-03-29
* PL/pgSQL: Nested CALL with transactionsPeter Eisentraut2018-03-28
* Fix actual and potential double-frees around tuplesort usage.Tom Lane2018-03-28
* Store 2PC GID in commit/abort WAL recs for logical decodingSimon Riggs2018-03-28