index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-03-29
Add casts from jsonb
Teodor Sigaev
2018-03-29
Fix typo in comment
Magnus Hagander
2018-03-28
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-28
Fix handling of files that source server removes during pg_rewind is running.
Fujii Masao
2018-03-28
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
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-28
Add catversion bump missed in 16828d5c0.
Andres Freund
2018-03-28
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-27
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-26
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
Set random seed for pgbench.
Teodor Sigaev
2018-03-26
Fix thinko in comment
Alvaro Herrera
2018-03-26
Fix test impredictability
Alvaro Herrera
2018-03-26
Handle INSERT .. ON CONFLICT with partitioned tables
Alvaro Herrera
2018-03-26
Fix typo
Alvaro Herrera
2018-03-26
Remove two tests inadvertently added in 2b27273435
Andrew Dunstan
2018-03-26
Optimize btree insertions for common case of increasing values
Andrew Dunstan
2018-03-25
Fix unsafe extraction of the OID part of a relation filename.
Tom Lane
2018-03-25
pg_resetwal: Allow users to change the WAL segment size
Peter Eisentraut
2018-03-25
initdb: Further polishing of --wal-segsize option
Peter Eisentraut
2018-03-25
Remove useless if-test.
Tom Lane
2018-03-25
pg_resetwal: Fix logical typo in code
Peter Eisentraut
2018-03-25
Add #includes missed in commit e22b27f0cb3ee03ee300d431997f5944ccf2d7b3.
Tom Lane
2018-03-25
Stabilize regression test result.
Tom Lane
2018-03-25
Add long options to pg_resetwal and pg_controldata
Peter Eisentraut
2018-03-24
initdb: Improve --wal-segsize handling
Peter Eisentraut
2018-03-23
Small refactoring
Peter Eisentraut
2018-03-23
Further fix interaction of Perl and stdbool.h
Peter Eisentraut
[next]