index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice
advice2
advice_unstable
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_plan_advice
pg_ringflush
pgfruit
pgpa_semijoin
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
Age
Commit message (
Expand
)
Author
2025-10-30
WIP: Add pg_plan_advice contrib module.
advice
Robert Haas
2025-10-29
Allow for plugin control over path generation strategies.
Robert Haas
2025-10-29
Temporary hack to unbreak partitionwise join control.
Robert Haas
2025-10-29
Store information about Append node consolidation in the final plan.
Robert Haas
2025-10-29
Store information about elided nodes in the final plan.
Robert Haas
2025-10-29
Store information about range-table flattening in the final plan.
Robert Haas
2025-10-29
pg_stat_statements: Fix handling of duplicate constant locations
Álvaro Herrera
2025-10-29
CheckNNConstraintFetch: Fill all of ConstrCheck in a single pass
Álvaro Herrera
2025-10-29
Reorganize GUC structs
Peter Eisentraut
2025-10-29
formatting.c cleanup: Remove unnecessary extra parentheses
Peter Eisentraut
2025-10-29
formatting.c cleanup: Use array syntax instead of pointer arithmetic
Peter Eisentraut
2025-10-29
formatting.c cleanup: Add some const pointer qualifiers
Peter Eisentraut
2025-10-29
formatting.c cleanup: Use size_t for string length variables and arguments
Peter Eisentraut
2025-10-29
Replace pg_restrict by standard restrict
Peter Eisentraut
2025-10-29
Remove obsolete comment
Peter Eisentraut
2025-10-29
Fix correctness issue with computation of FPI size in WAL stats
Michael Paquier
2025-10-28
Add psql PROMPT variable for search_path.
Nathan Bossart
2025-10-28
formatting.c cleanup: Move loop variables definitions into for statement
Peter Eisentraut
2025-10-28
formatting.c cleanup: Remove dashes in comments
Peter Eisentraut
2025-10-28
Don't error out when dropping constraint if relchecks is already zero
Álvaro Herrera
2025-10-28
Move comment about casts from pg_wchar.
Jeff Davis
2025-10-28
Check that index can return in get_actual_variable_range()
Peter Eisentraut
2025-10-28
Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()
Michael Paquier
2025-10-28
Add worker type argument to logical replication worker functions.
Amit Kapila
2025-10-27
Simplify newline handling in two TAP tests
Michael Paquier
2025-10-27
Fix a couple of comments.
Nathan Bossart
2025-10-27
Add new RLS tests to test policies applied by command type.
Dean Rasheed
2025-10-27
Add some const qualifications
Peter Eisentraut
2025-10-27
Remove Item type
Peter Eisentraut
2025-10-27
Remove meaninglist restrict qualifiers
Peter Eisentraut
2025-10-27
Fix GUC check_hook validation for synchronized_standby_slots.
Amit Kapila
2025-10-27
Improve test in 009_matviews.pl.
Amit Kapila
2025-10-26
Comment typo fixes: pg_wchar_t should be pg_wchar.
Jeff Davis
2025-10-25
Fix incorrect logic for caching ResultRelInfos for triggers
David Rowley
2025-10-25
Guard against division by zero in test_int128 module.
Dean Rasheed
2025-10-25
pg_rewind: Skip copy of WAL segments generated before point of divergence
Michael Paquier
2025-10-24
psql: Improve tab completion for large objects.
Fujii Masao
2025-10-23
Update expected output for contrib/sepgsql's regression tests.
Tom Lane
2025-10-23
doc: Remove mention of Git protocol support
Daniel Gustafsson
2025-10-23
Avoid memory leak in validation of a PL/Python trigger function.
Tom Lane
2025-10-23
Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf.
Tom Lane
2025-10-23
Fix resource leaks in PL/Python error reporting, redux.
Tom Lane
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-23
pg_rewind: Extend code detecting relation files to work with WAL files
Michael Paquier
2025-10-23
Add comments explaining overflow entries in the replication lag tracker.
Fujii Masao
2025-10-23
Fix coding style with "else".
Tatsuo Ishii
2025-10-23
Fix some misplaced comments in parallel_schedule
David Rowley
2025-10-23
Add copyright notice to vacuum_horizon_floor.pl test.
Masahiko Sawada
2025-10-23
Fix incorrect zero extension of Datum in JIT tuple deform code
David Rowley
2025-10-22
Avoid assuming that time_t can fit in an int.
Tom Lane
[next]