index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice
advice2
advice_unstable
aset_changes
aset_frontend
async
async2
bufmgr
callstack-json
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
indxpath_debug
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_plan_advice
pg_plan_advice_next
pg_plan_advice_no_gather_hackery
pg_plan_advice_nuke_bitmap
pg_ringflush
pgfruit
pgpa_semijoin
provenance
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
advice_unstable
WIP: Add pg_plan_advice contrib module.
Robert Haas
10 months
callstack-json
Remove to_json{,b}_is_immutable.
Robert Haas
2 months
indxpath_debug
debugging code to see bitmap index paths
Robert Haas
7 months
master
Print off_t/pgoff_t consistently as %lld
Peter Eisentraut
9 weeks
pg_plan_advice
Add pg_stash_advice contrib module.
Robert Haas
6 months
pg_plan_advice_next
Revert "Crap hack: pushing QFs through A/MA break some things, so don't."
Robert Haas
7 months
pg_plan_advice_no_gather_hackery
temporary hack for NO_GATHER propagation
Robert Haas
7 months
pg_plan_advice_nuke_bitmap
remove index specification from bitmap heap scans
Robert Haas
7 months
pgpa_semijoin
improve uniqueness handling
Robert Haas
9 months
provenance
implement an attempted fix for match_orclause_to_indexcol
Robert Haas
2 months
[...]
Age
Commit message
Author
2026-07-07
Print off_t/pgoff_t consistently as %lld
HEAD
master
Peter Eisentraut
2026-07-07
Don't cast pgoff_t to possibly 32-bit types for output
Peter Eisentraut
2026-07-07
postgres_fdw: Report ANALYZE to pgstats after importing statistics.
Etsuro Fujita
2026-07-07
Update GROUP BY ALL comments about window functions
Peter Eisentraut
2026-07-06
Enforce RETURNING typmod on SQL/JSON DEFAULT behavior expressions
Amit Langote
2026-07-06
Use PG_MODULE_MAGIC_EXT in newly introduced modules
Robert Haas
2026-07-06
Fix mishandling of leading '\' in nondeterministic LIKE.
Tom Lane
2026-07-06
Fix LIKE matching with nondeterministic collations and backslashes.
Tom Lane
2026-07-06
Make PLy_elog() use pg_integer_constant_p().
Tom Lane
2026-07-06
Fix LIKE/regex optimization for indexscan with exact-match pattern.
Tom Lane
[...]