summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-28Use isinf builtin for clang, for performance.Andres Freund
2018-03-28Make pg_rewind skip files and directories that are removed during server start.Fujii Masao
2018-03-28Fix handling of files that source server removes during pg_rewind is running.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-28Attempt to fix jsonb_plpython build on WindowsPeter Eisentraut
2018-03-28Make fast_default regression tests locale independentAndrew Dunstan
2018-03-28Use pg_stat_get_xact* functions within xactsSimon 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-27Update pgindent's typedefs blacklist, and make it easier to adjust.Tom Lane
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-27libpq: PQhost to return active connected host or hostaddrPeter Eisentraut
2018-03-27Fix count of skipped test of basebackup on WindowsTeodor Sigaev
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-26Make new regression indpendent of max_parallel_workers_per_gather.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-26Set random seed for pgbench.Teodor Sigaev
2018-03-26Fix thinko in commentAlvaro Herrera
2018-03-26Fix test impredictabilityAlvaro Herrera
2018-03-26Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera
2018-03-26Fix typoAlvaro Herrera
2018-03-26Remove two tests inadvertently added in 2b27273435Andrew Dunstan
2018-03-26Optimize btree insertions for common case of increasing valuesAndrew Dunstan
2018-03-25Fix unsafe extraction of the OID part of a relation filename.Tom Lane
2018-03-25pg_resetwal: Allow users to change the WAL segment sizePeter Eisentraut
2018-03-25initdb: Further polishing of --wal-segsize optionPeter Eisentraut
2018-03-25Remove useless if-test.Tom Lane
2018-03-25pg_resetwal: Fix logical typo in codePeter Eisentraut
2018-03-25Add #includes missed in commit e22b27f0cb3ee03ee300d431997f5944ccf2d7b3.Tom Lane
2018-03-25Stabilize regression test result.Tom Lane
2018-03-25Add long options to pg_resetwal and pg_controldataPeter Eisentraut
2018-03-24initdb: Improve --wal-segsize handlingPeter Eisentraut
2018-03-23Small refactoringPeter Eisentraut
2018-03-23Further fix interaction of Perl and stdbool.hPeter Eisentraut