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
*
Improve comment in regc_pg_locale.c.
Jeff Davis
2025-04-16
*
Improve comments for estimate_multivariate_ndistinct()
David Rowley
2025-04-17
*
Sync declarations and definitions of two new tablecmds.c functions.
Tom Lane
2025-04-16
*
Elide not-null constraint checks on child tables during PK creation
Álvaro Herrera
2025-04-16
*
Fix an incorrect check in get_memoize_path
Richard Guo
2025-04-16
*
Fix failure for generated column with a not-null domain constraint.
Tom Lane
2025-04-15
*
Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
2025-04-12
*
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-12
*
Fix recently introduced typos
Daniel Gustafsson
2025-04-11
*
Fix race with synchronous_standby_names at startup
Michael Paquier
2025-04-11
*
Add code comment explaining ins_since_vacuum and aborted inserts
David Rowley
2025-04-11
*
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-04-11
*
Rename global variable backing DSA area
Daniel Gustafsson
2025-04-10
*
Remove useless check for negative result of ip_addrsize().
Tom Lane
2025-04-10
*
Fix data loss in logical replication.
Amit Kapila
2025-04-10
*
Update wording in optimizer/README for EquivalenceClasses
David Rowley
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
*
Doc: note that two examples in optimizer/README are oversimplified.
Tom Lane
2025-04-08
*
Fix uninitialized index information access during apply.
Amit Kapila
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
*
Increase BAS_BULKREAD based on effective_io_concurrency
Andres Freund
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
*
Stabilize 035_standby_logical_decoding.pl.
Amit Kapila
2025-04-08
*
Fix PG 17 [NOT] NULL optimization bug for domains
Bruce Momjian
2025-04-07
*
Flush the IO statistics of active WAL senders more frequently
Michael Paquier
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
*
localbuf: Add Valgrind buffer access instrumentation
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
*
read_stream: Fix overflow hazard with large shared buffers
Andres Freund
2025-04-07
*
Remove GUC_NOT_IN_SAMPLE from enable_self_join_elimination
Alexander Korotkov
2025-04-07
*
Clarify comment for worst-case allocation in quote_literal_cstr()
Michael Paquier
2025-04-07
*
Fix use-after-free in pgstat_fetch_stat_backend_by_pid()
Michael Paquier
2025-04-07
*
Use XLOG_CONTROL_FILE macro consistently for control file name.
Fujii Masao
2025-04-07
*
aio: Avoid spurious coverity warning
Andres Freund
2025-04-06
*
Use "(void)" to mark pgstat_lock_entry(..., false) calls.
Tom Lane
2025-04-06
*
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-06
*
Revert "Put enable_self_join_elimination into postgresql.conf.sample"
Alexander Korotkov
2025-04-06
*
Put enable_self_join_elimination into postgresql.conf.sample
Alexander Korotkov
2025-04-06
*
Fix parse_cte.c's failure to examine sub-WITHs in DML statements.
Tom Lane
2025-04-05
*
Avoid double transformation of json_array()'s subquery.
Tom Lane
2025-04-05
*
Repair misbehavior with duplicate entries in FK SET column lists.
Tom Lane
2025-04-04
*
functions.c: copy trees from source_list before parse analysis etc.
Tom Lane
2025-04-04
*
Avoid extra index searches through preprocessing.
Peter Geoghegan
2025-04-04
[next]