aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Restore comments in ChangeVarNodesExtended()Alexander Korotkov2025-04-28
* Fix xmin advancement during fast_forward decoding.Amit Kapila2025-04-28
* Remove circular #include's between wait_event.h and wait_event_types.hMichael Paquier2025-04-28
* Disallow removing placeholders during Self-Join Elimination.Alexander Korotkov2025-04-28
* Don't use double-quotes in #include's of system headers, redux.Tom Lane2025-04-27
* Eliminate divide in new fast-path locking codeDavid Rowley2025-04-27
* aio: Improve debug logging around waiting for IOsAndres Freund2025-04-25
* Fix bug allowing io_combine_limit > io_max_combine_combine limitAndres Freund2025-04-25
* aio: Fix crash potential for pg_aios views due to late state updateAndres Freund2025-04-25
* Add sanity check for dshash entries when reading pgstats fileMichael Paquier2025-04-24
* Avoid possibly-theoretical OOM crash hazard in hash_create().Tom Lane2025-04-23
* Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback()Alexander Korotkov2025-04-23
* Properly prepare varinfos in estimate_multivariate_bucketsize()Alexander Korotkov2025-04-23
* Change the names generated for child foreign key constraints.Tom Lane2025-04-23
* Fix an oversight in 3f28b2fcac.Amit Kapila2025-04-23
* Remove assertion based on pending_since in pgstat_report_stat()Michael Paquier2025-04-23
* gen_node_support.pl: improve error message for unclosed struct.Tom Lane2025-04-22
* Rename injection point for invalidation messages at end of transactionMichael Paquier2025-04-22
* Fix INITCAP() word boundaries for PG_UNICODE_FAST.Jeff Davis2025-04-21
* Use the same cmd_context throughout a walsender's lifetime.Tom Lane2025-04-21
* MemoryContextCreate: assert parent is valid and different from node.Tom Lane2025-04-21
* Fix a few more duplicate words in commentsDavid Rowley2025-04-21
* Fix a few duplicate words in commentsDavid Rowley2025-04-21
* Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.Noah Misch2025-04-20
* Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch2025-04-20
* Fix issue with ORDER BY / DISTINCT aggregates and FILTERDavid Rowley2025-04-20
* Fix typos and grammar in the codeMichael Paquier2025-04-19
* Rename injection points used in AIO testsMichael Paquier2025-04-19
* Make levels 1-based in pg_log_backend_memory_contexts()David Rowley2025-04-18
* Suppress "may be used uninitialized" warnings from older compilers.Tom Lane2025-04-17
* Cache typlens of a SQL function's input arguments.Tom Lane2025-04-17
* Make SQLFunctionCache long-lived again.Tom Lane2025-04-17
* Split some storage out to separate subcontexts of fcontext.Tom Lane2025-04-17
* Make functions.c mostly run in a short-lived memory context.Tom Lane2025-04-17
* Minor performance improvement for SQL-language functions.Tom Lane2025-04-17
* Assert lack of hazardous buffer locks before possible catalog read.Noah Misch2025-04-17
* Another unintentional behavior change in commit e9931bfb75.Jeff Davis2025-04-16
* Improve comment in regc_pg_locale.c.Jeff Davis2025-04-16
* Improve comments for estimate_multivariate_ndistinct()David Rowley2025-04-17
* Sync declarations and definitions of two new tablecmds.c functions.Tom Lane2025-04-16
* Elide not-null constraint checks on child tables during PK creationÁlvaro Herrera2025-04-16
* Fix an incorrect check in get_memoize_pathRichard Guo2025-04-16
* Fix failure for generated column with a not-null domain constraint.Tom Lane2025-04-15
* Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane2025-04-12
* Harmonize function parameter names for Postgres 18.Peter Geoghegan2025-04-12
* Fix recently introduced typosDaniel Gustafsson2025-04-11
* Fix race with synchronous_standby_names at startupMichael Paquier2025-04-11
* Add code comment explaining ins_since_vacuum and aborted insertsDavid Rowley2025-04-11
* Improve various new-to-v18 appendStringInfo callsDavid Rowley2025-04-11
* Rename global variable backing DSA areaDaniel Gustafsson2025-04-10