summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-04-17Suppress "may be used uninitialized" warnings from older compilers.Tom Lane
2025-04-17Cache typlens of a SQL function's input arguments.Tom Lane
2025-04-17Make SQLFunctionCache long-lived again.Tom Lane
2025-04-17Split some storage out to separate subcontexts of fcontext.Tom Lane
2025-04-17Make functions.c mostly run in a short-lived memory context.Tom Lane
2025-04-17Minor performance improvement for SQL-language functions.Tom Lane
2025-04-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-04-16Another unintentional behavior change in commit e9931bfb75.Jeff Davis
2025-04-16Improve comment in regc_pg_locale.c.Jeff Davis
2025-04-16Improve comments for estimate_multivariate_ndistinct()David Rowley
2025-04-16Sync declarations and definitions of two new tablecmds.c functions.Tom Lane
2025-04-16Elide not-null constraint checks on child tables during PK creationÁlvaro Herrera
2025-04-16Fix an incorrect check in get_memoize_pathRichard Guo
2025-04-15Fix failure for generated column with a not-null domain constraint.Tom Lane
2025-04-12Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-11Fix recently introduced typosDaniel Gustafsson
2025-04-11Fix race with synchronous_standby_names at startupMichael Paquier
2025-04-10Add code comment explaining ins_since_vacuum and aborted insertsDavid Rowley
2025-04-10Improve various new-to-v18 appendStringInfo callsDavid Rowley
2025-04-10Rename global variable backing DSA areaDaniel Gustafsson
2025-04-10Remove useless check for negative result of ip_addrsize().Tom Lane
2025-04-10Fix data loss in logical replication.Amit Kapila
2025-04-10Update wording in optimizer/README for EquivalenceClassesDavid Rowley
2025-04-09Cleanup of pg_numa.cTomas Vondra
2025-04-09Fix a few oversights in the longer cancel keys patchHeikki Linnakangas
2025-04-09Doc: note that two examples in optimizer/README are oversimplified.Tom Lane
2025-04-08Fix uninitialized index information access during apply.Amit Kapila
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-08Increase BAS_BULKREAD based on effective_io_concurrencyAndres Freund
2025-04-08Add pg_buffercache_evict_{relation,all} functionsAndres Freund
2025-04-08Speedup child EquivalenceMember lookup in plannerDavid Rowley
2025-04-08Stabilize 035_standby_logical_decoding.pl.Amit Kapila
2025-04-08Fix PG 17 [NOT] NULL optimization bug for domainsBruce Momjian
2025-04-07Flush the IO statistics of active WAL senders more frequentlyMichael Paquier
2025-04-07Introduce pg_shmem_allocations_numa viewTomas Vondra
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-07aio: Make AIO more compatible with valgrindAndres Freund
2025-04-07localbuf: Add Valgrind buffer access instrumentationAndres Freund
2025-04-07Fix erroneous construction of functions' dependencies on transforms.Tom Lane
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-07Add local-address escape "%L" to log_line_prefix.Tom Lane
2025-04-07read_stream: Fix overflow hazard with large shared buffersAndres Freund
2025-04-07Remove GUC_NOT_IN_SAMPLE from enable_self_join_eliminationAlexander Korotkov
2025-04-07Clarify comment for worst-case allocation in quote_literal_cstr()Michael Paquier
2025-04-07Fix use-after-free in pgstat_fetch_stat_backend_by_pid()Michael Paquier
2025-04-07Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao
2025-04-06aio: Avoid spurious coverity warningAndres Freund
2025-04-06Use "(void)" to mark pgstat_lock_entry(..., false) calls.Tom Lane