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