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
Branch
Commit message
Author
Age
REL9_2_STABLE-rwlock-contention
Wait free LW_SHARED lwlock acquiration
Andres Freund
12 years
aio
fixup! aio: --- BASE PATCH -- (to-be-split).
Andres Freund
5 years
bdr
bdr: Fix silly mistakes in the merge of worker and output plugins
Andres Freund
11 years
bdr-next
bdr, deparse: Deparse nondefault seqams correctly when default_seqam is set.
Andres Freund
11 years
bgwriter-rewrite
Rewrite background writer.
Andres Freund
7 years
cabal-rebasing
fix off-by-one that only manifests visibly on some platforms
Andres Freund
13 years
checkpoint-flush
fixup! allow to trigger kernel writeback after a configurable number of writes.
Andres Freund
10 years
clone-fd-checkpointer
Heavily-WIP: Send file descriptors to checkpointer for fsyncing.
Andres Freund
8 years
commit_ts
committs: mergme: add comment about wal logging committs in RecordTransaction...
Andres Freund
13 years
executor-rewrite
WIP: Protoype of new, non-recursive, executor.
Andres Freund
8 years
faster-expr-2
WIP: Opcode based agg evaluation.
Andres Freund
9 years
faster-hashtable
Use more efficient hashtable for execGrouping.c to speed up hash aggregation.
Andres Freund
9 years
feature/hs-cancel-subtxn
Allow HS conflict cancellations to abort subtransactions.
Andres Freund
16 years
feature/hs-cleanup
Dont try to save the errno in RecoveryConflictInterrupt to avoid confusion.
Andres Freund
16 years
feature/hs-idle-query-cancellation
Dont FATAL a IDLE IN TRANSACTIOn backend during conflict
Andres Freund
16 years
feature/idle-query-cancellation
Enable rethrowing errors which occured while IDLE IN TRANSACTION state when e...
Andres Freund
15 years
header
WIP: Add support for copying node tree into single allocation.
Andres Freund
6 years
hs-query-cancel
Do not allow to catch HS errors in plpgsql.
Andres Freund
16 years
insert_conflict_4
tmp
Andres Freund
11 years
insert_on_conflict
un-uglify indentation of ExecLockUpdateTuple in nodeModifyTable.c
Andres Freund
11 years
int/fastbloat
Add pgstattuple_approx() to the pgstattuple extension.
Andres Freund
11 years
int/grouping_sets
First cut of getting rid of GroupedVar.
Andres Freund
11 years
int/grouping_sets_2
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
11 years
jit
Fix typo setting BITCODE_CXXFLAGS.
Andres Freund
8 years
jit-01
Hacky/Preliminary inlining implementation.
Andres Freund
8 years
jsonb_and_hstore
Denote some pieces of code with FIXMEs that should be improved.
Andres Freund
12 years
latch
Introduce WaitEventSet API.
Andres Freund
10 years
llvm-12
WIP: llvmjit: Support new ORC interface.
Andres Freund
5 years
master
Remove some dead IsUnderPostmaster code in bootstrap.c.
Andres Freund
11 years
move-contrib-bins-to-bin
fixup! Move pg_upgrade from contrib/ to src/bin/
Andres Freund
11 years
no-work-in-signal-handlers
Fix usage of openssl API to not break during SSL renegotiation.
Andres Freund
11 years
oidnix
Remove WITH OIDs support.
Andres Freund
7 years
pgxact-split
WIP: pgbench
Andres Freund
6 years
pluggable-storage
Fix virtual tuple clear.
Andres Freund
7 years
pluggable-zheap
regression differerences
Andres Freund
7 years
pluggable_compression
Introduce pluggable compression
Andres Freund
12 years
replication-identifiers
Introduce "replication_identifiers" to keep track of remote nodes.
Andres Freund
12 years
rwlock-contention
Add pg_atomic_fetch_add_until_u32().
Andres Freund
11 years
rwlock-contention-clean
Lockless StrategyGetBuffer clock sweep hotpath.
Andres Freund
11 years
sane-catalog
example conversion
Andres Freund
9 years
seqam-0.2
seqam 0.2
Andres Freund
12 years
simple_statement_perf
WIP: Improve getBaseTypeAndTypemod() performance for builtin types.
Andres Freund
8 years
speedup/frontend_protocol
Introduce FrontendProtocollIsV3 shorthand for PG_PROTOCOL_MAJOR(FrontendProto...
Andres Freund
15 years
speedup/slab2
num_free
Andres Freund
14 years
speedup/slab2-experimental
Comment out code pfree()'ing a list header after list_concat
Andres Freund
14 years
tmp
Merge remote-tracking branch 'rhaas/chash2014' into rwlock-contention-clean
Andres Freund
11 years
tmp-insert-sgml-doc-fix
Improve ON CONFLICT documentation.
Andres Freund
10 years
tmp-multixact-truncate
WIP: Rework the way multixact truncations work.
Andres Freund
11 years
tmp2
minor chash performance improvements
Andres Freund
11 years
xlogreader
add simple xlogdump tool
Andres Freund
13 years