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
path:
root
/
src
/
tools
/
pgindent
Age
Commit message (
Expand
)
Author
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-29
Use C11 char16_t and char32_t for Unicode code points.
Jeff Davis
2025-10-29
Reorganize GUC structs
Peter Eisentraut
2025-10-27
Remove Item type
Peter Eisentraut
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-16
Align the data block sizes of pg_dump's various compression modes.
Tom Lane
2025-10-16
Refactor logical worker synchronization code into a separate file.
Amit Kapila
2025-10-09
Add "ALL SEQUENCES" support to publications.
Amit Kapila
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-09-27
Refactor to avoid code duplication in transformPLAssignStmt.
Tom Lane
2025-09-26
Split vacuumdb to create vacuuming.c/h
Álvaro Herrera
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-09-15
Change fmgr.h typedefs to use original names
Peter Eisentraut
2025-09-15
Remove hbaPort type
Peter Eisentraut
2025-08-21
PL/Python: Refactor for event trigger support
Peter Eisentraut
2025-08-19
Pathify RHS unique-ification for semijoin planning
Richard Guo
2025-07-31
Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt
Michael Paquier
2025-07-25
Create infrastructure to reliably prevent leakage of PGresults.
Tom Lane
2025-07-24
Introduce field tracking cached plan type in PlannedStmt
Michael Paquier
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-07-22
Reduce "Var IS [NOT] NULL" quals during constant folding
Richard Guo
2025-07-12
aio: Regularize IO worker internal naming.
Thomas Munro
2025-07-08
aio: Combine io_uring memory mappings, if supported
Andres Freund
2025-07-03
Add cross-type comparisons to contrib/btree_gin.
Tom Lane
2025-07-03
Refactor subtype field of AlterDomainStmt
Michael Paquier
2025-07-03
Support multi-line headers in COPY FROM command.
Fujii Masao
2025-07-02
Add InjectionPointList() to retrieve list of injection points
Michael Paquier
2025-07-02
Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
2025-07-01
Show sizes of FETCH queries as constants in pg_stat_statements
Michael Paquier
2025-07-01
Control ctype behavior internally with a method table.
Jeff Davis
2025-06-15
Sync typedefs.list with the buildfarm.
Tom Lane
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-07
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-05-03
Revert "Refactor ChangeVarNodesExtended() using the custom callback"
Alexander Korotkov
2025-05-03
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-04-16
pg_restore cleanups
Andrew Dunstan
2025-04-08
Introduce file_copy_method setting.
Thomas Munro
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-07
Add pg_buffercache_numa view with NUMA node info
Tomas Vondra
2025-04-06
Fix memory leaks in px_crypt_shacrypt().
Tom Lane
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-04
add new list type simple_oid_string_list to fe-utils/simple_list
Andrew Dunstan
2025-04-04
Use streaming read I/O in autoprewarm
Melanie Plageman
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-04-04
Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-04-01
Introduce a SQL-callable function array_sort(anyarray).
Tom Lane
2025-03-29
amcheck: Add gin_index_check() to verify GIN index
Tomas Vondra
[next]