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
6 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
9 years
clone-fd-checkpointer
Heavily-WIP: Send file descriptors to checkpointer for fsyncing.
Andres Freund
7 years
commit_ts
committs: mergme: add comment about wal logging committs in RecordTransaction...
Andres Freund
12 years
executor-rewrite
WIP: Protoype of new, non-recursive, executor.
Andres Freund
7 years
faster-expr-2
WIP: Opcode based agg evaluation.
Andres Freund
8 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
15 years
feature/hs-cleanup
Dont try to save the errno in RecoveryConflictInterrupt to avoid confusion.
Andres Freund
15 years
feature/hs-idle-query-cancellation
Dont FATAL a IDLE IN TRANSACTIOn backend during conflict
Andres Freund
15 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
10 years
insert_on_conflict
un-uglify indentation of ExecLockUpdateTuple in nodeModifyTable.c
Andres Freund
10 years
int/fastbloat
Add pgstattuple_approx() to the pgstattuple extension.
Andres Freund
10 years
int/grouping_sets
First cut of getting rid of GroupedVar.
Andres Freund
10 years
int/grouping_sets_2
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
10 years
jit
Fix typo setting BITCODE_CXXFLAGS.
Andres Freund
7 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
11 years
latch
Introduce WaitEventSet API.
Andres Freund
9 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
10 years
no-work-in-signal-handlers
Fix usage of openssl API to not break during SSL renegotiation.
Andres Freund
10 years
oidnix
Remove WITH OIDs support.
Andres Freund
7 years
pgxact-split
WIP: pgbench
Andres Freund
5 years
pluggable-storage
Fix virtual tuple clear.
Andres Freund
6 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
14 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
10 years
tmp2
minor chash performance improvements
Andres Freund
11 years
xlogreader
add simple xlogdump tool
Andres Freund
13 years
Tag
Download
Author
Age
aio-before-rebase-2020-11-25
commit 9d84ab6dc2...
Andres Freund
5 years
aio-before-rebase-2020-10-30
commit d52c28c396...
Andres Freund
5 years
aio-before-rebase-2020-06-24
commit bfbfa9d20e...
Andres Freund
5 years
jit-before-rebase-2018-02-14
commit 60c085061f...
Andres Freund
7 years
jit-before-rebase-2018-02-12
commit e24cac5951...
Andres Freund
7 years
jit-before-rebase-2018-02-06
commit 0fede6b8d6...
Andres Freund
7 years
jit-before-rebase-2018-02-01
commit fdc6c7a6dd...
Andres Freund
7 years
jit-before-rebase-2018-01-29
commit 6b86c3b14c...
Andres Freund
7 years
jit-before-rebase-2017-11-03
commit c6a399ba19...
Andres Freund
8 years
bdr-next-before-rebase-2014-03-12
commit 5899d10ff3...
Alvaro Herrera
11 years
bdr/0.5
commit 8661704385...
Andres Freund
11 years
bdr/0.4
commit 0ecd3981b6...
Andres Freund
12 years
bdr/0.3
commit ad4d5c08c8...
Andres Freund
12 years
bdr/0.1
commit fe5ed23679...
Andres Freund
12 years