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
*
pgstat: Allow checksum errors to be reported in critical sections
Andres Freund
2025-03-30
*
Add errhint_internal()
Andres Freund
2025-03-30
*
aio, bufmgr: Comment fixes/improvements
Andres Freund
2025-03-29
*
aio: Implement support for reads in smgr/md/fd
Andres Freund
2025-03-29
*
Fix mis-attribution of checksum failure stats to the wrong database
Andres Freund
2025-03-29
*
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-29
*
Optimize popcount functions with ARM SVE intrinsics.
Nathan Bossart
2025-03-28
*
Revert "Tidy up locale thread safety in ECPG library."
Peter Eisentraut
2025-03-28
*
Optimize popcount functions with ARM Neon intrinsics.
Nathan Bossart
2025-03-28
*
Fix crash if LockErrorCleanup() is called twice
Heikki Linnakangas
2025-03-28
*
Rename TRY_POPCNT_FAST to TRY_POPCNT_X86_64.
Nathan Bossart
2025-03-28
*
Tidy up locale thread safety in ECPG library.
Peter Eisentraut
2025-03-28
*
Cast result of i64abs() back to int64
Peter Eisentraut
2025-03-28
*
Add support for not-null constraints on virtual generated columns
Peter Eisentraut
2025-03-28
*
Rename a node field for clarity
Peter Eisentraut
2025-03-28
*
Use thread-safe strftime_l() instead of strftime().
Peter Eisentraut
2025-03-28
*
Avoid mixing designated and non-designated field initializers.
Tom Lane
2025-03-27
*
Remove the query_id_squash_values GUC
Álvaro Herrera
2025-03-27
*
Provide thread-safe pg_localeconv_r().
Peter Eisentraut
2025-03-27
*
Fix query jumbling to account for NULL nodes
David Rowley
2025-03-27
*
aio: Add io_method=io_uring
Andres Freund
2025-03-26
*
aio: Add liburing dependency
Andres Freund
2025-03-26
*
aio: Rename pgaio_io_prep_* to pgaio_io_start_*
Andres Freund
2025-03-26
*
aio: Pass result of local callbacks to ->report_return
Andres Freund
2025-03-26
*
Introduce PG_MODULE_MAGIC_EXT macro.
Tom Lane
2025-03-26
*
Move GSSAPI includes into its own header
Daniel Gustafsson
2025-03-26
*
Add support for gamma() and lgamma() functions.
Dean Rasheed
2025-03-26
*
Use relation name instead of OID in query jumbling for RangeTblEntry
Michael Paquier
2025-03-26
*
pg_upgrade: Add --swap for faster file transfer.
Nathan Bossart
2025-03-25
*
initdb: Add --no-sync-data-files.
Nathan Bossart
2025-03-25
*
Stats: use schemaname/relname instead of regclass.
Jeff Davis
2025-03-25
*
libpq: Deprecate pg_int64.
Thomas Munro
2025-03-25
*
Add support for custom_query_jumble as a node field attribute
Michael Paquier
2025-03-25
*
Remove 'additional' pointer from TupleHashEntryData.
Jeff Davis
2025-03-24
*
Add ExecCopySlotMinimalTupleExtra().
Jeff Davis
2025-03-24
*
Create accessor functions for TupleHashEntry.
Jeff Davis
2025-03-24
*
HashAgg: use Bump allocator for hash TupleHashTable entries.
Jeff Davis
2025-03-24
*
Expand comment for isset_offset.
Nathan Bossart
2025-03-24
*
Detect and Log multiple_unique_conflicts type conflict.
Amit Kapila
2025-03-24
*
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-24
*
aio: Change prefix of PgAioResultStatus values to PGAIO_RS_
Andres Freund
2025-03-22
*
Improve nbtree array primitive scan scheduling.
Peter Geoghegan
2025-03-22
*
Add GUC option to control maximum active replication origins.
Masahiko Sawada
2025-03-21
*
Place "extern" declaration in the right part of pg_class.h.
Tom Lane
2025-03-21
*
Support buffer forwarding in StartReadBuffers().
Thomas Munro
2025-03-21
*
Add an additional hook for EXPLAIN option validation.
Robert Haas
2025-03-20
*
Add vacuum_truncate configuration parameter.
Nathan Bossart
2025-03-20
*
extension_control_path
Peter Eisentraut
2025-03-19
*
Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025-03-19
*
Increase io_combine_limit range to 1MB.
Thomas Munro
2025-03-19
[next]