Commit Graph

61136 Commits (46b4ba533cee9f64a60714d91607e74362abf67f)
 

Author SHA1 Message Date
Bruce Momjian 46b4ba533c Fix PG 17 [NOT] NULL optimization bug for domains 8 months ago
Michael Paquier 039549d70f Flush the IO statistics of active WAL senders more frequently 8 months ago
Tomas Vondra ba2a3c2302 Add pg_buffercache_numa view with NUMA node info 9 months ago
Tomas Vondra 8cc139bec3 Introduce pg_shmem_allocations_numa view 9 months ago
Tomas Vondra 65c298f61f Add support for basic NUMA awareness 9 months ago
Álvaro Herrera 17bcf4f545
Use specific collation where needed in new test 9 months ago
Tom Lane 8cfbdf8f4d Fix some issues in contrib/spi/refint.c. 9 months ago
Andres Freund 8e293e689b aio: Make AIO more compatible with valgrind 9 months ago
Andres Freund 8ab4241b9f localbuf: Add Valgrind buffer access instrumentation 9 months ago
Masahiko Sawada a13d49014d doc: Fix a typo in pg_recvlogical documentation. 9 months ago
Tom Lane 969ab9d4f5 Follow-up fixes for SHA-2 patch (commit 749a9e20c). 9 months ago
Tom Lane b73e6d71a8 Fix erroneous construction of functions' dependencies on transforms. 9 months ago
Álvaro Herrera a379061a22
Allow NOT NULL constraints to be added as NOT VALID 9 months ago
Andrew Dunstan b52a4a5f28 Clean up error messages from 1495eff7bd 9 months ago
Tom Lane 3516ea768c Add local-address escape "%L" to log_line_prefix. 9 months ago
Andrew Dunstan 8f5e419484 Revert "Use workaround of __builtin_setjmp only on MINGW on MSVCRT" 9 months ago
Andres Freund 8ce79483dc read_stream: Fix overflow hazard with large shared buffers 9 months ago
Alexander Korotkov 717d0e8dd9 Remove GUC_NOT_IN_SAMPLE from enable_self_join_elimination 9 months ago
Daniel Gustafsson ae60947643 psql: Clarify help message for WATCH_INTERVAL 9 months ago
Michael Paquier d6f118444d Fix grammar in log message of pg_restore.c 9 months ago
Michael Paquier 2c7bd2ba50 libpq: Fix some issues in TAP tests for service files 9 months ago
Michael Paquier c36eda2591 Clarify comment for worst-case allocation in quote_literal_cstr() 9 months ago
Michael Paquier 3191a593d6 Fix use-after-free in pgstat_fetch_stat_backend_by_pid() 9 months ago
Fujii Masao 173c97812f Use XLOG_CONTROL_FILE macro consistently for control file name. 9 months ago
Daniel Gustafsson a233a603ba doc: Clarify project naming 9 months ago
Andrew Dunstan 643a1a6198 Clean up checking for pg_dumpall output directory 9 months ago
Tom Lane 218ab68275 Doc: fix PDF "contents ... exceed the available area" warnings. 9 months ago
Nathan Bossart de48056ec7 pg_upgrade: Fix memory leak in check_for_unicode_update(). 9 months ago
Andres Freund 57dec20fd4 aio: Avoid spurious coverity warning 9 months ago
Tom Lane 8ab6ef2bb8 Fix memory leaks in px_crypt_shacrypt(). 9 months ago
Tom Lane 2e4ccf1b45 Use "(void)" to mark pgstat_lock_entry(..., false) calls. 9 months ago
Andrew Dunstan 5e19154390 Avoid unnecessary copying of a string in pg_restore.c 9 months ago
Andrew Dunstan 6d5417e634 Fix a couple of memory leaks in pg_restore.c 9 months ago
Peter Eisentraut a8025f5448 Relax ordering-related hardcoded btree requirements in planning 9 months ago
Alexander Korotkov 3a1a7c5a70 Revert "Put enable_self_join_elimination into postgresql.conf.sample" 9 months ago
Alexander Korotkov c2d329260c Put enable_self_join_elimination into postgresql.conf.sample 9 months ago
John Naylor 3c6e8c1238 Compute CRC32C using AVX-512 instructions where available 9 months ago
Daniel Gustafsson 683df3f4de Quote filename in error message 9 months ago
Tom Lane 691836405f Fix parse_cte.c's failure to examine sub-WITHs in DML statements. 9 months ago
Álvaro Herrera 749a9e20c9
Add modern SHA-2 based password hashes to pgcrypto. 9 months ago
Tom Lane e33f2335a9 Avoid double transformation of json_array()'s subquery. 9 months ago
Andrew Dunstan 5db3bf7391 Clean up from commit 1495eff7bd 9 months ago
Álvaro Herrera 64fba9c617
Set log_statement=none in t/002_pg_upgrade.pl 9 months ago
Álvaro Herrera 4be6a74cfb
pg_dump: Tiny header cleanup 9 months ago
Nathan Bossart f0d0083f52 pg_dump: Fix query for gathering attribute stats on older versions. 9 months ago
Tom Lane 43b8e6c4ab Repair misbehavior with duplicate entries in FK SET column lists. 9 months ago
Tom Lane 0f43083d16 functions.c: copy trees from source_list before parse analysis etc. 9 months ago
Andrew Dunstan 2ef5790806 Fix a couple of error messages and tests for them 9 months ago
Nathan Bossart 8ec0aaeae0 Prevent redeclaration of typedef TocEntry. 9 months ago
Andrew Dunstan 289f74d0cb Add more TAP tests for pg_dumpall 9 months ago