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
*
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
*
Delay extraction of TIDBitmap per page offsets
Melanie Plageman
2025-02-24
*
Add lossy indicator to TBMIterateResult
Melanie Plageman
2025-02-24
*
Fix comment for MAX_BACKENDS.
Nathan Bossart
2025-02-24
*
Add static asserts for MAX_BACKENDS limiting factors
Andres Freund
2025-02-24
*
bufmgr: Make it easier to change number of buffer state bits
Andres Freund
2025-02-24
*
Move MAX_BACKENDS to procnumber.h
Andres Freund
2025-02-24
*
Silence warning in older versions of Valgrind
John Naylor
2025-02-24
*
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-24
*
backend libpq void * argument for binary data
Peter Eisentraut
2025-02-23
*
Allow lwlocks to be disowned
Andres Freund
2025-02-21
*
Add default_char_signedness field to ControlFileData.
Masahiko Sawada
2025-02-21
*
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-21
*
backend launchers void * arguments for binary data
Peter Eisentraut
2025-02-21
*
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-02-20
*
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-20
*
Add ATAlterConstraint struct for ALTER .. CONSTRAINT
Álvaro Herrera
2025-02-19
*
Improve statistics estimation for single-column GROUP BY in sub-queries
Alexander Korotkov
2025-02-19
*
Invalidate inactive replication slots.
Amit Kapila
2025-02-19
*
Update to latest Snowball sources.
Tom Lane
2025-02-18
*
Add PGErrorVerbosity to typedefs.list
Daniel Gustafsson
2025-02-18
*
Implement Self-Join Elimination
Alexander Korotkov
2025-02-17
*
Revert: Get rid of WALBufMappingLock
Alexander Korotkov
2025-02-17
*
Fix an oversight in cbc127917 to handle MERGE correctly
Amit Langote
2025-02-17
*
Move wal_buffers_full from PgStat_PendingWalStats to WalUsage
Michael Paquier
2025-02-17
*
Get rid of WALBufMappingLock
Alexander Korotkov
2025-02-17
*
Describe special values in GUC descriptions more consistently.
Nathan Bossart
2025-02-14
*
XLogRegisterData, XLogRegisterBufData void * argument for binary data
Peter Eisentraut
2025-02-13
[next]