]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-04-17  Tom LanePortability fix: isdigit() must be passed an unsigned...
2025-04-17  Tom LaneCache typlens of a SQL function's input arguments.
2025-04-17  Tom LaneMake SQLFunctionCache long-lived again.
2025-04-17  Tom LaneSplit some storage out to separate subcontexts of fcontext.
2025-04-17  Tom LaneMake functions.c mostly run in a short-lived memory...
2025-04-17  Tom LaneMinor performance improvement for SQL-language functions.
2025-04-17  Noah MischAssert lack of hazardous buffer locks before possible...
2025-04-17  Daniel Gustafssonpg_dump: Set private_date pointer to NULL in callback
2025-04-17  Fujii Masaopg_dump: Fix incorrect archive format shown in error...
2025-04-16  Jeff DavisAnother unintentional behavior change in commit e9931bfb75.
2025-04-16  Jeff DavisImprove comment in regc_pg_locale.c.
2025-04-16  David RowleyFixup various new-to-v18 usages of appendPQExpBuffer
2025-04-16  David RowleyImprove comments for estimate_multivariate_ndistinct()
2025-04-16  Tom LaneSync declarations and definitions of two new tablecmds...
2025-04-16  Álvaro HerreraElide not-null constraint checks on child tables during...
2025-04-16  Daniel GustafssonUpdate pg_config.h.in with libnuma changes
2025-04-16  Tom LaneFix pg_dump --clean with partitioned indexes.
2025-04-16  Andrew Dunstanpg_restore cleanups
2025-04-16  Richard GuoFix an incorrect check in get_memoize_path
2025-04-15  Daniel Gustafssondoc: Fix typos in documentation
2025-04-15  Tom LaneFix failure for generated column with a not-null domain...
2025-04-15  Fujii Masaodoc: Fix missing whitespace in pg_restore documentation.
2025-04-15  Daniel Gustafssonpg_combinebackup: Fix incorrect code documentation
2025-04-14  Peter EisentrautFix incorrect format placeholders
2025-04-14  Peter EisentrautAdd more source files to pg_verifybackup/nls.mk
2025-04-13  David RowleyDoc: use "an SQL" consistently rather than "a SQL"
2025-04-13  Daniel GustafssonMark sslkeylogfile as Debug option
2025-04-13  Andrew DunstanMake AIO error test more portable
2025-04-12  Andrew DunstanFree memory properly in pg_restore.c
2025-04-12  Tom LaneDoc: do a little copy-editing on Index Storage Paramete...
2025-04-12  Tom LaneFix GIN's shimTriConsistentFn to not corrupt its input.
2025-04-12  Peter GeogheganHarmonize function parameter names for Postgres 18.
2025-04-12  Michael PaquierFix instability with WAL fsync test in stats.sql
2025-04-11  Daniel GustafssonFix recently introduced typos
2025-04-11  Nathan BossartAdd missing space in pg_restore documentation.
2025-04-11  Peter EisentrautAdd missing source file to pg_verifybackup/nls.mk
2025-04-11  Peter EisentrautAdd missing source file to pg_dump/nls.mk
2025-04-11  Peter EisentrautAdd missing source file to pg_upgrade/nls.mk
2025-04-11  Peter EisentrautAdd missing PGDLLIMPORT markings
2025-04-11  Michael PaquierFix race with synchronous_standby_names at startup
2025-04-10  David RowleyAdd code comment explaining ins_since_vacuum and aborte...
2025-04-10  Andrew DunstanFix fat fingering in 22cb6d28950
2025-04-10  David RowleyImprove various new-to-v18 appendStringInfo calls
2025-04-10  Daniel GustafssonRename global variable backing DSA area
2025-04-10  Andrew DunstanFix memory leak in pg_restore.c
2025-04-10  Tom LaneDoc: remove long-obsolete advice about generated constr...
2025-04-10  Tom LaneRemove useless check for negative result of ip_addrsize().
2025-04-10  Andrew DunstanFurther cleanup for directory creation on pg_dump/pg_du...
2025-04-10  Amit KapilaFix data loss in logical replication.
2025-04-10  Peter EisentrautFix incorrect format placeholders
2025-04-10  David RowleyUpdate wording in optimizer/README for EquivalenceClasses
2025-04-10  Amit KapilaCosmetic fixes for pg_createsubscriber's -all option.
2025-04-09  Tomas Vondraci: Check for missing dependencies in meson builds
2025-04-09  Tomas VondraCleanup of pg_numa.c
2025-04-09  Nathan Bossartpg_upgrade: Mention that we preserve database OIDs...
2025-04-09  Tom LaneFix performance issue in deadlock-parallel isolation...
2025-04-09  Noah MischFix test races between syscache-update-pruned.spec...
2025-04-09  Peter EisentrautUpdate config.guess and config.sub
2025-04-09  Heikki LinnakangasFix a few oversights in the longer cancel keys patch
2025-04-09  Daniel GustafssonPerform missed catversion bump
2025-04-09  Tom LaneDoc: note that two examples in optimizer/README are...
2025-04-09  Tom LaneAdjust AdjustUpgrade.pm for commit b1720fe63.
2025-04-08  Tom LaneMove contrib/spi testing from core regression tests...
2025-04-08  Daniel GustafssonRename argument in pg_get_process_memory_contexts().
2025-04-08  Peter EisentrautFix incorrect format placeholder
2025-04-08  Nathan BossartPrevent 006_transfer_modes.pl from leaving files behind.
2025-04-08  Daniel Gustafssonci: Add MBUILD_TARGET for NetBSD and OpenBSD
2025-04-08  Tomas Vondrapg_buffercache: Change page_num type to bigint
2025-04-08  Tomas Vondradoc: Correct pg_shmem_allocations_numa.size data type
2025-04-08  Amit KapilaFix uninitialized index information access during apply.
2025-04-08  Thomas MunroFix typo in docs.
2025-04-08  Thomas MunroIntroduce file_copy_method setting.
2025-04-08  Daniel GustafssonAdd function to get memory context stats for processes
2025-04-08  Andres FreundIncrease BAS_BULKREAD based on effective_io_concurrency
2025-04-08  Andres FreundAdd pg_buffercache_evict_{relation,all} functions
2025-04-08  David RowleySpeedup child EquivalenceMember lookup in planner
2025-04-08  Amit KapilaStabilize 035_standby_logical_decoding.pl.
2025-04-08  Bruce MomjianFix PG 17 [NOT] NULL optimization bug for domains
2025-04-07  Michael PaquierFlush the IO statistics of active WAL senders more...
2025-04-07  Tomas VondraAdd pg_buffercache_numa view with NUMA node info
2025-04-07  Tomas VondraIntroduce pg_shmem_allocations_numa view
2025-04-07  Tomas VondraAdd support for basic NUMA awareness
2025-04-07  Álvaro HerreraUse specific collation where needed in new test
2025-04-07  Tom LaneFix some issues in contrib/spi/refint.c.
2025-04-07  Andres Freundaio: Make AIO more compatible with valgrind
2025-04-07  Andres Freundlocalbuf: Add Valgrind buffer access instrumentation
2025-04-07  Masahiko Sawadadoc: Fix a typo in pg_recvlogical documentation.
2025-04-07  Tom LaneFollow-up fixes for SHA-2 patch (commit 749a9e20c).
2025-04-07  Tom LaneFix erroneous construction of functions' dependencies...
2025-04-07  Álvaro HerreraAllow NOT NULL constraints to be added as NOT VALID
2025-04-07  Andrew DunstanClean up error messages from 1495eff7bdb
2025-04-07  Tom LaneAdd local-address escape "%L" to log_line_prefix.
2025-04-07  Andrew DunstanRevert "Use workaround of __builtin_setjmp only on...
2025-04-07  Andres Freundread_stream: Fix overflow hazard with large shared...
2025-04-07  Alexander KorotkovRemove GUC_NOT_IN_SAMPLE from enable_self_join_elimination
2025-04-07  Daniel Gustafssonpsql: Clarify help message for WATCH_INTERVAL
2025-04-07  Michael PaquierFix grammar in log message of pg_restore.c
2025-04-07  Michael Paquierlibpq: Fix some issues in TAP tests for service files
2025-04-07  Michael PaquierClarify comment for worst-case allocation in quote_lite...
2025-04-07  Michael PaquierFix use-after-free in pgstat_fetch_stat_backend_by_pid()
next