summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-04-23Avoid possibly-theoretical OOM crash hazard in hash_create().Tom Lane
2025-04-23Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback()Alexander Korotkov
2025-04-23Properly prepare varinfos in estimate_multivariate_bucketsize()Alexander Korotkov
2025-04-23Change the names generated for child foreign key constraints.Tom Lane
2025-04-23Fix an oversight in 3f28b2fcac.Amit Kapila
2025-04-23Remove assertion based on pending_since in pgstat_report_stat()Michael Paquier
2025-04-22gen_node_support.pl: improve error message for unclosed struct.Tom Lane
2025-04-22Rename injection point for invalidation messages at end of transactionMichael Paquier
2025-04-21Fix INITCAP() word boundaries for PG_UNICODE_FAST.Jeff Davis
2025-04-21Use the same cmd_context throughout a walsender's lifetime.Tom Lane
2025-04-21MemoryContextCreate: assert parent is valid and different from node.Tom Lane
2025-04-21Fix a few more duplicate words in commentsDavid Rowley
2025-04-20Fix a few duplicate words in commentsDavid Rowley
2025-04-20Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.Noah Misch
2025-04-20Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch
2025-04-20Fix issue with ORDER BY / DISTINCT aggregates and FILTERDavid Rowley
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-19Rename injection points used in AIO testsMichael Paquier
2025-04-17Make levels 1-based in pg_log_backend_memory_contexts()David Rowley
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