aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Test restartpoints in archive recovery.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
* psql: Split extended query protocol meta-commands in --help=commandsMichael Paquier2025-04-20
* psql: Improve descriptions of \\flush[request] in --helpMichael Paquier2025-04-20
* psql: Fix incorrect status code returned by \getresultsMichael Paquier2025-04-20
* Fix typos and grammar in the codeMichael Paquier2025-04-19
* Rename injection points used in AIO testsMichael Paquier2025-04-19
* Make pg_upgrade log message with control file path translatable.Fujii Masao2025-04-18
* Fixup various older misuses of appendPQExpBufferDavid Rowley2025-04-18
* 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
* Portability fix: isdigit() must be passed an unsigned char.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
* pg_dump: Set private_date pointer to NULL in callbackDaniel Gustafsson2025-04-17
* pg_dump: Fix incorrect archive format shown in error message.Fujii Masao2025-04-17
* Another unintentional behavior change in commit e9931bfb75.Jeff Davis2025-04-16
* Improve comment in regc_pg_locale.c.Jeff Davis2025-04-16
* Fixup various new-to-v18 usages of appendPQExpBufferDavid Rowley2025-04-17
* 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
* Update pg_config.h.in with libnuma changesDaniel Gustafsson2025-04-16
* Fix pg_dump --clean with partitioned indexes.Tom Lane2025-04-16
* pg_restore cleanupsAndrew Dunstan2025-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
* pg_combinebackup: Fix incorrect code documentationDaniel Gustafsson2025-04-15
* Add more source files to pg_verifybackup/nls.mkPeter Eisentraut2025-04-14
* Mark sslkeylogfile as Debug optionDaniel Gustafsson2025-04-13
* Make AIO error test more portableAndrew Dunstan2025-04-13
* Free memory properly in pg_restore.cAndrew Dunstan2025-04-12
* 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 instability with WAL fsync test in stats.sqlMichael Paquier2025-04-12
* Fix recently introduced typosDaniel Gustafsson2025-04-11
* Add missing source file to pg_verifybackup/nls.mkPeter Eisentraut2025-04-11
* Add missing source file to pg_dump/nls.mkPeter Eisentraut2025-04-11
* Add missing source file to pg_upgrade/nls.mkPeter Eisentraut2025-04-11
* Add missing PGDLLIMPORT markingsPeter Eisentraut2025-04-11