index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
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
*
SnapBuildRestoreContents() void * argument for binary data
Peter Eisentraut
2025-02-23
*
jsonb internal API void * argument for binary data
Peter Eisentraut
2025-02-23
*
Allow lwlocks to be disowned
Andres Freund
2025-02-21
*
Avoid race condition between "GRANT role" and "DROP ROLE".
Tom Lane
2025-02-21
*
Allow EXPLAIN to indicate fractional rows.
Robert Haas
2025-02-21
*
Add default_char_signedness field to ControlFileData.
Masahiko Sawada
2025-02-21
*
Support text position search functions with nondeterministic collations
Peter Eisentraut
2025-02-21
*
Fix a WARNING for data origin discrepancies.
Amit Kapila
2025-02-21
*
Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
Michael Paquier
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
*
Fix for pg_restore_attribute_stats().
Jeff Davis
2025-02-20
*
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-20
*
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-02-20
*
Improve errdetail message added by ac0e33136a.
Amit Kapila
2025-02-20
*
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-20
*
Fix FATAL message for invalid recovery timeline at beginning of recovery
Michael Paquier
2025-02-20
*
Correct relation size estimate with low fillfactor
Tomas Vondra
2025-02-19
*
Assert that ExecOpenIndices and ExecCloseIndices are not repeated.
Tom Lane
2025-02-19
*
Fix crash in brininsertcleanup during logical replication.
Tom Lane
2025-02-19
*
Consider BufFiles when adjusting hashjoin parameters
Tomas Vondra
2025-02-19
*
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
*
Add a test for commit ac0e33136a using the injection point.
Amit Kapila
2025-02-19
*
Add support for LIKE in CREATE FOREIGN TABLE
Michael Paquier
2025-02-19
*
Invalidate inactive replication slots.
Amit Kapila
2025-02-19
*
Update to latest Snowball sources.
Tom Lane
2025-02-18
*
Fix unsafe access to BufferDescriptors
Richard Guo
2025-02-19
*
Fix freeing a child join's SpecialJoinInfo
Richard Guo
2025-02-19
*
Make the description of some GUCs more consistent
Michael Paquier
2025-02-19
*
Update outdated comments in nodeAgg.c.
Jeff Davis
2025-02-18
*
Reduce scope of heap vacuum per_buffer_data
Melanie Plageman
2025-02-18
*
Fix typo in 2a8a0067.
Thomas Munro
2025-02-18
*
Fix translator notes in comments
Daniel Gustafsson
2025-02-17
*
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
*
Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE)
Michael Paquier
2025-02-17
*
Add information about WAL buffers being full to EXPLAIN (WAL)
Michael Paquier
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
*
Adjust tuples estimate for appendrels
Richard Guo
2025-02-17
*
Fix explicit valgrind interaction in read_stream.c.
Thomas Munro
2025-02-15
*
Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.
Nathan Bossart
2025-02-14
*
Use PqMsg_Progress macro in HandleParallelMessage().
Nathan Bossart
2025-02-14
*
Use streaming read I/O in VACUUM's third phase
Melanie Plageman
2025-02-14
*
Use streaming read I/O in VACUUM's first phase
Melanie Plageman
2025-02-14
*
Convert heap_vac_scan_next_block() boolean parameters to flags
Melanie Plageman
2025-02-14
[next]