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
Age
Commit message (
Expand
)
Author
2025-11-04
Fix snapshot handling bug in recent BRIN fix
HEAD
master
Álvaro Herrera
2025-11-04
Trim TIDs during parallel GIN builds more eagerly
Tomas Vondra
2025-11-04
psql: Add tab completion for COPY ... PROGRAM.
Masahiko Sawada
2025-11-04
psql: Improve tab completion for COPY ... STDIN/STDOUT.
Masahiko Sawada
2025-11-04
Limit the size of TID lists during parallel GIN build
Tomas Vondra
2025-11-04
Remove redundant memset() introduced by a0942f4.
Jeff Davis
2025-11-04
Allow "SET list_guc TO NULL" to specify setting the GUC to empty.
Tom Lane
2025-11-04
Have psql's "\? variables" show csv_fieldsep
Álvaro Herrera
2025-11-04
Tighten check for generated column in partition key expression
Peter Eisentraut
2025-11-04
BRIN autosummarization may need a snapshot
Álvaro Herrera
2025-11-04
Error message stylistic correction
Peter Eisentraut
2025-11-04
libpq: Improve error handling in passwordFromFile()
Michael Paquier
2025-11-04
Use USECS_PER_SEC from datatype/timestamp.h
Álvaro Herrera
2025-11-04
Add assertion check for WAL receiver state during stream-archive transition
Michael Paquier
2025-11-04
Add WalRcvGetState() to retrieve the state of a WAL receiver
Michael Paquier
2025-11-04
Fix unconditional WAL receiver shutdown during stream-archive transition
Michael Paquier
2025-11-03
Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT.
Noah Misch
2025-11-03
Fix outdated comment of COPY in gram.y.
Masahiko Sawada
2025-11-03
Add \pset options for boolean value display
Álvaro Herrera
2025-11-03
Prevent setting a column as identity if its not-null constraint is invalid
Álvaro Herrera
2025-11-03
Remove WaitPMResult enum in pg_createsubscriber
Álvaro Herrera
2025-11-03
Add wal_fpi_bytes to VACUUM and ANALYZE logs
Michael Paquier
2025-11-03
Sort guc_parameters.dat alphabetically by name
Peter Eisentraut
2025-11-02
Change "long" numGroups fields to be Cardinality (i.e., double).
Tom Lane
2025-11-02
Improve planner's estimates of tuple hash table sizes.
Tom Lane
2025-11-02
Document nbtree row comparison design.
Peter Geoghegan
2025-11-02
Remove obsolete nbtree equality key comments.
Peter Geoghegan
2025-11-02
Avoid mixing void and integer in a conditional expression.
Tom Lane
2025-11-01
Remove unused variable in recovery/t/006_logical_decoding.pl.
Tom Lane
2025-10-31
pg_createsubscriber: reword dry-run log messages
Álvaro Herrera
2025-10-31
pg_createsubscriber: Fix error complaining about the wrong thing
Álvaro Herrera
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-31
formatting.c cleanup: Change fill_str() return type to void
Peter Eisentraut
2025-10-31
formatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*
Peter Eisentraut
2025-10-31
formatting.c cleanup: Change several int fields to enums
Peter Eisentraut
2025-10-31
formatting.c cleanup: Change TmFromChar.clock field to bool
Peter Eisentraut
2025-10-31
Add test tracking WAL receiver shutdown for primary_conninfo updates
Michael Paquier
2025-10-30
Use BumpContext contexts in TupleHashTables, and do some code cleanup.
Tom Lane
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-30
Simplify coding in ProcessQuery
Álvaro Herrera
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-30
const-qualify ItemPointer comparison functions
Peter Eisentraut
2025-10-30
formatting.c cleanup: Improve formatting of some struct declarations
Peter Eisentraut
2025-10-30
formatting.c cleanup: Remove unnecessary zeroize macros
Peter Eisentraut
2025-10-30
formatting.c cleanup: Remove unnecessary extra line breaks in error message l...
Peter Eisentraut
2025-10-30
Expose wal_fpi_bytes in EXPLAIN (WAL)
Michael Paquier
2025-10-30
Fix regression with slot invalidation checks
Michael Paquier
2025-10-30
Disable parallel plans for RIGHT_SEMI joins
Richard Guo
2025-10-30
Fix bogus use of "long" in AllocSetCheck()
David Rowley
2025-10-29
Use C11 char16_t and char32_t for Unicode code points.
Jeff Davis
[next]