summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-07aio: Make AIO more compatible with valgrindAndres Freund
2025-04-07localbuf: Add Valgrind buffer access instrumentationAndres Freund
2025-04-07Fix erroneous construction of functions' dependencies on transforms.Tom Lane
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-07Clean up error messages from 1495eff7bdbAndrew Dunstan
2025-04-07Add local-address escape "%L" to log_line_prefix.Tom Lane
2025-04-07Revert "Use workaround of __builtin_setjmp only on MINGW on MSVCRT"Andrew Dunstan
2025-04-07read_stream: Fix overflow hazard with large shared buffersAndres Freund
2025-04-07Remove GUC_NOT_IN_SAMPLE from enable_self_join_eliminationAlexander Korotkov
2025-04-07psql: Clarify help message for WATCH_INTERVALDaniel Gustafsson
2025-04-07Fix grammar in log message of pg_restore.cMichael Paquier
2025-04-07libpq: Fix some issues in TAP tests for service filesMichael Paquier
2025-04-07Clarify comment for worst-case allocation in quote_literal_cstr()Michael Paquier
2025-04-07Fix use-after-free in pgstat_fetch_stat_backend_by_pid()Michael Paquier
2025-04-07Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao
2025-04-06Clean up checking for pg_dumpall output directoryAndrew Dunstan
2025-04-06pg_upgrade: Fix memory leak in check_for_unicode_update().Nathan Bossart
2025-04-06aio: Avoid spurious coverity warningAndres Freund
2025-04-06Fix memory leaks in px_crypt_shacrypt().Tom Lane
2025-04-06Use "(void)" to mark pgstat_lock_entry(..., false) calls.Tom Lane
2025-04-06Avoid unnecessary copying of a string in pg_restore.cAndrew Dunstan
2025-04-06Fix a couple of memory leaks in pg_restore.cAndrew Dunstan
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-04-06Revert "Put enable_self_join_elimination into postgresql.conf.sample"Alexander Korotkov
2025-04-06Put enable_self_join_elimination into postgresql.conf.sampleAlexander Korotkov
2025-04-06Compute CRC32C using AVX-512 instructions where availableJohn Naylor
2025-04-05Quote filename in error messageDaniel Gustafsson
2025-04-05Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane
2025-04-05Avoid double transformation of json_array()'s subquery.Tom Lane
2025-04-05Clean up from commit 1495eff7bdbAndrew Dunstan
2025-04-05Set log_statement=none in t/002_pg_upgrade.plÁlvaro Herrera
2025-04-05pg_dump: Tiny header cleanupÁlvaro Herrera
2025-04-05pg_dump: Fix query for gathering attribute stats on older versions.Nathan Bossart
2025-04-05Repair misbehavior with duplicate entries in FK SET column lists.Tom Lane
2025-04-04functions.c: copy trees from source_list before parse analysis etc.Tom Lane
2025-04-04Fix a couple of error messages and tests for themAndrew Dunstan
2025-04-04Prevent redeclaration of typedef TocEntry.Nathan Bossart
2025-04-04Add more TAP tests for pg_dumpallAndrew Dunstan
2025-04-04Non text modes for pg_dumpall, correspondingly change pg_restoreAndrew Dunstan
2025-04-04add new list type simple_oid_string_list to fe-utils/simple_listAndrew Dunstan
2025-04-04Move common pg_dump code related to connections to a new fileAndrew Dunstan
2025-04-04Remove unused function parameters in pg_backup_archiver.c.Nathan Bossart
2025-04-04pg_dump: Retrieve attribute statistics in batches.Nathan Bossart
2025-04-04pg_dump: Reduce memory usage of dumps with statistics.Nathan Bossart
2025-04-04Skip second WriteToc() call for custom-format dumps without data.Nathan Bossart
2025-04-04Use streaming read I/O in autoprewarmMelanie Plageman
2025-04-04Avoid extra index searches through preprocessing.Peter Geoghegan
2025-04-04Improve nbtree skip scan primitive scan scheduling.Peter Geoghegan
2025-04-04pg_recvlogical: Add --failover option.Masahiko Sawada
2025-04-04Oversight in commit b81ffa13e3.Jeff Davis