postgresql.git
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()
2025-04-07 Fujii MasaoUse XLOG_CONTROL_FILE macro consistently for control...
2025-04-06 Daniel Gustafssondoc: Clarify project naming
2025-04-06 Andrew DunstanClean up checking for pg_dumpall output directory
2025-04-06 Tom LaneDoc: fix PDF "contents ... exceed the available area...
2025-04-06 Nathan Bossartpg_upgrade: Fix memory leak in check_for_unicode_update().
2025-04-06 Andres Freundaio: Avoid spurious coverity warning
2025-04-06 Tom LaneFix memory leaks in px_crypt_shacrypt().
2025-04-06 Tom LaneUse "(void)" to mark pgstat_lock_entry(..., false)...
2025-04-06 Andrew DunstanAvoid unnecessary copying of a string in pg_restore.c
2025-04-06 Andrew DunstanFix a couple of memory leaks in pg_restore.c
2025-04-06 Peter EisentrautRelax ordering-related hardcoded btree requirements...
2025-04-06 Alexander KorotkovRevert "Put enable_self_join_elimination into postgresq...
2025-04-06 Alexander KorotkovPut enable_self_join_elimination into postgresql.conf...
2025-04-06 John NaylorCompute CRC32C using AVX-512 instructions where available
2025-04-05 Daniel GustafssonQuote filename in error message
2025-04-05 Tom LaneFix parse_cte.c's failure to examine sub-WITHs in DML...
2025-04-05 Álvaro HerreraAdd modern SHA-2 based password hashes to pgcrypto.
2025-04-05 Tom LaneAvoid double transformation of json_array()'s subquery.
2025-04-05 Andrew DunstanClean up from commit 1495eff7bdb
2025-04-05 Álvaro HerreraSet log_statement=none in t/002_pg_upgrade.pl
2025-04-05 Álvaro Herrerapg_dump: Tiny header cleanup
2025-04-05 Nathan Bossartpg_dump: Fix query for gathering attribute stats on...
2025-04-05 Tom LaneRepair misbehavior with duplicate entries in FK SET...
2025-04-04 Tom Lanefunctions.c: copy trees from source_list before parse...
2025-04-04 Andrew DunstanFix a couple of error messages and tests for them
2025-04-04 Nathan BossartPrevent redeclaration of typedef TocEntry.
2025-04-04 Andrew DunstanAdd more TAP tests for pg_dumpall
2025-04-04 Andrew DunstanNon text modes for pg_dumpall, correspondingly change...
2025-04-04 Andrew Dunstanadd new list type simple_oid_string_list to fe-utils...
2025-04-04 Andrew DunstanMove common pg_dump code related to connections to...
2025-04-04 Nathan BossartRemove unused function parameters in pg_backup_archiver.c.
2025-04-04 Nathan Bossartpg_dump: Retrieve attribute statistics in batches.
2025-04-04 Nathan Bossartpg_dump: Reduce memory usage of dumps with statistics.
2025-04-04 Nathan BossartSkip second WriteToc() call for custom-format dumps...
2025-04-04 Melanie PlagemanUse streaming read I/O in autoprewarm
2025-04-04 Melanie PlagemanRefactor autoprewarm_database_main() in preparation...
2025-04-04 Melanie PlagemanRemove superfluous autoprewarm check
2025-04-04 Peter GeogheganAvoid extra index searches through preprocessing.
2025-04-04 Peter GeogheganImprove nbtree skip scan primitive scan scheduling.
2025-04-04 Masahiko Sawadapg_recvlogical: Add --failover option.
2025-04-04 Jeff DavisOversight in commit b81ffa13e3.
2025-04-04 Peter GeogheganFurther optimize nbtree search scan key comparisons.
2025-04-04 Peter GeogheganAdd nbtree skip scan optimization.
2025-04-04 Tom LaneStabilize regression test from c0962a113.
2025-04-04 Melanie PlagemanFix autoprewarm neglect of tablespaces
2025-04-04 Nathan BossartAdd commit e1a8b1ad58 to .git-blame-ignore-revs.
2025-04-04 Nathan BossartRe-pgindent pg_largeobject.c after commit 0d6c477664.
2025-04-04 Alexander KorotkovConvert 'x IN (VALUES ...)' to 'x = ANY ...' then appro...
2025-04-04 Alexander KorotkovExtract make_SAOP_expr() function from match_orclause_t...
2025-04-04 Peter EisentrautFix crash/valgrind error
2025-04-04 Heikki Linnakangasdocs: Clarify that NULL arg to set_config() means reset...
2025-04-04 Heikki LinnakangasRelax assertion in finding correct GiST parent
2025-04-04 Fujii MasaoAllow "COPY table TO" command to copy rows from materia...
2025-04-04 Peter EisentrautSupport non-btree indexes in get_actual_variable_range()
2025-04-04 Fujii MasaoExtend ALTER DEFAULT PRIVILEGES to define default privi...
2025-04-04 Heikki LinnakangasUse standard die() signal handler in walreceiver
2025-04-04 Peter EisentrautConvert PathKey to use CompareType
2025-04-04 Daniel Gustafssondoc: Clarify the system value for sslrootcert
2025-04-04 Amit Kapilapg_createsubscriber: Improve error messages.
2025-04-04 Fujii MasaoFix logical decoding test to correctly check slot remov...
2025-04-04 Fujii MasaoFix logical decoding regression tests to correctly...
2025-04-04 Tomas VondraRevert "Improve accounting for memory used by shared...
2025-04-04 Amit LangoteMake derived clause lookup in EquivalenceClass more...
next