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
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
*
Explicitly require MIT Kerberos for GSSAPI
Stephen Frost
2023-04-13
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
*
Remove overzealous assertion from PHJ.
Thomas Munro
2023-04-13
*
Improve error messages introduced in be87200efd9 and 0fdab27ad68
Andres Freund
2023-04-12
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
*
Fix parallel-safety marking when moving initplans to another node.
Tom Lane
2023-04-12
*
Fix incorrect format placeholders
Peter Eisentraut
2023-04-12
*
Refine the guidelines for rmgrdesc authors.
Peter Geoghegan
2023-04-11
*
Fix Heap rmgr's desc output for infobits arrays.
Peter Geoghegan
2023-04-11
*
Fix xl_heap_lock WAL record field's data type.
Peter Geoghegan
2023-04-11
*
Fix uninitialized variable in transformTableLikeClause()
David Rowley
2023-04-11
*
Improve ereports for VACUUM's BUFFER_USAGE_LIMIT option
David Rowley
2023-04-11
*
Clarify nbtree posting list update desc issue.
Peter Geoghegan
2023-04-10
*
Fix nbtree posting list update desc output.
Peter Geoghegan
2023-04-10
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
*
Redesign interrupt/cancel API for regex engine.
Thomas Munro
2023-04-08
*
Update tsearch regex memory management.
Thomas Munro
2023-04-08
*
Use MemoryContext API for regex memory management.
Thomas Munro
2023-04-08
*
Allow logical decoding on standbys
Andres Freund
2023-04-08
*
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-04-08
*
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
*
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-07
*
Prevent use of invalidated logical slot in CreateDecodingContext()
Andres Freund
2023-04-07
*
Replace replication slot's invalidated_at LSN with an enum
Andres Freund
2023-04-07
*
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
*
Track IO times in pg_stat_io
Andres Freund
2023-04-07
*
Show more detail in nbtree rmgr descriptions.
Peter Geoghegan
2023-04-07
*
Show more detail in heapam rmgr descriptions.
Peter Geoghegan
2023-04-07
*
Improve IO accounting for temp relation writes
Andres Freund
2023-04-07
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
*
Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.
Tom Lane
2023-04-07
*
Add array_sample() and array_shuffle() functions.
Tom Lane
2023-04-07
*
Fix copy-paste bug in 12f3867f553 triggering an assert after a write error
Andres Freund
2023-04-07
*
Add more protections in WAL record APIs against overflows
Michael Paquier
2023-04-07
*
Use ExtendBufferedRelTo() in XLogReadBufferExtended()
Andres Freund
2023-04-06
*
Add --buffer-usage-limit option to vacuumdb
David Rowley
2023-04-07
*
hio: Use ExtendBufferedRelBy() to extend tables more efficiently
Andres Freund
2023-04-06
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
*
heapam: Pass number of required pages to RelationGetBufferForTuple()
Andres Freund
2023-04-06
*
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-07
*
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-07
*
Make vacuum failsafe_active globally visible
Daniel Gustafsson
2023-04-07
*
Fix ts_headline() edge cases for empty query and empty search text.
Tom Lane
2023-04-06
*
hio: Don't pin the VM while holding buffer lock while extending
Andres Freund
2023-04-06
*
hio: Relax rules for calling GetVisibilityMapPins()
Andres Freund
2023-04-06
*
Support long distance matching for zstd compression
Tomas Vondra
2023-04-06
*
Move various prechecks from vacuum() into ExecVacuum()
David Rowley
2023-04-06
[next]