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
/
include
Age
Commit message (
Expand
)
Author
2018-04-02
Make be-secure-common.c more consistent for future SSL implementations
Peter Eisentraut
2018-04-02
postgres_fdw: Push down partition-wise aggregation.
Robert Haas
2018-04-01
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
Add Bloom filter implementation.
Andres Freund
2018-03-31
Portability fix for commit 9a895462d.
Tom Lane
2018-03-31
Add SKIP_LOCKED option to RangeVarGetRelidExtended().
Andres Freund
2018-03-31
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-30
Enhance pg_stat_wal_receiver view to display host and port of sender server.
Fujii Masao
2018-03-30
Fix bogus provolatile/proparallel markings on a few built-in functions.
Tom Lane
2018-03-30
Predicate locking in GIN index
Teodor Sigaev
2018-03-29
Remove 'target' from GroupPathExtraData.
Robert Haas
2018-03-29
Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.
Tom Lane
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-28
Allow committing inside cursor loop
Peter Eisentraut
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
PL/pgSQL: Nested CALL with transactions
Peter Eisentraut
2018-03-28
Store 2PC GID in commit/abort WAL recs for logical decoding
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
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
Skip temp tables from basebackup.
Teodor Sigaev
2018-03-26
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
Handle INSERT .. ON CONFLICT with partitioned tables
Alvaro Herrera
2018-03-23
Exclude unlogged tables from base backups
Teodor Sigaev
2018-03-23
Fix interaction of Perl and stdbool.h
Peter Eisentraut
2018-03-23
Allow FOR EACH ROW triggers on partitioned tables
Alvaro Herrera
2018-03-23
Adapt expression JIT to stdbool.h introduction.
Andres Freund
2018-03-23
Use stdbool.h if suitable
Peter Eisentraut
2018-03-22
Add expression compilation support to LLVM JIT provider.
Andres Freund
2018-03-22
Add FIELDNO_* macro designating offset into structs required for JIT.
Andres Freund
2018-03-22
Expand list of synchronized types and functions in LLVM JIT provider.
Andres Freund
2018-03-22
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
Add helpers for emitting LLVM IR.
Andres Freund
2018-03-22
Debugging and profiling support for LLVM JIT provider.
Andres Freund
2018-03-22
Support for optimizing and emitting code in LLVM JIT provider.
Andres Freund
2018-03-22
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-22
Add \if support to pgbench
Teodor Sigaev
2018-03-22
Add file containing extensions of the LLVM C API.
Andres Freund
2018-03-22
Basic JIT provider and error handling infrastructure.
Andres Freund
2018-03-22
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-21
Change oddly-chosen OID allocation.
Tom Lane
2018-03-21
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
Add configure tests for stdbool.h and sizeof bool
Peter Eisentraut
2018-03-21
Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
Andres Freund
2018-03-21
Add configure infrastructure (--with-llvm) to enable LLVM support.
Andres Freund
[next]