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
*
Update pg_config.h.in with libnuma changes
Daniel Gustafsson
2025-04-16
*
pg_restore cleanups
Andrew Dunstan
2025-04-16
*
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-12
*
Add missing PGDLLIMPORT markings
Peter Eisentraut
2025-04-11
*
Fix race with synchronous_standby_names at startup
Michael Paquier
2025-04-11
*
Rename global variable backing DSA area
Daniel Gustafsson
2025-04-10
*
Fix data loss in logical replication.
Amit Kapila
2025-04-10
*
Cleanup of pg_numa.c
Tomas Vondra
2025-04-09
*
Fix a few oversights in the longer cancel keys patch
Heikki Linnakangas
2025-04-09
*
Perform missed catversion bump
Daniel Gustafsson
2025-04-09
*
Rename argument in pg_get_process_memory_contexts().
Daniel Gustafsson
2025-04-08
*
Introduce file_copy_method setting.
Thomas Munro
2025-04-08
*
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-08
*
Add pg_buffercache_evict_{relation,all} functions
Andres Freund
2025-04-08
*
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-08
*
Introduce pg_shmem_allocations_numa view
Tomas Vondra
2025-04-07
*
Add support for basic NUMA awareness
Tomas Vondra
2025-04-07
*
aio: Make AIO more compatible with valgrind
Andres Freund
2025-04-07
*
Fix erroneous construction of functions' dependencies on transforms.
Tom Lane
2025-04-07
*
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-07
*
Add local-address escape "%L" to log_line_prefix.
Tom Lane
2025-04-07
*
Revert "Use workaround of __builtin_setjmp only on MINGW on MSVCRT"
Andrew Dunstan
2025-04-07
*
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-06
*
Compute CRC32C using AVX-512 instructions where available
John Naylor
2025-04-06
*
add new list type simple_oid_string_list to fe-utils/simple_list
Andrew Dunstan
2025-04-04
*
Improve nbtree skip scan primitive scan scheduling.
Peter Geoghegan
2025-04-04
*
Further optimize nbtree search scan key comparisons.
Peter Geoghegan
2025-04-04
*
Add nbtree skip scan optimization.
Peter Geoghegan
2025-04-04
*
Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Alexander Korotkov
2025-04-04
*
Extract make_SAOP_expr() function from match_orclause_to_indexcol()
Alexander Korotkov
2025-04-04
*
Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.
Fujii Masao
2025-04-04
*
Use standard die() signal handler in walreceiver
Heikki Linnakangas
2025-04-04
*
Convert PathKey to use CompareType
Peter Eisentraut
2025-04-04
*
Revert "Improve accounting for memory used by shared hash tables"
Tomas Vondra
2025-04-04
*
Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
2025-04-04
*
Add missing declarations to pg_config.h.in
Daniel Gustafsson
2025-04-03
*
libpq: Add support for dumping SSL key material to file
Daniel Gustafsson
2025-04-03
*
Update Unicode data to Unicode 16.0.0
Peter Eisentraut
2025-04-03
*
Fix slot synchronization for two_phase enabled slots.
Amit Kapila
2025-04-03
*
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-04-02
*
Change SQL-language functions to use the plan cache.
Tom Lane
2025-04-02
*
Add GiST and btree sortsupport routines for range types
Heikki Linnakangas
2025-04-02
*
Improve accounting for memory used by shared hash tables
Tomas Vondra
2025-04-02
*
Make cancel request keys longer
Heikki Linnakangas
2025-04-02
*
libpq: Add min/max_protocol_version connection options
Heikki Linnakangas
2025-04-02
*
Fix code comment
Peter Eisentraut
2025-04-02
*
Add timingsafe_bcmp(), for constant-time memory comparison
Heikki Linnakangas
2025-04-02
*
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-04-02
*
Get rid of WALBufMappingLock
Alexander Korotkov
2025-04-02
*
Improve error message when standby does accept connections.
Fujii Masao
2025-04-02
[next]