index
:
users/andresfreund/postgres.git
REL9_2_STABLE-rwlock-contention
aio
bdr
bdr-next
bgwriter-rewrite
cabal-rebasing
checkpoint-flush
clone-fd-checkpointer
commit_ts
executor-rewrite
faster-expr-2
faster-hashtable
feature/hs-cancel-subtxn
feature/hs-cleanup
feature/hs-idle-query-cancellation
feature/idle-query-cancellation
header
hs-query-cancel
insert_conflict_4
insert_on_conflict
int/fastbloat
int/grouping_sets
int/grouping_sets_2
jit
jit-01
jsonb_and_hstore
latch
llvm-12
master
move-contrib-bins-to-bin
no-work-in-signal-handlers
oidnix
pgxact-split
pluggable-storage
pluggable-zheap
pluggable_compression
replication-identifiers
rwlock-contention
rwlock-contention-clean
sane-catalog
seqam-0.2
simple_statement_perf
speedup/frontend_protocol
speedup/slab2
speedup/slab2-experimental
tmp
tmp-insert-sgml-doc-fix
tmp-multixact-truncate
tmp2
xlogreader
Andres' PG stuff
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-03-21
Fix typo setting BITCODE_CXXFLAGS.
jit
Andres Freund
2018-03-21
Empty CXXFLAGS inherited from autoconf.
Andres Freund
2018-03-21
fixup! LLVMJIT: Support for optimizing and emitting code.
Andres Freund
2018-03-21
fixup! LLVMJIT: JIT compile expressions.
Andres Freund
2018-03-21
WIP: deduplicate int/float overflow handling code.
Andres Freund
2018-03-21
WIP: Faster order.
Andres Freund
2018-03-21
Add noinline instruction to infrequently called functions.
Andres Freund
2018-03-21
LLVMJIT: Add documentation.
Andres Freund
2018-03-21
LLVMJIT: EXPLAIN support.
Andres Freund
2018-03-21
LLVMJIT: JITed tuple deforming.
Andres Freund
2018-03-21
WIP: Make scan desc available for all PlanStates.
Andres Freund
2018-03-21
WIP: Disable JITing for VALUES() nodes.
Andres Freund
2018-03-21
LLVMJIT: JIT compile expressions.
Andres Freund
2018-03-21
LLVMJIT: Add FIELDNO_* macro designating JIT required offsets into structs.
Andres Freund
2018-03-21
LLVMJIT: Add to-be-synchronized types.
Andres Freund
2018-03-21
LLVMJIT: Inlining support.
Andres Freund
2018-03-21
LLVMJIT: Basic planner and executor integration.
Andres Freund
2018-03-21
LLVMJIT: Add helpers for emitting LLVM IR.
Andres Freund
2018-03-21
LLVMJIT: Debugging and profiling support.
Andres Freund
2018-03-21
LLVMJIT: Support for optimizing and emitting code.
Andres Freund
2018-03-21
LLVMJIT: Add file containing extensions / polyfills of the LLVM C API.
Andres Freund
2018-03-21
Basic JIT provider and error handling infrastructure.
Andres Freund
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
2018-03-20
Add C++ support to configure.
Andres Freund
2018-03-20
Attempt to fix build with unusual OpenSSL versions
Peter Eisentraut
2018-03-20
Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.
Andres Freund
2018-03-20
Make configure check for a couple more Perl modules for --enable-tap-tests.
Tom Lane
2018-03-20
Don't pass the grouping target around unnecessarily.
Robert Haas
2018-03-20
Doc: typo fix, "PG_" should be "TG_" here.
Tom Lane
2018-03-20
Determine grouping strategies in create_grouping_paths.
Robert Haas
2018-03-20
Defer creation of partially-grouped relation until it's needed.
Robert Haas
2018-03-20
Fix CommandCounterIncrement in partition-related DDL
Alvaro Herrera
2018-03-20
Prevent query-lifespan memory leakage of SP-GiST traversal values.
Tom Lane
2018-03-19
Add missing break
Peter Eisentraut
2018-03-19
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
Don't use an Msys virtual path to create a tablespace
Andrew Dunstan
2018-03-19
Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
Remove unnecessary members from ModifyTableState and ExecInsert
Alvaro Herrera
2018-03-19
Expand comment a little bit
Alvaro Herrera
2018-03-19
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-19
Generate a separate upper relation for each stage of setop planning.
Robert Haas
2018-03-19
Rewrite recurse_union_children to iterate, rather than recurse.
Robert Haas
2018-03-19
Fix typo in comment
Magnus Hagander
2018-03-18
Doc: note that statement-level view triggers require an INSTEAD OF trigger.
Tom Lane
2018-03-18
Fix pg_recvlogical for pre-10 versions
Magnus Hagander
2018-03-17
Fix overflow handling in plpgsql's integer FOR loops.
Tom Lane
2018-03-17
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
Fix closing of incorrectly named cursor.
Michael Meskes
2018-03-17
Set libpq sslcompression to off by default
Peter Eisentraut
[next]