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
2020-04-07
WIP: pgbench
pgxact-split
Andres Freund
2020-04-07
wip: commit sequence number based snapshot caching
Andres Freund
2020-04-07
Remove now unused PGXACT.
Andres Freund
2020-04-07
Improve GetSnapshotData() performance by avoiding indirection for subxid access.
Andres Freund
2020-04-07
Improve GetSnapshotData() performance by avoiding indirection for vacuumFlags...
Andres Freund
2020-04-07
Improve GetSnapshotData() performance by avoiding indirection for xid access.
Andres Freund
2020-04-07
Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-04-07
Change the way backends perform tuple-is-invisible-to-everyone tests.
Andres Freund
2020-04-07
Move delayChkpt from PGXACT to PGPROC it's rarely checked & frequently modified.
Andres Freund
2020-04-07
Improve and extend asserts for a snapshot being set.
Andres Freund
2020-04-07
TMP: work around missing snapshot registrations.
Andres Freund
2020-04-07
Fix xlogreader fd leak encountered with twophase commit.
Andres Freund
2020-04-07
Fix representation of SORT_TYPE_STILL_IN_PROGRESS.
Tom Lane
2020-04-07
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-04-07
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-04-06
Use INT64_FORMAT when formatting int64 values in explain
Tomas Vondra
2020-04-06
Fix failures in incremental_sort due to number of workers
Tomas Vondra
2020-04-06
Fix nbtree kill_prior_tuple posting list assert.
Peter Geoghegan
2020-04-06
Fix show_incremental_sort_info with force_parallel_mode
Tomas Vondra
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-06
Re-stabilize infinite_recurse() test case.
Tom Lane
2020-04-06
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-06
Allow autovacuum to log WAL usage statistics.
Amit Kapila
2020-04-06
Refactor cluster.c to use new routine get_index_isclustered()
Michael Paquier
2020-04-06
Add the option to report WAL usage in EXPLAIN and auto_explain.
Amit Kapila
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
Recompute stack base in forked postmaster children.
Andres Freund
2020-04-06
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-05
Fix recently introduced typo.
Andres Freund
2020-04-05
Save errno across LWLockRelease() calls
Peter Eisentraut
2020-04-05
Further improve stability fix for partition_aggregate test.
Tom Lane
2020-04-05
Allow pg_stat_statements to track WAL usage statistics.
Amit Kapila
2020-04-04
Add perl2host call missing from a new test file.
Noah Misch
2020-04-04
Remove bogus Assert, add some regression test cases showing why.
Tom Lane
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-04
Include chunk overhead in hash table entry size estimate.
Jeff Davis
2020-04-04
Fix resource management bug with replication=database.
Robert Haas
2020-04-04
Be more careful about time_t vs. pg_time_t in basebackup.c.
Robert Haas
2020-04-03
pg_validatebackup: Fix 'make clean' to remove tmp_check.
Robert Haas
2020-04-03
pg_validatebackup: Adjust TAP tests to undo permissions change.
Robert Haas
2020-04-03
pg_validatebackup: Also use perl2host in TAP tests.
Robert Haas
2020-04-03
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-04-03
pg_validatebackup: Use tempdir_short in TAP tests.
Robert Haas
2020-04-03
pg_validatebackup: Adjust TAP tests to placate perlcritic.
Robert Haas
2020-04-03
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-04-03
Include information on buffer usage during planning phase, in EXPLAIN output,...
Fujii Masao
2020-04-03
Fix bugs in gin_fuzzy_search_limit processing.
Tom Lane
2020-04-03
Improve stability of explain regression test.
Fujii Masao
[next]