index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
*
Avoid invalidating all RelationSyncCache entries on publication rename.
Amit Kapila
2025-03-13
*
pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.
Masahiko Sawada
2025-03-12
*
Rename alloc/free functions in reorderbuffer.c
Heikki Linnakangas
2025-03-12
*
Increase default effective_io_concurrency to 16
Melanie Plageman
2025-03-12
*
Add connection establishment duration logging
Melanie Plageman
2025-03-12
*
Modularize log_connections output
Melanie Plageman
2025-03-12
*
pg_logicalinspect: Fix possible crash when passing a directory path.
Masahiko Sawada
2025-03-11
*
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-11
*
nbtree: Make BTMaxItemSize into object-like macro.
Peter Geoghegan
2025-03-11
*
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-11
*
Add special case fast-paths for strict functions
Daniel Gustafsson
2025-03-11
*
Replace EEOP_DONE with special steps for return/no return
Daniel Gustafsson
2025-03-11
*
Add WAL data to backend statistics
Michael Paquier
2025-03-11
*
Use extended stats for precise estimation of bucket size in hash join
Alexander Korotkov
2025-03-10
*
Fix incorrect #endif comment
David Rowley
2025-03-10
*
Make parallel nbtree index scans use an LWLock.
Peter Geoghegan
2025-03-08
*
Rename amcancrosscompare
Peter Eisentraut
2025-03-07
*
Allow casting between bytea and integer types.
Dean Rasheed
2025-03-07
*
Fix compiler warnings about typedef redefinitions
Heikki Linnakangas
2025-03-06
*
Split WaitEventSet functions to separate source file
Heikki Linnakangas
2025-03-06
*
Remove unused ShutdownLatchSupport() function
Heikki Linnakangas
2025-03-05
*
Revert "Show index search count in EXPLAIN ANALYZE."
Peter Geoghegan
2025-03-05
*
Allow json{b}_strip_nulls to remove null array elements
Andrew Dunstan
2025-03-05
*
Show index search count in EXPLAIN ANALYZE.
Peter Geoghegan
2025-03-05
*
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-03-05
*
Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
Álvaro Herrera
2025-03-05
*
Make FP_LOCK_SLOTS_PER_BACKEND look like a function
Tomas Vondra
2025-03-04
*
Split pgstat_bestart() into three different routines
Michael Paquier
2025-03-04
*
Remove now-dead code in StoreAttrDefault().
Tom Lane
2025-03-03
*
Fix broken handling of domains in atthasmissing logic.
Tom Lane
2025-03-03
*
Add relallfrozen to pg_class
Melanie Plageman
2025-03-03
*
Allow parallel CREATE INDEX for GIN indexes
Tomas Vondra
2025-03-03
*
Re-export NextCopyFromRawFields() to copy.h.
Masahiko Sawada
2025-02-28
*
Refactor COPY FROM to use format callback functions.
Masahiko Sawada
2025-02-28
*
Avoid including explain.h in explain_format.h and explain_dr.h
Robert Haas
2025-02-28
*
Invent pgstat_fetch_stat_backend_by_pid()
Michael Paquier
2025-02-28
*
Refactor COPY TO to use format callback functions.
Masahiko Sawada
2025-02-27
*
Create explain_dr.c and move DestReceiver-related code there.
Robert Haas
2025-02-27
*
Create explain_format.c and move relevant code there.
Robert Haas
2025-02-27
*
Generalize hash and ordering support in amapi
Peter Eisentraut
2025-02-27
*
Get rid of O(N^2) script-parsing overhead in pgbench.
Tom Lane
2025-02-27
*
Remove stray diff introduced by a5cbdeb98a.
Jeff Davis
2025-02-26
*
Adding new PgStat_WalCounters structure in pgstat.h
Michael Paquier
2025-02-26
*
Remove pgstat_flush_wal()
Michael Paquier
2025-02-26
*
Re-add GUC track_wal_io_timing
Michael Paquier
2025-02-26
*
Remove redundant pg_set_*_stats() variants.
Jeff Davis
2025-02-25
*
Change relpath() et al to return path by value
Andres Freund
2025-02-25
*
Eliminate code duplication in replace_rte_variables callbacks
Richard Guo
2025-02-25
*
Expand virtual generated columns in the planner
Richard Guo
2025-02-25
[next]