index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
docs: fix spacing around "if not exists" brackets
Bruce Momjian
2018-03-29
*
Allow to lock views.
Tatsuo Ishii
2018-03-30
*
Improve JIT docs.
Andres Freund
2018-03-29
*
Remove 'target' from GroupPathExtraData.
Robert Haas
2018-03-29
*
Rewrite the code that applies scan/join targets to paths.
Robert Haas
2018-03-29
*
Postpone generate_gather_paths for topmost scan/join rel.
Robert Haas
2018-03-29
*
Teach create_projection_plan to omit projection where possible.
Robert Haas
2018-03-29
*
C comments: "a" <--> "an" corrections
Bruce Momjian
2018-03-29
*
README change: update for hash access method
Bruce Momjian
2018-03-29
*
Fix incorrect copy/paste in comment
Magnus Hagander
2018-03-29
*
Fix typo in comment
Magnus Hagander
2018-03-29
*
Remove unnecessary BufferGetPage() calls in fsm_vacuum_page().
Tom Lane
2018-03-29
*
Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.
Tom Lane
2018-03-29
*
C comment: fix wording about shared memory message queue
Bruce Momjian
2018-03-29
*
While vacuuming a large table, update upper-level FSM data every so often.
Tom Lane
2018-03-29
*
Add casts from jsonb
Teodor Sigaev
2018-03-29
*
docs: fix INSTALL.xml build by using "standalone-ignore"
Bruce Momjian
2018-03-29
*
Fix typo in comment
Magnus Hagander
2018-03-29
*
Allow committing inside cursor loop
Peter Eisentraut
2018-03-28
*
C comment: fix typo, log -> lag
Bruce Momjian
2018-03-28
*
Fix mistakes in the just added JIT docs.
Andres Freund
2018-03-28
*
Add documentation for the JIT feature.
Andres Freund
2018-03-28
*
Add EXPLAIN support for JIT.
Andres Freund
2018-03-28
*
Add inlining support to LLVM JIT provider.
Andres Freund
2018-03-28
*
Use isinf builtin for clang, for performance.
Andres Freund
2018-03-28
*
Make pg_rewind skip files and directories that are removed during server start.
Fujii Masao
2018-03-29
*
Fix handling of files that source server removes during pg_rewind is running.
Fujii Masao
2018-03-29
*
PL/pgSQL: Nested CALL with transactions
Peter Eisentraut
2018-03-28
*
Fix actual and potential double-frees around tuplesort usage.
Tom Lane
2018-03-28
*
Store 2PC GID in commit/abort WAL recs for logical decoding
Simon Riggs
2018-03-28
*
Attempt to fix jsonb_plpython build on Windows
Peter Eisentraut
2018-03-28
*
Fix jsonb_plpython tests on older Python versions
Peter Eisentraut
2018-03-28
*
Transforms for jsonb to PL/Python
Peter Eisentraut
2018-03-28
*
Make fast_default regression tests locale independent
Andrew Dunstan
2018-03-28
*
Use pg_stat_get_xact* functions within xacts
Simon Riggs
2018-03-28
*
Quick adaption of JIT tuple deforming to the fast default patch.
Andres Freund
2018-03-27
*
Add catversion bump missed in 16828d5c0.
Andres Freund
2018-03-27
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Update pgindent's typedefs blacklist, and make it easier to adjust.
Tom Lane
2018-03-27
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-27
*
libpq: PQhost to return active connected host or hostaddr
Peter Eisentraut
2018-03-27
*
Fix count of skipped test of basebackup on Windows
Teodor Sigaev
2018-03-27
*
Skip temp tables from basebackup.
Teodor Sigaev
2018-03-27
*
Add predicate locking for GiST
Teodor Sigaev
2018-03-27
*
Adapt to LLVM 7+ Orc API changes.
Andres Freund
2018-03-26
*
LLVMJIT: Free created module in LLVM < 5.
Andres Freund
2018-03-26
*
Make new regression indpendent of max_parallel_workers_per_gather.
Andres Freund
2018-03-26
*
Correct some typos in the new JIT code.
Andres Freund
2018-03-26
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
[next]