summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-19Be more wary of corrupt data in pageinspect's heap_page_items().Tom Lane
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-19Rename injection points used in AIO testsMichael Paquier
2025-04-18Make pg_upgrade log message with control file path translatable.Fujii Masao
2025-04-18Doc: fix missing comma at the end of a line.Tatsuo Ishii
2025-04-18Fixup various older misuses of appendPQExpBufferDavid Rowley
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-17Portability fix: isdigit() must be passed an unsigned char.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-17pg_dump: Set private_date pointer to NULL in callbackDaniel Gustafsson
2025-04-17pg_dump: Fix incorrect archive format shown in error message.Fujii Masao
2025-04-16Another unintentional behavior change in commit e9931bfb75.Jeff Davis
2025-04-16Improve comment in regc_pg_locale.c.Jeff Davis
2025-04-16Fixup various new-to-v18 usages of appendPQExpBufferDavid Rowley
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-16Update pg_config.h.in with libnuma changesDaniel Gustafsson
2025-04-16Fix pg_dump --clean with partitioned indexes.Tom Lane
2025-04-16pg_restore cleanupsAndrew Dunstan
2025-04-16Fix an incorrect check in get_memoize_pathRichard Guo
2025-04-15doc: Fix typos in documentationDaniel Gustafsson
2025-04-15Fix failure for generated column with a not-null domain constraint.Tom Lane
2025-04-15doc: Fix missing whitespace in pg_restore documentation.Fujii Masao
2025-04-15pg_combinebackup: Fix incorrect code documentationDaniel Gustafsson
2025-04-14Fix incorrect format placeholdersPeter Eisentraut
2025-04-14Add more source files to pg_verifybackup/nls.mkPeter Eisentraut
2025-04-13Doc: use "an SQL" consistently rather than "a SQL"David Rowley
2025-04-13Mark sslkeylogfile as Debug optionDaniel Gustafsson
2025-04-13Make AIO error test more portableAndrew Dunstan
2025-04-12Free memory properly in pg_restore.cAndrew Dunstan
2025-04-12Doc: do a little copy-editing on Index Storage Parameters list.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-12Fix instability with WAL fsync test in stats.sqlMichael Paquier
2025-04-11Fix recently introduced typosDaniel Gustafsson
2025-04-11Add missing space in pg_restore documentation.Nathan Bossart
2025-04-11Add missing source file to pg_verifybackup/nls.mkPeter Eisentraut
2025-04-11Add missing source file to pg_dump/nls.mkPeter Eisentraut
2025-04-11Add missing source file to pg_upgrade/nls.mkPeter Eisentraut
2025-04-11Add missing PGDLLIMPORT markingsPeter Eisentraut
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-10Fix fat fingering in 22cb6d28950Andrew Dunstan